jyc/azalea

一个基于过滤器的PHP框架。

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是一个基于过滤器和奇怪URL的PHP框架。例如,如果您请求此页面(假设您从index.php调用azalea)

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

将调用过滤器one,将返回值传递给two,依此类推,从twothree,然后从three到浏览器。

请使用PEAR编码规范。

我将尝试遵循语义版本规范。

在进行任何操作之前(甚至运行测试)运行php composer.phar update