php-phantomjs
php-phantomjs copied to clipboard
Getting undefined function getEngine()
Just running these two lines, and erroring on the getEngine() undefined.
use JonnyW\PhantomJs\Client;
$client = Client::getInstance();
$client->getEngine()->setPath('/bin');