Skip to content

albertcolom/php-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages