2017 © Pedro Peláez
 

library api

Library to handle request and response

image

jasacloud/api

Library to handle request and response

  • Tuesday, July 24, 2018
  • by jasacloud
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

api

Configuration for nginx web server., (*1)

Add the your project, (*2)

example :, (*3)

<?PHP
// /location/index.php:
$api = new Api();
$api->processApi();
?>

Modify your nginx config :, (*4)

location = /api {
    rewrite ^(.*)$ "/location/index.php";
}

location ~ /api/ {
    rewrite /api/([\._0-9a-zA-Z]+)/?([\._0-9a-zA-Z]+)/?[.*]?/?[.*]? /location/index.php?kind=$2%23$1;
}

The Versions

24/07 2018

dev-master

9999999-dev https://github.com/jasacloud/api

Library to handle request and response

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4

 

api library jasacloud

04/04 2018

1.0

1.0.0.0 https://github.com/jasacloud/api

Library to handle request and response

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4

 

api library jasacloud