swe/routes

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

Installs: 56

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 17

Type:typo3-cms-extension

v3.0.1 2023-01-18 09:45 UTC

This package is auto-updated.

Last update: 2024-04-20 11:01:43 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