https://github.com/elboletaire/php-crawler
:spider: A simple crawler (spider) writen in php just for fun, with zero dependencies
https://github.com/elboletaire/php-crawler
crawler php spider
Last synced: 5 months ago
JSON representation
:spider: A simple crawler (spider) writen in php just for fun, with zero dependencies
- Host: GitHub
- URL: https://github.com/elboletaire/php-crawler
- Owner: elboletaire
- Archived: true
- Created: 2012-05-25T09:52:26.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T21:53:01.000Z (over 8 years ago)
- Last Synced: 2025-03-13T17:35:33.024Z (over 1 year ago)
- Topics: crawler, php, spider
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 41
- Watchers: 8
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
=====
A simple crawler (spider) writen in PHP.
Installation
============
~~~bash
composer require elboletaire/crawler:dev-master
~~~
Usage
=====
```php
crawl());
} catch (Exception $e) {
die($e->getMessage());
}
```
License
=======
Author: Òscar Casajuana
http://www.gnu.org/copyleft/gpl.html