saalaa/cerise

PHP Web Framework

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-default 2012-09-26 06:24 UTC

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.

  1. Install Composer
  2. Add the following to the require section of your composer.json:

    "saalaa/cerise": "1.0.0"

  3. Run the following command to fetch your project's dependencies:

    php composer.phar install

Authors

License

Cerise is released under the 2-clause MIT license.