Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.
/ Phoenix Public archive

A simple PHP MVC framework for small to medium sized applications.

License

Notifications You must be signed in to change notification settings

desmondchoon/Phoenix

Repository files navigation

Phoenix

Phoenix is a simple MVC framework written in PHP for projects that are ranged from small to middle in size.

Features included

  • Centralized templating.
  • Services extension for controller logics.
  • Multi database connections.

Installation

Installation is done with Composer. Simply use the line below:

composer require popdroid/phoenix