PHPackages                             survos/scraper-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. survos/scraper-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

survos/scraper-bundle
=====================

Scrape and cache web pages

2.0.194(2mo ago)13.8k1MITPHPPHP ^8.4CI failing

Since Apr 12Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/survos/scraper-bundle)[ Packagist](https://packagist.org/packages/survos/scraper-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-scraper-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (51)Versions (825)Used By (1)

Scraper-Bundle
==============

[](#scraper-bundle)

A Symfony bundle that allows a disk-based web scaper cache.

It also allows a fetch to happen from twig. While this is not a good practice in production, it can speed up prototyping and demos.

Eventually this will be a real cache adapter, but for the moment simply fetching web pages to local storage is sufficient.

After installing the bundle,

Installation
------------

[](#installation)

```
composer req survos/scraper-bundle
```

If you're not using Flex, enable the bundle by adding the class to bundles.php

```
// config/bundles.php
