Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 378 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 378 Bytes

php-yaml-router

A YAML based PHP routing boilerplate

The project is meant as a simple boilerplate for creating a PHP API.

It allows you to simply create endpoints by defining them in config/routing.yml and specifying a class and method, which will be fired upon calling the request. The Yaml configuration allows you to inject dependencies to your classes dynamicly.