2017 © Pedro Peláez
 

symfony-bundle hoa-router-bundle

Integrates Hoa/Router in Symfony

image

kphoen/hoa-router-bundle

Integrates Hoa/Router in Symfony

  • Friday, July 17, 2015
  • by K-Phoen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

HoaRouterBundle

This bundle is an experiment integrating Hoa/Router into Symfony. It replaces Symfony's Routing component by Hoa/Router., (*1)

Rationale behind this bundle: fun. That's it., (*2)

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., (*3)

Installation

Require the bundle:, (*4)

composer require 'kphoen/hoa-router-bundle:dev-master'

And declare it into your app/AppKernel.php file:, (*5)

public function registerBundles()
{
    return array(
        // ...
        new KPhoen\RulerZBundle\KPhoenRulerZBundle(),
    );
}

Usage

See Symfony's documentation., (*6)

Register your routes and use the routing service as usual., (*7)

Licence

This bundle is under the MIT licence., (*8)

The Versions

17/07 2015

dev-master

9999999-dev

Integrates Hoa/Router in Symfony

  Sources   Download

MIT

The Requires