Package Data | |
---|---|
Maintainer Username: | TukangKebun |
Maintainer Contact: | hello@mediakreasi.id (Mediakreasi) |
Package Create Date: | 2015-11-26 |
Package Last Update: | 2015-11-27 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:11:28 |
Package Statistics | |
---|---|
Total Downloads: | 12 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
simple api connector for Laravel 5.1, please don't use this for production
composer require "mediakreasi/api": "dev-master"
this will add require to the require
key in composer.json
and run composer install
Mediakreasi\Api\ApiServiceProvider::class,
to the providers
key in config/app.php
'Api' => Mediakreasi\Api\Facades\Api::class,
to the aliases
key in config/app.php
This package using Guzzle