ademes/api-proxy-laravel

A Laravel proxy package for javascript API calls, based on thinkingmik/api-proxy-laravel
95
Install
composer require ademes/api-proxy-laravel
Latest Version:1.0.0
PHP:>=5.4.0
License:MIT
Last Updated:Jul 27, 2015
Links: GitHub  ·  Packagist
Maintainer: lhj1982

PHP Api Proxy for Laravel 4, forked from original api proxy laravel package, document can be found

![Document]

Updates:

Config that pass on session even if some http errors.

Support image upload via guzzlehttp, right now, only support single file and user has to send in it with parameter key 'file'

When PUT request, in client, we need to send post request with 'method'=>'PUT', and proxy itself will convert it to _method on runtime