Download the PHP package jeyroik/extas-api without Composer
On this page you can find all versions of the php package jeyroik/extas-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package extas-api
Description
Api for extas.
Using
php -S 0.0.0.0:8080 -t vendor/jeyroik/extas-api/public
.- You can add your own routes with a plugin by stage
extas.api.app.init
(seesrc/interfaces/extensions/IStageApiAppInit
for details).
Plugin example:
Using routes
//extas.app.storage.json
//extas.app.json
// ClassName.php - route dispatcher class
// my\interfaces\IMyItem
From here you can touch:
- GET /json/v1/my-items : you should see a list of my_items items.
All versions of extas-api with dependencies
PHP Build Version
Package Version
Requires
slim/slim Version
^4.5
slim/psr7 Version ^1.1
jeyroik/extas-foundation Version 6.*
jeyroik/extas-id Version 0.*
slim/psr7 Version ^1.1
jeyroik/extas-foundation Version 6.*
jeyroik/extas-id Version 0.*
The package jeyroik/extas-api contains the following files
Loading the files please wait ....