watoki/deli

Abstract delivery system for PHP applications

v0.2 2015-06-18 20:12 UTC

This package is not auto-updated.

Last update: 2024-05-07 01:12:53 UTC


README

#deli Build Status

deli is an abstract delivery system for request/response type applications. It can be used as a base for web and CLI delivery systems such as curir and commander.

The base idea is that a user request consists of a path and parameters which is then mapped to a method call. The return value of this method call is then delivered as a response to the user.