kjszymanski/jsrouting-bundle

Symfony FOSJsRoutingBundle

Installs: 847

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 259

Type:symfony-bundle

1.0.3 2012-10-22 13:35 UTC

This package is not auto-updated.

Last update: 2024-05-19 00:57:15 UTC


README

Build Status

This bundle allows you to expose your routing in your JavaScript code. That means you'll be able to generate URL with given parameters like you can do with the Router component provided in the Symfony2 core.

This is a port of the symfony 1.x plugin: chCmsExposeRoutingPlugin.

Documentation

Please, find the README file in Resources/doc/ to get more information about this bundle.

Read the documentation

License

See Resources/meta/LICENSE.

Original Credits

  • William DURAND as main author.
  • Julien MUETTON (Carpe Hora) for the inspiration.