core
core copied to clipboard
The complete web scraping toolkit for PHP.
Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 6.4.2 to 6.4.3. Release notes Sourced from symfony/event-dispatcher's releases. v6.4.3 Changelog (https://github.com/symfony/event-dispatcher/compare/v6.4.2...v6.4.3) no significant changes Commits ae9d3a6 Merge branch '6.3' into 6.4 6e344dd Merge branch '5.4' into...
Bumps [symfony/dom-crawler](https://github.com/symfony/dom-crawler) from 6.4.0 to 6.4.3. Release notes Sourced from symfony/dom-crawler's releases. v6.4.3 Changelog (https://github.com/symfony/dom-crawler/compare/v6.4.2...v6.4.3) no significant changes Commits 6db3184 Merge branch '6.3' into 6.4 e412abb Merge branch '5.4' into...
Bumps [symfony/console](https://github.com/symfony/console) from 6.4.2 to 6.4.3. Release notes Sourced from symfony/console's releases. v6.4.3 Changelog (https://github.com/symfony/console/compare/v6.4.2...v6.4.3) bug symfony/symfony#53516 [Console] Allow '0' as a $shortcut in InputOption.php (@lawsonjl-ornl) bug symfony/symfony#53576 [Console] Only...
:robot: I have created a release *beep* *boop* --- ## [3.0.2](https://github.com/roach-php/core/compare/v3.0.1...v3.0.2) (2024-01-30) ### Miscellaneous Chores * **deps-dev:** bump ergebnis/composer-normalize from 2.39.0 to 2.41.1 ([0754a57](https://github.com/roach-php/core/commit/0754a577a073f25fbbb725a8823991f1bebbdf82)) * **deps-dev:** bump ergebnis/php-cs-fixer-config from 6.11.0...
This pull request introduces an additional improvement to #56 by allowing the configuration of `waitUntilNetworkIdle()`. The previous implementation assumed the true statement, making it impossible to overwrite this behavior without...
I would like to batch insert items to DB. Is there anyway to achieve this?
Hey! to start this is an amazing package keep up the good work! I was wondering tho if it will be possible to let a spider check behind authenticated sessions?...
I'm not sure if this issue supposed to be written here or in the https://github.com/spatie/robots-txt package !, but since I'm using this package and it depends on spatie/robots-txt. I will...
This happen for Laravel 9.19 when run command php artisan vendor:publish --provider='RoachPHP\Laravel\RoachServiceProvider' to publish config file.
The purpose of this PR is to create re-usable configurations for Downloader, ItemPipeline and Processor objects. I use roach with Symfony bundle https://github.com/Ne-Lexa/roach-php-bundle and now I have to duplicate pipeline...