Skip to content
Ryan Mills edited this page Dec 28, 2017 · 3 revisions

Temporal Framework

Temporal is a lightweight PHP/MySQL framework used to quickly deploy simple websites. It focuses on a clear separation of HTML/CSS/JS and PHP, allowing front-end developers to easily write templates. The back-end PHP API allows developers to write PHP with only a minimal set of API commands and normal PHP functions. When deployed with GIT an install can be as fast as typing out the clone command and adding database login information.

Clone this wiki locally