lhj1982 / api-proxy-laravel by lhj1982
forked from thinkingmik/api-proxy-laravel

A Laravel proxy package for javascript API calls, based on thinkingmik/api-proxy-laravel
91
0
1
Package Data
Maintainer Username: lhj1982
Maintainer Contact: michi.andreoli@gmail.com (Michele Andreoli)
Package Create Date: 2015-05-19
Package Last Update: 2015-07-27
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:07:11
Package Statistics
Total Downloads: 91
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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