Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 549 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 549 Bytes

Engine PHP Framework

Engine is a lightweight PHP Framework to run a website.
This package is the core package.

To bootstrap your own application and see the documentation, clone the engine example app and follow its instructions:

git clone https://github.com/mmethner/engine-app

Installation with Composer

composer require mmethner/engine

Credits

Alto Router

The Router originally is called Altorouter and was modified with minor changes.