Download the PHP package jasacloud/api without Composer
On this page you can find all versions of the php package jasacloud/api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jasacloud/api
More information about jasacloud/api
Files in jasacloud/api
Download jasacloud/api
More information about jasacloud/api
Files in jasacloud/api
Vendor jasacloud
Package api
Short Description Library to handle request and response
License GPL-3.0-or-later
Homepage https://github.com/jasacloud/api
Package api
Short Description Library to handle request and response
License GPL-3.0-or-later
Homepage https://github.com/jasacloud/api
Please rate this library. Is it a good library?
Informations about the package api
api
Configuration for nginx web server.
Add the your project
example :
Modify your nginx config :
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;
}
All versions of api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
jasacloud/logger Version ^1.0
jasacloud/dbmanager Version ^1.0
jasacloud/mcmanager Version ^1.0
jasacloud/logger Version ^1.0
jasacloud/dbmanager Version ^1.0
jasacloud/mcmanager Version ^1.0
The package jasacloud/api contains the following files
Loading the files please wait ....