mmethner/engine

Simple PHP Framework

dev-master 2017-10-22 20:18 UTC

This package is not auto-updated.

Last update: 2024-03-17 01:53:54 UTC


README

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.