PHPLights/Introduction
From Linuxnetworks
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