Skip to content

Commit 9c67d86

Browse files
authored
Merge pull request #1 from web-vision/update-composer-and-readme
Update composer and Readme file
2 parents aca488f + adebf09 commit 9c67d86

2 files changed

Lines changed: 18 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
URL Crawler
2-
==
3-
The URL Crawler library facilitates data extraction from websites using specified URLs and content elements.
1+
## PHP Scrapper
42

5-
Usage
6-
-----
3+
PHP Scrapper is an HTML DOM parser written in PHP, enabling easy manipulation of HTML content. It is derived from the [PHP Simple HTML DOM Parser](https://simplehtmldom.sourceforge.io/docs/1.9/index.html) project. Additionally, the URL Crawler library aids in data extraction from websites by utilizing specified URLs and content elements.
4+
5+
### Install via composer
6+
7+
```composer require webvision/php-webv-parser```
8+
9+
### Usage
710

811
```php
912
use WebVision\Scrapper;

composer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
"name": "webvision/php-webv-parser",
3-
"type": "magento2-module",
3+
"description": "Extended package of Simple HTML DOM",
4+
"keywords": [
5+
"dom",
6+
"php dom",
7+
"HTML parser",
8+
"Content extractor"
9+
],
10+
"type": "library",
411
"version": "1.0.0",
5-
"license": "proprietary",
6-
"description": "webVision parser",
12+
"license": "MIT",
713
"authors": [
814
{
915
"name": "S.C. Chen",
1016
"homepage": "http://sourceforge.net/projects/simplehtmldom/"
1117
},
1218
{
13-
"name": "WebVision",
19+
"name": "web-vision GmbH",
1420
"email": "support@web-vision.de",
1521
"homepage": "https://github.com/web-vision"
1622
}

0 commit comments

Comments
 (0)