PHPLights/Introduction

From Linuxnetworks
< PHPLights
Revision as of 17:06, 2 September 2007 by Nose (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PHPLights is an easy to use and easy to program framework for web and command line interface PHP applications. It is heavily inspired by the Symphony PHP framework (PHPLights is an acromym for PHP Light(weight) Symphony) but avoids forcing developers to do things only in a certain way.

It's also not intended to become a heavyweight, multi megabyte "one size fits all" framework by integrating parts like Propel (an object relational mapper) which are also available separately. Instead, it should be always possible to distribute the core libraries and the extensions along with the application.

License

PHPLights is licensed under the terms of the LGPL license version 3 or later.



Back to Overview