Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 680 Bytes

readme.md

File metadata and controls

30 lines (17 loc) · 680 Bytes

PHPR

PHPR is a OOP MVC web application framework.

Features

  • Modular based design approach
  • Deferred session support
  • Behaviors / Class mixins

Requirements

  • Server: Apache 2.0, or Nginx.
  • Interpreter: PHP 5.3.0

PHP configuration

  • short_open_tag (<? ?>) enabled.

Getting started

Please see the documentation. Please see the examples directory.

Contributing

PHPR is distributed under the MIT license, and is free and open source (FOSS). Feel free to use it how you wish.

If you would like to contribute, please note that we will ignore any request we believe will cause compatibility issues with our existing product platforms.

Notes