Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

MatTheCat/silex-routing-provider

Repository files navigation

Build Status

RoutingServiceProvider

The RoutingServiceProvider leverages the Symfony routing component for Silex.

Parameters

  • router.ressource: Resource which will be loaded to get a route collection.
  • router.options: Router's options.

Services

  • router.loader_resolver: An instance of Symfony\Component\Config\Loader\LoaderResolver. You can extend it to add new loaders.
  • router: An instance of Symfony\Component\Routing\Router.
  • request_matcher: Alias of router.
  • url_generator: Alias of router.

Registering

use MatTheCat\Routing\Silex\Provider\RoutingServiceProvider;

$app->register(new RoutingServiceProvider());

About

Routing service provider for Silex

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages