saalaa / cerise
PHP Web Framework
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2020-07-29 03:30:55 UTC
README
Cerise is a web framework written in PHP. It was written as there were not many other frameworks available and may feel a bit old in many ways.
There's an ongoing effort to modernize it and get rid of a lot of its weird parts but as it is now, it represents Cerise as it's used in Production at the SMRU.
Installation
Cerise relies on Composer for installation. It's possible simply clone the respository and start from there but not covered here.
- Install Composer
Add the following to the
require
section of yourcomposer.json
:"saalaa/cerise": "1.0.0"
Run the following command to fetch your project's dependencies:
php composer.phar install
Authors
- Benoit Myard benoit@saalaa.net
- SMRU (Shoklo-Malaria Reseach Unit) contact@shoklo-unit.com
- TSF (Telecoms Sans Frontiers) contact@tsfi.org
License
Cerise is released under the 2-clause MIT license.