Simplicity PHP framework

From Wikipedia, the free encyclopedia

The Simplicity PHP Application Framework aims to be an advanced, scalable and extensible PHP application framework to aid developers in creating high traffic, high availability Web 2.0 online applications.

Integrating a solid MVC framework with some of the best Open Source projects around (Ext (javascript library) PHPTAL) Simplicity aims to assist developers with any amount of experience in taking their applications to a new level.

It's optimized for handling AJAX requests, and using advanced cache techniques to support high traffic websites.

Simplicity PHP framework
URL http://simplicityphp.com/
Type of site PHP5 Framework
Owner Simplicity PHP
Created by Simplicity PHP

Contents

[edit] Abstract

What sets Simplicity PHP Framework apart from other PHP frameworks is its tight integration with Ext, a JavaScript framework. This allows the developer an easy and seamless integration of AJAX and many other Web 2.0 features, while still be able to focus on website logic. The Simplicity PHP framework is fairly young, and not yet fully finished. Development is going fast, and there are currently several websites in development with the Simplicity PHP framework.

[edit] Features

  • Uses the benefits of the new PHP 5.2 and up fully.
  • Tight integration with the JavaScript framework Ext.
  • True multilingual, i18n, UTF-8
  • SEO aware
  • Extremely lightweight
  • Short learning curve
  • Uses the MVC pattern
  • Loosely coupled architecture
  • Extremely easy to extend
  • MQL data abstraction: Mix and match different datasources like SQL databases, CVS, arrays etc
  • Advanced caching: Speed and responsiveness even for high traffic sites

[edit] Technology

  • Strict PHP5 (5.2 and up) OOP. Offers many benefits: visibility protection, automatic class loading, overloading, interfaces, abstracts, and singletons.
  • AJAX aware: tight integration with Ext
  • PHPTAL easy templating

[edit] External links

[edit] See also