Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 325 Bytes

Simplest PHP Framework

Alpha version (in development).

Features:

  • DI Container (thanks to Brent Rose)
  • Request
  • Response with content type changing (Json by default)
  • ResponseEmitter
  • Simplest Routing

App bootstrapping - app/init.php

Example routes file - routes/api.php

Example actions in app/Http/Actions