Skip to content

A Silex ServiceProvider that defines annotations that can be used to define routes in a ServiceController.

License

Notifications You must be signed in to change notification settings

ozby/silex-annotation-provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Scrutinizer Code Quality

silex-annotation-provider

This is the Silex 2.0 compatible version. It is in development and NOT STABLE. See 1.1 branch for stable version.

A Silex ServiceProvider that defines annotations that can be used in a Silex controller. Define your controllers in a class and use annotations to setup routes and define modifiers.

Installation

Install the silex-annotation-provider using composer.

{
    "require": {
        "ddesrosiers/silex-annotation-provider": "~2.0@dev"
    }
}

Registration