kphoen / hoa-router-bundle
Integrates Hoa/Router in Symfony
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4
- hoa/router: ~2.0
- symfony/framework-bundle: ~2.7
- symfony/routing: ~2.7
This package is auto-updated.
Last update: 2024-10-28 02:02:11 UTC
README
This bundle is an experiment integrating Hoa/Router into Symfony. It replaces Symfony's Routing component by Hoa/Router.
Rationale behind this bundle: fun. That's it.
N.B: This project is just an experiment. I wanted to know if it would work (spoiler alert: it does) but it's far from being finished/production-ready and will probably never be.
Installation
Require the bundle:
composer require 'kphoen/hoa-router-bundle:dev-master'
And declare it into your app/AppKernel.php
file:
public function registerBundles() { return array( // ... new KPhoen\RulerZBundle\KPhoenRulerZBundle(), ); }
Usage
Register your routes and use the routing
service as usual.
Licence
This bundle is under the MIT licence.