PHPackages                             webdl/panther-crawler - 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. webdl/panther-crawler

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webdl/panther-crawler
=====================

Web crawler based on Panther

v0.1(4y ago)07MITPHPPHP &gt;=8.0

Since Mar 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/webdl-fr/panther-crawler)[ Packagist](https://packagist.org/packages/webdl/panther-crawler)[ RSS](/packages/webdl-panther-crawler/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

panther-crawler
===============

[](#panther-crawler)

(very basic) Web crawler based on [Panther](https://github.com/symfony/panther)

### Installing panther-crawler

[](#installing-panther-crawler)

Use [Composer](https://getcomposer.org/) to install panther-crawler in your project:

```
composer req webdl/panther-crawler

```

### Installing ChromeDriver and geckodriver

[](#installing-chromedriver-and-geckodriver)

[Panther](https://github.com/symfony/panther) uses the WebDriver protocol to control the browser used to crawl websites.

On all systems, you can use [`dbrekelmans/browser-driver-installer`](https://github.com/dbrekelmans/browser-driver-installer)to install ChromeDriver and geckodriver locally:

```
composer require --dev dbrekelmans/bdi
vendor/bin/bdi detect drivers

```

### Basic Usage

[](#basic-usage)

```
