msclics/laravel-phantomjs

Installs: 338

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/msclics/laravel-phantomjs

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

This package is not auto-updated.

Last update: 2025-09-28 08:26:18 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)