FOSJsRoutingBundle
==================

[![Build
Status](https://secure.travis-ci.org/FriendsOfSymfony/FOSJsRoutingBundle.png?branch=master)](http://travis-ci.org/FriendsOfSymfony/FOSJsRoutingBundle)

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](https://github.com/themouette/chCmsExposeRoutingPlugin).

Documentation
-------------

For documentation, see:

    Resources/doc/

[Read the
documentation](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/1.x/Resources/doc/index.md)

Contributing
------------

See
[CONTRIBUTING](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/1.x/CONTRIBUTING.md)
file.

Original Credits
----------------

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

License
-------

This bundle is released under the MIT license. See the complete license in the
bundle:

    Resources/meta/LICENSE
