SlimFramework, a PHP micro framework
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. Slim require PHP 5.3.0 or newer.
<?php
$app = new SlimSlim();
$app->get('/hello/:name', function ($name)...
The Frameworkless Movement: A Revolutionary Idea or a Recipe for Disaster?
Hey, do you know that there is a Frameworkless Movement ? It is a community-driven movement that promotes the development of web applications without the use of a traditional web framework....
Ext4Yii Framework 0.7 Released
The Ext4Yii Framework is a professional PHP Yii extension which provides server-side ExtJS functionality. It is a template parsing system, capable of rendering embedded XML templates into ExtJS JavaScript components. Among...