Download the PHP package masterforweb/kuri without Composer
On this page you can find all versions of the php package masterforweb/kuri. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download masterforweb/kuri
More information about masterforweb/kuri
Files in masterforweb/kuri
Download masterforweb/kuri
More information about masterforweb/kuri
Files in masterforweb/kuri
Vendor masterforweb
Package kuri
Short Description Kuri is a PHP autorouting without regular. Quickly write simple yet powerful web applications and APIs
License MIT
Homepage https://github.com/masterforweb/kuri
Package kuri
Short Description Kuri is a PHP autorouting without regular. Quickly write simple yet powerful web applications and APIs
License MIT
Homepage https://github.com/masterforweb/kuri
Please rate this library. Is it a good library?
Informations about the package kuri
_kuri
Kuri is minimalist web framework for PHP. Minimum code - maximum speed. Quick start your web application or API.
Installation
It's recommended that you use Composer to install Kuri.
Autoroutes:
https://{your domain}/{your function}/param1
or
https://{your domain}/{your class}/{funtion}/param1/param2
or
command line: php {application path}/index.php {your function} param
Hello World
Recommended practice: prefix _kuri
Class example
GET, POST
return array => 200 OK Content-Type: application/json
support: [email protected]
All versions of kuri with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2
The package masterforweb/kuri contains the following files
Loading the files please wait ....