PHPackages                             ds-easy/typo3-routes - 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. [Framework](/categories/framework)
4. /
5. ds-easy/typo3-routes

ActiveTypo3-cms-extension[Framework](/categories/framework)

ds-easy/typo3-routes
====================

Easy TYPO3 Routes is inspired by Symfony’s routing mechanism. Define a page by creating a controller, passing all relevant data through a PHP attribute, and creating a corresponding template.

0.1.1(3mo ago)02GPL-2.0-or-laterPHPPHP ^8.2

Since Jan 27Pushed 2mo agoCompare

[ Source](https://github.com/infinity-plus-1/Easy-TYPO3-Routes)[ Packagist](https://packagist.org/packages/ds-easy/typo3-routes)[ RSS](/packages/ds-easy-typo3-routes/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Easy TYPO3 Routes
=================

[](#easy-typo3-routes)

**Easy TYPO3 Routes** is inspired by Symfony's routing mechanism. Define pages by creating a controller, passing all relevant data through PHP attributes, and adding a corresponding template.

[![TYPO3 v13](https://camo.githubusercontent.com/a28f8cf7c202d493c2fb61484bf0a5aebf57de17c3435555cb42aab96363e498/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d7631332e342532422d626c75652e737667)](https://typo3.org)[![License](https://camo.githubusercontent.com/52dc418a1eb33fd9c9f0eb7726ca4534a3b59d2c45f38fabf868666a72aef863/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c2d2d322e302d2d6f722d2d6c617465722d6f72616e67652e737667)](https://github.com/infinity-plus-1/Easy-TYPO3-Routes/blob/main/LICENSE)

🚀 Quick Start
-------------

[](#-quick-start)

```
composer req ds-easy/typo3-routes
```

Create a controller in `EXTENSION_FOLDER/YOUR_EXTENSION/Classes/Controller/YourRouteController.php`.

Define a class and extend the `EasyController`:

```
