Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

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

 
 
 

Contributors

Languages

  • PHP 98.3%
  • HTML 1.7%