Package Data | |
---|---|
Maintainer Username: | alexr1712 |
Maintainer Contact: | alexr1712@gmail.com (Alexander Rodriguez) |
Package Create Date: | 2017-08-26 |
Package Last Update: | 2017-08-26 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 03:06:54 |
Package Statistics | |
---|---|
Total Downloads: | 337 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Using phantomjs client in laravel
Via Composer
$ composer require msclics/laravel-phantomjs
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
The MIT License (MIT)