Skip to content

hielsnoppe/php-phantomjs-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-phantomjs-driver

This is a library to interact with PhantomJS from whithin PHP. There are many other great projects with this aim, especially jonnnyw/php-phantomjs. What is special about this project is that it works with a constantly running instance of PhantomJS. While this might not always be desirable it increased the performance of a batch job of mine by factor two.

Installation

To install this library via Composer add the following to your composer.json and then run composer update:

{
    "minimum-stability": "dev",
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/hielsnoppe/php-phantomjs-driver.git"
        }
    ],
    "require": {
        "hielsnoppe/php-phantomjs-driver": "master"
    }
}

Releases

No releases published

Packages

No packages published

Languages