rest-proxy.php

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

RestProxy.php (109B)


      1 <?php
      2 
      3 namespace Finwo\RestProxy;
      4 
      5 use Finwo\Framework\Application;
      6 
      7 class RestProxy extends Application
      8 {
      9 
     10 }