Crawler Versions Save

An easy to use, powerful crawler implemented in PHP. Can execute Javascript.

7.1.0

2 years ago
  • allow Laravel 9 collections

7.0.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/crawler/compare/7.0.4...7.0.5

7.0.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/crawler/compare/7.0.3...7.0.4

7.0.3

2 years ago
  • improve exception message

7.0.2

2 years ago
  • allow psr7 v2

7.0.1

2 years ago
  • change response type hint (#371)

7.0.0

3 years ago
  • require PHP 8+
  • drop support for PHP 7.x
  • convert syntax to PHP 8
  • no API changes have been made

6.0.2

3 years ago
  • allow spatie/robots-txt v2

6.0.1

3 years ago
  • bugfix: infinite loops when a CrawlProfile prevents crawling (#358)

6.0.0

3 years ago
  • add setCurrentCrawlLimit and setTotalCrawlLimit
  • internal refactors