Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 456 Bytes

Readme.md

File metadata and controls

12 lines (8 loc) · 456 Bytes

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