# roach-php-core **Repository Path**: zhang-chenglin/roach-php-core ## Basic Information - **Project Name**: roach-php-core - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-16 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A 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