ademes/api-proxy-laravel

A Laravel proxy package for javascript API calls, based on thinkingmik/api-proxy-laravel

1.0.0 2015-02-01 08:39 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:02:43 UTC


README

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