https://github.com/simonschaufi/routes
Provides an ability to bind a route slug to the certain Extbase Action endpoint.
https://github.com/simonschaufi/routes
ajax api crud extbase middleware rest route routing spa webservice yaml
Last synced: 4 months ago
JSON representation
Provides an ability to bind a route slug to the certain Extbase Action endpoint.
- Host: GitHub
- URL: https://github.com/simonschaufi/routes
- Owner: simonschaufi
- License: gpl-2.0
- Created: 2019-12-01T22:09:35.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T11:30:12.000Z (6 months ago)
- Last Synced: 2025-08-18T23:23:24.577Z (5 months ago)
- Topics: ajax, api, crud, extbase, middleware, rest, route, routing, spa, webservice, yaml
- Language: PHP
- Homepage: https://docs.typo3.org/p/lms/routes/master/en-us/
- Size: 8.16 MB
- Stars: 11
- Watchers: 2
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TYPO3 Extension ``routes``
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](https://docs.typo3.org/p/lms/routes/master/en-us/)