watoki/deli

Abstract delivery system for PHP applications

Maintainers

Package info

github.com/watoki/deli

Homepage

pkg:composer/watoki/deli

Statistics

Installs: 2 270

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-10 10:16:35 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.