msclics / laravel-phantomjs by alexr1712

337
0
2
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

MSClics PhantomJs Client

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)