Download the PHP package marlosoft/silex-routing-provider without Composer
On this page you can find all versions of the php package marlosoft/silex-routing-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marlosoft/silex-routing-provider
More information about marlosoft/silex-routing-provider
Files in marlosoft/silex-routing-provider
Download marlosoft/silex-routing-provider
More information about marlosoft/silex-routing-provider
Files in marlosoft/silex-routing-provider
Vendor marlosoft
Package silex-routing-provider
Short Description Routing service provider for silex micro-framework using annotations
License MIT
Package silex-routing-provider
Short Description Routing service provider for silex micro-framework using annotations
License MIT
Please rate this library. Is it a good library?
Informations about the package silex-routing-provider
Silex Routing Service Provider
Routing service provider for silex micro-framework using annotations.
This uses sensio/framework-extra-bundle
and doctrine/common
libraries
to use annotation for routing just like in Symfony2 framework.
Installation
- Use composer
Usage
-
Add Doctrine's annotation registry loader to autoload
- Register the service provider to your application
Options
routes.directories
(required) is an array of directory paths where the annotations are evaluatedroutes.cache
(optional) is the cache object that will be used to store the evaluated annotations.
This is recommended in production deployments. Cache objects that can use used areFilesystemCache
orApcuCache
All versions of silex-routing-provider with dependencies
PHP Build Version
Package Version
Requires
silex/silex Version
^2.2
doctrine/common Version ^2.7
sensio/framework-extra-bundle Version ^3.0
doctrine/common Version ^2.7
sensio/framework-extra-bundle Version ^3.0
The package marlosoft/silex-routing-provider contains the following files
Loading the files please wait ....