Spatie's crawler package for PHP has been updated to v9 with a cleaner API and new features. Key additions include a fluent callback system with `onCrawled()`, `onFailed()`, and `onFinished()`, a `CrawlProgress` object for tracking crawl state, a `FinishReason` enum returned by `start()`, and `TransferStatistics` for

Sort: