Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roach-php/core
The complete web scraping toolkit for PHP.
https://github.com/roach-php/core
crawling php web-scraping
Last synced: 2 days ago
JSON representation
The complete web scraping toolkit for PHP.
- Host: GitHub
- URL: https://github.com/roach-php/core
- Owner: roach-php
- Created: 2021-08-17T06:31:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T09:26:17.000Z (7 months ago)
- Last Synced: 2024-12-24T12:14:41.041Z (9 days ago)
- Topics: crawling, php, web-scraping
- Language: PHP
- Homepage: https://roach-php.dev
- Size: 1.08 MB
- Stars: 1,368
- Watchers: 18
- Forks: 71
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
🐴 RoachA complete web scraping toolkit for PHP
## About
Roach is a complete web scraping toolkit for PHP. It is heavily inspired (read: a shameless clone) of the popular [Scrapy](https://docs.scrapy.org)
package for Python.## Installation
Install the package via composer
```bash
composer require roach-php/core
```## Documentation
The full documentation can be found [here](https://roach-php.dev).
## Contributing
Please read our [Contribution Guide][contribution-guide] before opening issues
or pull requests.## Credits
- [Kai Sassnowski](https://github.com/ksassnowski)
- [All contributors](https://github.com/roach-php/core/contributors)## License
MIT
[contribution-guide]: https://github.com/roach-php/core/blob/main/CONTRIBUTING.md