jyc / azalea
dev-default
2012-12-28 08:03 UTC
Requires
- php: >=5.3.0
- jyc/interface-registry: 1.*
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
,依此类推,从two
到three
,然后从three
到浏览器。
请使用PEAR编码规范。
我将尝试遵循语义版本规范。
在进行任何操作之前(甚至运行测试)运行php composer.phar update
。