msclics/laravel-phantomjs

v1.0 2017-08-26 14:44 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:10:13 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)