Download the PHP package lesaff/laravel-serverpilot without Composer
On this page you can find all versions of the php package lesaff/laravel-serverpilot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-serverpilot
ServerPilot PHP API Wrapper for Laravel 5
Version: 1.0.0
This is a Laravel 5.x wrapper for Dave Rogers' excellent ServerPilot PHP API. It comes with Service Container binding and Facade alias.
Installation
- Run
composer require lesaff/laravel-serverpilot
- Grab ServerPilot's API ID and Key from your SP's admin panel
- Set
SERVERPILOT_API_ID
andSERVERPILOT_API_KEY
in your.env
file -
Edit
app/config/app.php
,add the following to your providers' array
add the following to your class aliases array
Usage
As a Facade
As a Dependency injection
For full PHP API usage, please refer to https://github.com/daverogers/serverpilot-php
by Rudy Affandi (2017)
https://githubb.com/lesaff/laravel-serverpilot
All versions of laravel-serverpilot with dependencies
PHP Build Version
Package Version
Requires
daverogers/serverpilot-php Version
^1.0
The package lesaff/laravel-serverpilot contains the following files
Loading the files please wait ....