dev-master
9999999-devJust Another PHP Lightweight Object Oriented RestAPI
GPL-3.0-or-later
The Requires
The Development Requires
by DrDam
Just Another PHP Lightweight Object Oriented RestAPI
Japloora are a try to make a little API with REST-FULL capacity., (*1)
The way to use are simple : - A controler defined route caracteristics ( path, scheme, method, HTML parameters, callback, output format) and implement callback method responding to Request - A controler can defined multiple route - Route can be "wildcarded" ( "get/type/*" ) - A controler can precise a "wildcarded" route of another controler - Using a basic and "light" Authent mecanisme, (*2)
Japloora not make Authentification, it only make identification.
That mean a user can be identify via a JWT token composed with :, (*3)
A token are valid for only 15min. It's recommanded gerenate a new on each call Parameters ( site_key, username and user_password ) are exchange out-of-line and the password where never send from client to server, (*4)
Just Another PHP Lightweight Object Oriented RestAPI
GPL-3.0-or-later