watoki/deli

Abstract delivery system for PHP applications

Installs: 2 270

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/watoki/deli

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

This package is not auto-updated.

Last update: 2025-10-21 08:20:21 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.