no22/PicowaCore
PicowaCore (previously called Picowa) is a Sinatra inspired tiny web application framework for PHP 5.2 and later.Although Sinatra-like framework was suitable for small web application, when the scale of the application grows, the problem is caused. When a request comes in, it is necessary already to define or import a lot of event handlers before url mappings whether be actually executed. This framework solves this problem by using lazy callback loading technique.
PHPNOASSERTION