A simple API connector
12
0
2
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-04-30 15:02:11
Package Statistics
Total Downloads: 12
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

api

simple api connector for Laravel 5.1, please don't use this for production

Installation

  1. Run composer require "mediakreasi/api": "dev-master" this will add require to the require key in composer.json and run composer install
  2. Add Mediakreasi\Api\ApiServiceProvider::class, to the providers key in config/app.php
  3. Add 'Api' => Mediakreasi\Api\Facades\Api::class, to the aliases key in config/app.php

Require

This package using Guzzle