mediakreasi / api
A simple API connector
dev-master
2015-11-27 16:03 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ^6.0
- illuminate/support: 5.1.*
This package is not auto-updated.
Last update: 2024-11-09 19:38:20 UTC
README
simple api connector for Laravel 5.1, please don't use this for production
Installation
- Run
composer require "mediakreasi/api": "dev-master"
this will add require to therequire
key incomposer.json
and runcomposer install
- Add
Mediakreasi\Api\ApiServiceProvider::class,
to theproviders
key inconfig/app.php
- Add
'Api' => Mediakreasi\Api\Facades\Api::class,
to thealiases
key inconfig/app.php
Require
This package using Guzzle