Extas busyness value micro-service with crud + calculations api.
# vendor/bin/extas i
# vendor/bin/extas jsonrpc -e 1 -s src/configs/extas.json
# vendor/bin/extas i
# export EXTAS__BASE_PATH=your/path
# php -S 0.0.0.0:8080 -t vendor/jeyroik/extas-jsonrpc/src/public
curl -X POST localhost:8080/specs -d "{\"id\":\"request id\", \"method\":\"operation.all\"}"
Warning: fill the data before using
curl -X POST localhost:8080/api/jsonrpc -d "{\"id\":\"request id\", \"method\":\"category.create\", \"data\":{...}}"