Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 527 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 527 Bytes

PHP skeleton Without a Framework

Examples in this repo

  • Routing with FastRoute
  • Dependency injection and container with PHP-DI
  • CommandBus and CommandQuery with Tactician
  • Very simple API

Run

$ php -S 0.0.0.0:8000 -t public/

Routes

[GET] /                 http://localhost:8000/
[GET|POST] /foo         http://localhost:8000/foo