jyc/azalea

A filtering PHP framework.

dev-default 2012-12-28 08:03 UTC

This package is not auto-updated.

Last update: 2020-08-15 07:48:08 UTC


README

Azalea is a PHP framework based on filters and strange URLs. For example, if you request this page (assuming you are calling azalea from index.php):

http://example.com/?one:two:three

The filter one will be called, its return value passed to two, and so on with two to three and three to the browser.

Please use the PEAR coding standards.

I'll try to follow the Semantic Versioning specification.

Run php composer.phar update before doing anything (even running tests).