lms / routes
Provides an ability to bind a route slug to the certain Extbase Action endpoint
                                    Fund package maintenance!
                                                                            
                                                                                                                                        simonschaufi
                                                                                    
                                                                            
                                                                                                                                        www.paypal.me/simonschaufi/10
                                                                                    
                                                                
Installs: 113 001
Dependents: 1
Suggesters: 0
Security: 1
Stars: 12
Watchers: 2
Forks: 20
Type:typo3-cms-extension
pkg:composer/lms/routes
Requires
- typo3/cms-core: ^11.5.3
Replaces
- typo3-ter/routes: v3.0.0
This package is auto-updated.
Last update: 2025-07-15 12:10:19 UTC
README
This extension gives you a possibility to bind the url endpoint with certain Extbase Action.
Shortly saying, you can create an API for your TYPO3 Project.
Features:
- Allow developer to register its own route using yml. ( /api/users => UserController::list )
- Additional middleware for your routes.
- Simple module for general information.
Check out the documentation