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: 2026-03-01 02:43:35 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 therequirekey incomposer.jsonand runcomposer install - Add
Mediakreasi\Api\ApiServiceProvider::class,to theproviderskey inconfig/app.php - Add
'Api' => Mediakreasi\Api\Facades\Api::class,to thealiaseskey inconfig/app.php
Require
This package using Guzzle