Skip to content
forked from Lacr1ma/routes

Provides an ability to bind a route slug to the certain Extbase Action endpoint.

License

Notifications You must be signed in to change notification settings

Fishing-King/routes

 
 

Repository files navigation

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

About

Provides an ability to bind a route slug to the certain Extbase Action endpoint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.3%
  • HTML 1.7%