rest-proxy.php

Simple proxy for RESTful APIs
git clone git://git.finwo.net/app/rest-proxy.php
Log | Files | Refs | README

commit 05dc5774e6890189da42e46137dacbc5cf79052e
parent 6547755ab9cfb32d83c942012b3da93e492435c1
Author: finwo <finwo@pm.me>
Date:   Tue, 19 Apr 2016 23:31:52 +0200

Added simple readme

Diffstat:
AREADME.md | 2++
Mcomposer.json | 4+++-
Mcomposer.lock | 95++++++++++++++++++++++++++++++++++++++++---------------------------------------
3 files changed, 53 insertions(+), 48 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,2 @@ +Finwo / Rest Proxy +================== diff --git a/composer.json b/composer.json @@ -20,7 +20,9 @@ "adoy/oauth2": "^1.3", "finwo/data-tools": "dev-master", "netresearch/jsonmapper": "^0.11.0", - "PHP-DI/invoker": "^1.3", + "PHP-DI/invoker": "^1.3" + }, + "require-dev": { "heroku/heroku-buildpack-php": "^101.0" } } diff --git a/composer.lock b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "dbebb718c0f2eb4e1b8e63ec2f53337a", - "content-hash": "1f06ab92a8648132973e1d75e5a9072a", + "hash": "c814a339c04f0871115f383195587509", + "content-hash": "fe35f3b72a442cdc02f8dea8249af7c0", "packages": [ { "name": "adoy/oauth2", @@ -139,50 +139,6 @@ "time": "2016-04-19 13:13:15" }, { - "name": "heroku/heroku-buildpack-php", - "version": "v101", - "source": { - "type": "git", - "url": "https://github.com/heroku/heroku-buildpack-php.git", - "reference": "efca12bb59ccdebec79cabddd94e7c1ef51de908" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/efca12bb59ccdebec79cabddd94e7c1ef51de908", - "reference": "efca12bb59ccdebec79cabddd94e7c1ef51de908", - "shasum": "" - }, - "bin": [ - "bin/heroku-hhvm-apache2", - "bin/heroku-hhvm-nginx", - "bin/heroku-php-apache2", - "bin/heroku-php-nginx" - ], - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David Zuelke", - "email": "dz@heroku.com" - } - ], - "description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP/HHVM and Apache2/Nginx as on Heroku", - "homepage": "http://github.com/heroku/heroku-buildpack-php", - "keywords": [ - "apache", - "apache2", - "foreman", - "heroku", - "hhvm", - "nginx", - "php" - ], - "time": "2016-04-12 02:41:29" - }, - { "name": "mustangostang/spyc", "version": "dev-master", "source": { @@ -315,7 +271,52 @@ "time": "2016-03-20 17:49:41" } ], - "packages-dev": [], + "packages-dev": [ + { + "name": "heroku/heroku-buildpack-php", + "version": "v101", + "source": { + "type": "git", + "url": "https://github.com/heroku/heroku-buildpack-php.git", + "reference": "efca12bb59ccdebec79cabddd94e7c1ef51de908" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/efca12bb59ccdebec79cabddd94e7c1ef51de908", + "reference": "efca12bb59ccdebec79cabddd94e7c1ef51de908", + "shasum": "" + }, + "bin": [ + "bin/heroku-hhvm-apache2", + "bin/heroku-hhvm-nginx", + "bin/heroku-php-apache2", + "bin/heroku-php-nginx" + ], + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "David Zuelke", + "email": "dz@heroku.com" + } + ], + "description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP/HHVM and Apache2/Nginx as on Heroku", + "homepage": "http://github.com/heroku/heroku-buildpack-php", + "keywords": [ + "apache", + "apache2", + "foreman", + "heroku", + "hhvm", + "nginx", + "php" + ], + "time": "2016-04-12 02:41:29" + } + ], "aliases": [], "minimum-stability": "dev", "stability-flags": {