msclics / laravel-phantomjs
v1.0
2017-08-26 14:44 UTC
Requires
- jonnyw/php-phantomjs: v4.6.0
This package is not auto-updated.
Last update: 2025-02-02 05:18:16 UTC
README
Using phantomjs client in laravel
Requirement
- Laravel ^5.1
- Ext bz2
- PHP ^5.5
Install
Via Composer
$ composer require msclics/laravel-phantomjs
Config
Add the following provider to providers part of config/app.php
MSClics\PhantomJs\Provider\PhantomJsServiceProvider::class
and the following Facade to the aliases part
'PJClient' => MSClics\PhantomJs\Facade\PhantomJs::class
License
The MIT License (MIT)