vaimo/binary-phantomjs

A Composer package which installs the PhantomJS binary (Linux, Windows, Mac) into `bin` of your project

Maintainers

Package info

github.com/vaimo/binary-phantomjs

Type:composer-plugin

pkg:composer/vaimo/binary-phantomjs

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

2.1.1.3 2018-03-06 00:24 UTC

This package is auto-updated.

Last update: 2026-03-01 00:26:01 UTC


README

Latest Stable Version Total Downloads Daily Downloads License

A Composer package which installs the PhantomJS binary (Linux, Windows, Mac) into /bin of your project.

The downloaded binary version will chosebn based on che package version. This means that the following configuration will download the 2.1.1 release of PhantomJs:

{
    "require": {
        "vaimo/binary-phantomjs": "2.1.1"
    }
}