core

The complete web scraping toolkit for PHP.

Downloads
168.1K
Stars
1.4K
Committers
11

Bot releases are hidden (Show)

core - 1.1.2

Published by ksassnowski over 1 year ago

Fixed

  • Fixed version incompatibility with sebastian/version dependency

Full Changelog: https://github.com/roach-php/core/compare/1.1.1...1.1.2

core - 2.0.1

Published by ksassnowski over 1 year ago

Fixed

  • Fixed version incompatibility with sebastian/version dependency

Full Changelog: https://github.com/roach-php/core/compare/2.0.0...2.0.1

core - 2.0.0

Published by ksassnowski over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/roach-php/core/compare/1.1.1...2.0.0

core - 1.1.1

Published by ksassnowski about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/roach-php/core/compare/1.1.0...1.1.1

core - 1.1.0

Published by ksassnowski over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/roach-php/core/compare/1.0.0...1.1.0

core - 1.0.0

Published by ksassnowski over 2 years ago

🎉 Partaaay 🎉

This release contains a few breaking changes. Please check out the upgrade guide on how to upgrade your application.

What's Changed

  • Added Roach::collectSpider method to start a spider run and return all scraped items.
  • Added array $context parameter to Roach::startSpider and Roach::collectSpider to pass arbitrary
    context data to a spider when starting a run.
  • Added roach:run <spider> command to start a spider through the CLI.
  • Added Roach::fake() method to test that a run for a given spider was started
  • Requests dropped by downloader middleware are no longer affected by requestDelay (fixes #27)
  • Move spatie/browsershot from a require to suggest as it's only necessary if the ExecuteJavascriptMiddleware is used.
    Remove ext-exif as a dependency for the same reason.
  • Removed default command from CLI. To start the REPL, you now need to explicitly invoke the roach:shell <url> command, instead.
  • Add Configurable::withOptions method by @inxilpro in https://github.com/roach-php/core/pull/32
  • Make InteractsWithRequestsAndResponses available for testing by @Daanra in https://github.com/roach-php/core/pull/34

New Contributors

Full Changelog: https://github.com/roach-php/core/compare/0.3.0...1.0.0

core - 0.3.0

Published by ksassnowski over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/roach-php/core/compare/0.2.0...0.3.0

core - 0.2.0

Published by ksassnowski almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/roach-php/core/compare/0.1.0...0.2.0

core - 0.1.0

Published by ksassnowski almost 3 years ago

Initial release