Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


🐴 Roach



Latest Stable Version


Total Downloads




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