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: 5 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:58:30.000Z (6 months ago)
- Last Synced: 2025-04-28T10:55:27.828Z (5 months ago)
- Topics: crawling, php, web-scraping
- Language: PHP
- Homepage: https://roach-php.dev
- Size: 961 KB
- Stars: 1,402
- Watchers: 18
- Forks: 75
- 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