项目作者: gogibogi4

项目描述 :
A YAML based PHP routing boilerplate
高级语言: PHP
项目地址: git://github.com/gogibogi4/php-yaml-router.git
创建时间: 2020-04-30T19:19:00Z
项目社区:https://github.com/gogibogi4/php-yaml-router

开源协议:MIT License

下载


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.