2017 © Pedro Peláez
 

library api

A simple API connector

image

mediakreasi/api

A simple API connector

  • Friday, November 27, 2015
  • by TukangKebun
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

api

simple api connector for Laravel 5.1, please don't use this for production, (*1)

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, (*2)

The Versions

27/11 2015

dev-master

9999999-dev http://mediakreasi.id

A simple API connector

  Sources   Download

MIT

The Requires

 

laravel api mediakreasi