PHPackages                             bytic/goutte-phantomjs-bridge - 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. bytic/goutte-phantomjs-bridge

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

bytic/goutte-phantomjs-bridge
=============================

a scraper for getting data from racetec websites

1.0.14(4mo ago)164112MITPHPPHP ^8.0

Since Jan 3Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/bytic/goutte-phantomjs-bridge)[ Packagist](https://packagist.org/packages/bytic/goutte-phantomjs-bridge)[ RSS](/packages/bytic-goutte-phantomjs-bridge/feed)WikiDiscussions master Synced 1mo ago

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

Goutte PhantomJs Bridge
=======================

[](#goutte-phantomjs-bridge)

use Goutte using PhantomJs client

[![Latest Version on Packagist](https://camo.githubusercontent.com/0114ae7e37dee6d6a463012238498cbcd3c347adf2f8072e8849b6f4521ca3a2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f42795449432f676f757474652d7068616e746f6d6a732d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ByTIC/goutte-phantomjs-bridge)[![Latest Stable Version](https://camo.githubusercontent.com/3b92214a237f83670bd056beb287e4029d02d50b37b9d946661360acba3711be/68747470733a2f2f706f7365722e707567782e6f72672f42795449432f676f757474652d7068616e746f6d6a732d6272696467652f762f737461626c65)](https://packagist.org/packages/ByTIC/goutte-phantomjs-bridge)[![Latest Unstable Version](https://camo.githubusercontent.com/275acb822569cb3cdd5f0cc18046defe218bfc74269786a14c94da63b1bbee63/68747470733a2f2f706f7365722e707567782e6f72672f42795449432f676f757474652d7068616e746f6d6a732d6272696467652f762f756e737461626c65)](https://packagist.org/packages/ByTIC/goutte-phantomjs-bridge)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/95f4d96127486ab759abf86a9232747cd81ece96b2a0c9f9d69c730e596eea4e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f42795449432f676f757474652d7068616e746f6d6a732d6272696467652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ByTIC/goutte-phantomjs-bridge)[![SensioLabsInsight](https://camo.githubusercontent.com/6d970f1f502dee2683625fef8e4c8572e3aa4151834a97b2b7b789478d8c0d0f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66383031366431622d623364662d346130302d383937382d6565643533373039653133662f6d696e692e706e67)](https://insight.sensiolabs.com/projects/f8016d1b-b3df-4a00-8978-eed53709e13f)[![Quality Score](https://camo.githubusercontent.com/19105e6949fcab0d069239db6b5bf76060e380d696049272cd89ac4696a608be/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f42795449432f676f757474652d7068616e746f6d6a732d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ByTIC/goutte-phantomjs-bridge)[![StyleCI](https://camo.githubusercontent.com/9e21ce3f9de6e371cd7ac52c2373404deca8dd69096c9455ace07c2bf093f933/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131363137393337352f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/116179375)[![Total Downloads](https://camo.githubusercontent.com/4c8e0da5264ec0cfc9c181cb03037d68eef79df367757534ad57bcda6a948885/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f42795449432f676f757474652d7068616e746f6d6a732d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ByTIC/goutte-phantomjs-bridge)

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

[](#installation)

It is recommended that you use Composer to install PHP PhantomJS. First, add the following to your project’s composer.json file:

```
#composer.json

"scripts": {
    "post-install-cmd": [
      "ByTIC\\GouttePhantomJs\\Composer\\PhantomInstaller::installPhantomJS"
    ],
    "post-update-cmd": [
      "ByTIC\\GouttePhantomJs\\Composer\\PhantomInstaller::installPhantomJS"
    ]
}
```

Finally, install the library from the root of your project:

```
$ composer require bytic/goutte-phantomjs-bridge
```

Changelog
---------

[](#changelog)

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance74

Regular maintenance activity

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~208 days

Recently: every ~329 days

Total

15

Last Release

148d ago

PHP version history (4 changes)1.0.0PHP ^7.0

1.0.9PHP ^7.0|^8.0

1.0.10PHP ^7.4|^8.0

1.0.13PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bee4d69e72d2a9819fbbb63e3d81c904273f04bbcce9e0105c0f40fba73ef73d?d=identicon)[gabrielsolomon](/maintainers/gabrielsolomon)

---

Top Contributors

[![gabrielsolomon](https://avatars.githubusercontent.com/u/17990591?v=4)](https://github.com/gabrielsolomon "gabrielsolomon (25 commits)")

### Embed Badge

![Health badge](/badges/bytic-goutte-phantomjs-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/bytic-goutte-phantomjs-bridge/health.svg)](https://phpackages.com/packages/bytic-goutte-phantomjs-bridge)
```

###  Alternatives

[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[symfony/ux-notify

Native notification integration for Symfony

1274.7k](/packages/symfony-ux-notify)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
