Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 404 Bytes

phantomjs-linux-x86-binary

PhantomJS static linked binary for 64 bit linux systems. Most of Linux distributions are supported including Ubuntu, Debian, Fedora and CentOS.

Installation

Add the following to your composer.json file:

{
  "require" : {
    "anam/phantomjs-linux-x86-binary": "~1.0"
  }
}

Binary location

use Anam\PhantomLinux\Path;

Path::binaryPath();