PHPackages                             symfony-cmf/routing-auto - 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. symfony-cmf/routing-auto

AbandonedArchivedLibrary[API Development](/categories/api)

symfony-cmf/routing-auto
========================

Component for automatically creating and managing routes for persisted objects

2.2.0(5y ago)6237.7k—4.5%11[1 issues](https://github.com/symfony-cmf/routing-auto/issues)[4 PRs](https://github.com/symfony-cmf/routing-auto/pulls)1MITPHPPHP ^7.2

Since May 14Pushed 4y ago4 watchersCompare

[ Source](https://github.com/symfony-cmf/routing-auto)[ Packagist](https://packagist.org/packages/symfony-cmf/routing-auto)[ Docs](http://cmf.symfony.com)[ RSS](/packages/symfony-cmf-routing-auto/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (36)Used By (1)

This repository is no longer maintained
=======================================

[](#this-repository-is-no-longer-maintained)

Due to lack of interest, we had to decide to discontinue this repository. The CMF project focusses on the [Routing component](https://github.com/symfony-cmf/routing) and [RoutingBundle](https://github.com/symfony-cmf/routing-bundle), which are still in active use by other projects.

This repository will no longer be upgraded and marked as abandoned, but will be kept available for legacy projects or if somebody wants to experiment with the CMF.

You can contact us in the #symfony\_cmf channel of the [Symfony devs slack](https://symfony.com/slack).

Symfony CMF Routing Auto
========================

[](#symfony-cmf-routing-auto)

[![Latest Stable Version](https://camo.githubusercontent.com/0fed2198e37b509b5baf45e90a0bf7e422c5a66ebb8e5c120e4effc497421ef9/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f726f7574696e672d6175746f2f762f737461626c65)](https://packagist.org/packages/symfony-cmf/routing-auto)[![Latest Unstable Version](https://camo.githubusercontent.com/e560a699f80d0f2139d71b984164cacde745ec5e5118c5d1d1d1fd3f0a3e854c/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f726f7574696e672d6175746f2f762f756e737461626c65)](https://packagist.org/packages/symfony-cmf/routing-auto)[![License](https://camo.githubusercontent.com/9a73df3f99441e89008ffc1a8705d85d2105bc560cf118190a4b248ffc5b6410/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f726f7574696e672d6175746f2f6c6963656e7365)](https://packagist.org/packages/symfony-cmf/routing-auto)

[![Total Downloads](https://camo.githubusercontent.com/c4423d8778774f196909a0e8ba73b5938ae6a9deee46e2861746b3a97069f6bb/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f726f7574696e672d6175746f2f646f776e6c6f616473)](https://packagist.org/packages/symfony-cmf/routing-auto)[![Monthly Downloads](https://camo.githubusercontent.com/724808a8b103d9a84913ef4b30074134654ff85afae4ec905bc515544246baae/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f726f7574696e672d6175746f2f642f6d6f6e74686c79)](https://packagist.org/packages/symfony-cmf/routing-auto)[![Daily Downloads](https://camo.githubusercontent.com/a5d09adeb7ae13d7e32ddaf863cd717a5d0a3f66b20fca067ce782278ffe8306/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f726f7574696e672d6175746f2f642f6461696c79)](https://packagist.org/packages/symfony-cmf/routing-auto)

BranchTravisCoverallsmaster[![Build Status](https://camo.githubusercontent.com/829b2e76f0cfb0549c4dbc9290492490e73f93888646bdd4d519d1d9fa24f558/68747470733a2f2f7472617669732d63692e6f72672f73796d666f6e792d636d662f726f7574696e672d6175746f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/symfony-cmf/routing-auto)[![Coverage Status](https://camo.githubusercontent.com/79a705359a7a00112bf92dd53d1de5857b107a82fe5b34417dd167bdf091591a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73796d666f6e792d636d662f726f7574696e672d6175746f2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/symfony-cmf/routing-auto?branch=master)This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed under the [MIT License](LICENSE).

This component automatically creates and manages routes for configured persisted document classes. This library contains all implementation agnostic code.

Requirements
------------

[](#requirements)

- PHP 7.1 / 7.2
- Symfony 2.8 / 3.3 / 3.4 / 4.0
- See also the `require` section of [composer.json](composer.json)

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

[](#documentation)

For the install guide and reference, see:

- [symfony-cmf/routing-auto Documentation](http://symfony.com/doc/master/cmf/components/routing/index.html)

See also:

- [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
- [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links

Support
-------

[](#support)

For general support and questions, please use [StackOverflow](http://stackoverflow.com/questions/tagged/symfony-cmf).

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

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING](https://github.com/symfony-cmf/blob/master/CONTRIBUTING.md)guide.

Unit and/or functional tests exist for this package. See the [Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)for a guide to running the tests.

Thanks to [everyone who has contributed](contributors) already.

License
-------

[](#license)

This package is available under the [MIT license](src/Resources/meta/LICENSE).

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~90 days

Recently: every ~214 days

Total

31

Last Release

2028d ago

Major Versions

1.1.x-dev → 2.0.0-RC12017-01-05

PHP version history (5 changes)1.1.0-RC1PHP ^5.3.9|^7.0

2.0.0-RC1PHP ^5.5.9|^7.0

2.0.0-RC2PHP ^5.6|^7.0

2.1.0-RC1PHP ^7.1

2.2.0PHP ^7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76576?v=4)[David Buchmann](/maintainers/dbu)[@dbu](https://github.com/dbu)

![](https://avatars.githubusercontent.com/u/20873?v=4)[Luke Smith](/maintainers/lsmith)[@lsmith](https://github.com/lsmith)

![](https://www.gravatar.com/avatar/24ec7d5d6b7ea54007be5d7b4f43800381cc1e22929f7d2276fba30e497fdfa6?d=identicon)[dantleech](/maintainers/dantleech)

![](https://www.gravatar.com/avatar/e6155db5d38999238ba21fc58a9e613adb354d846f6e74936dfd7fd505fb48bd?d=identicon)[Wouter J](/maintainers/Wouter%20J)

![](https://avatars.githubusercontent.com/u/2905834?v=4)[Maximilian Berghoff](/maintainers/ElectricMaxxx)[@ElectricMaxxx](https://github.com/ElectricMaxxx)

---

Top Contributors

[![wouterj](https://avatars.githubusercontent.com/u/749025?v=4)](https://github.com/wouterj "wouterj (70 commits)")[![dantleech](https://avatars.githubusercontent.com/u/530801?v=4)](https://github.com/dantleech "dantleech (58 commits)")[![damienflament](https://avatars.githubusercontent.com/u/2023682?v=4)](https://github.com/damienflament "damienflament (55 commits)")[![dbu](https://avatars.githubusercontent.com/u/76576?v=4)](https://github.com/dbu "dbu (30 commits)")[![ElectricMaxxx](https://avatars.githubusercontent.com/u/2905834?v=4)](https://github.com/ElectricMaxxx "ElectricMaxxx (12 commits)")[![lsmith77](https://avatars.githubusercontent.com/u/300279?v=4)](https://github.com/lsmith77 "lsmith77 (10 commits)")[![hason](https://avatars.githubusercontent.com/u/288535?v=4)](https://github.com/hason "hason (1 commits)")[![kea](https://avatars.githubusercontent.com/u/208714?v=4)](https://github.com/kea "kea (1 commits)")[![RSalo](https://avatars.githubusercontent.com/u/4490762?v=4)](https://github.com/RSalo "RSalo (1 commits)")

---

Tags

symfonysymfony-cmf

### Embed Badge

![Health badge](/badges/symfony-cmf-routing-auto/health.svg)

```
[![Health](https://phpackages.com/badges/symfony-cmf-routing-auto/health.svg)](https://phpackages.com/packages/symfony-cmf-routing-auto)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[overblog/graphql-bundle

This bundle provides tools to build a GraphQL server in your Symfony App.

8027.9M28](/packages/overblog-graphql-bundle)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[worksome/graphlint

A static analysis tool for GraphQL

13189.4k](/packages/worksome-graphlint)[gheb/docusign-bundle

Symfony Bundle for electronic document signature with Docusign

3520.8k](/packages/gheb-docusign-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
