Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 773 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 773 Bytes

Photon Framework

A batteries included monolithic php framework, with a focus on minimal third party dependency (aiming for none), and sticking to pure PHP language features. Speed and Simplicity are achieved by reducing the need for pre/post-processing, caching, reflection, and parsing to effectively none, while maintaining a high level of functionality similar in style to modern frameworks.

Run it

PHP Built in Server

php -S localhost:8000 -t ./public .\public\index.php

Docker

docker-compose up -d

Screenshots

image

image