Download the PHP package jeyroik/kb-api without Composer
On this page you can find all versions of the php package jeyroik/kb-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 kb-api
kb-api
Kilobook api
install
install plugins
# vendor/bin/extas i
generate api specs
# vendor/bin/extas jsonrpc -s extas.json
install specs
# vendor/bin/extas i
usage
set EXTAS__BASE_PATH
# export EXTAS__BASE_PATH=/your/path
run server
# php -S 0.0.0.0:8080 -t vendor/jeyroik/extas-jsonrpc/src/public
check specs
curl -X POST localhost:8080/specs -d "{\"id\":\"request id\", \"method\":\"operation.all\"}"
use api
Warning: fill the data before using
curl -X POST localhost:8080/api/jsonrpc -d "{\"id\":\"request id\", \"method\":\"book.create\", \"data\":{...}}"
All versions of kb-api with dependencies
PHP Build Version
Package Version
Requires
jeyroik/kb-book Version
*
jeyroik/kb-book-plan Version *
jeyroik/kb-plan Version *
jeyroik/kb-player-plan Version *
jeyroik/extas-jsonrpc Version *
jeyroik/kb-book-plan Version *
jeyroik/kb-plan Version *
jeyroik/kb-player-plan Version *
jeyroik/extas-jsonrpc Version *
The package jeyroik/kb-api contains the following files
Loading the files please wait ....