lms/routes

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Maintainers

👁 Lacr1ma

Package info

github.com/simonschaufi/routes

Type:typo3-cms-extension

pkg:composer/lms/routes

Statistics

Installs: 119 783

Dependents: 1

Suggesters: 0

Stars: 12

v3.0.0 2021-11-19 19:48 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

  • typo3-ter/routes: v3.0.0

GPL-2.0-or-later d3e2dd03110e53d52f0f9aed2adee8b46649ac95

  • Serhii Borulko <borulkosergey.woop@icloud.com>

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