PHPackages                             sed/route-exporter-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sed/route-exporter-bundle

ActiveSymfony-bundle[API Development](/categories/api)

sed/route-exporter-bundle
=========================

Tool to export Symfony's routing definitions in yml, xml or php format.

1016.8k8[2 issues](https://github.com/sed-szeged/SedRouteExporterBundle/issues)PHP

Since Aug 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/sed-szeged/SedRouteExporterBundle)[ Packagist](https://packagist.org/packages/sed/route-exporter-bundle)[ RSS](/packages/sed-route-exporter-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SedExporterBundle
=================

[](#sedexporterbundle)

This bundle helps to export your route definitions in yml, xml or php format. It is useful if you defined your routes using annotations, but you want to migrate to something else. (For example to use Ioncube's PHP encoder, which can not work together with annotations.)

Keep in mind that the routes will be exported into one file and some information will be lost (e.g. prefix definitions) during the exportation.

[![Build Status](https://camo.githubusercontent.com/d971113b209db6045a0dbed4080c79c79dfdcc38bf67664eb2240bb278874a41/68747470733a2f2f6170692e7472617669732d63692e6f72672f7365642d737a656765642f536564526f7574654578706f7274657242756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/sed-szeged/SedRouteExporterBundle) [![SensioLabsInsight](https://camo.githubusercontent.com/e4e099055e425d0c1829a5df5a43c582fe432a63ecc6a303e3e5807d34a7ec6b/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39376364343366312d313635652d346461632d623064362d6232616137323161643832332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/97cd43f1-165e-4dac-b0d6-b2aa721ad823)

Installation
------------

[](#installation)

1. Add SedRouteExporterBundle to your composer.json by running:

```
$ php composer.phar require sed/route-exporter-bundle 'dev-master'
```

2. Enable the bundle in the kernel:

```
