Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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
- Created: 2012-05-25T09:52:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T21:53:01.000Z (about 7 years ago)
- Last Synced: 2024-06-19T16:37:59.639Z (5 months ago)
- Topics: crawler, php, spider
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 41
- Watchers: 9
- Forks: 19
- 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