labor-digital / typo3-frontend-api
TYPO3: Provides a frontend API handler with support for Single Page Apps
Installs: 1 787
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 13
Type:typo3-cms-extension
Requires
- 0.0.0/composer-include-files: ^1.6
- labor-digital/typo3-better-api: ^10.1.0
- laminas/laminas-httphandlerrunner: ^1.4.0
- league/fractal: ^0.18
- league/route: ^5.0.1
- rosell-dk/webp-convert: ^2.3
Requires (Dev)
- roave/security-advisories: dev-latest
- dev-master
- 10.8.4
- 10.8.3
- 10.8.2
- 10.8.1
- 10.8.0
- 10.7.1
- 10.7.0
- 10.6.0
- 10.5.0
- 10.4.0
- 10.3.0
- 10.2.2
- 10.2.1
- 10.2.0
- 10.1.5
- 10.1.4
- 10.1.3
- 10.1.2
- 10.1.1
- 10.1.0
- 10.0.5
- 10.0.4
- 10.0.3
- 10.0.2
- 10.0.1
- 10.0.0-beta.4.2
- 10.0.0-beta.4
- 10.0.0-beta.3
- 10.0.0-beta.2
- 10.0.0-beta.1
- 10.0.0-beta.0
- v9.x-dev
- 9.42.3
- 9.42.2
- 9.42.1
- 9.42.0
- 9.41.3
- 9.41.2
- 9.41.1
- 9.41.0
- 9.40.3
- 9.40.2
- 9.40.1
- 9.40.0
- 9.39.2
- 9.39.1
- 9.39.0
- 9.38.1
- 9.38.0
- 9.37.7
- 9.37.6
- 9.37.5
- 9.37.4
- 9.37.3
- 9.37.2
- 9.37.1
- 9.36.4
- 9.36.3
- 9.36.2
- 9.36.1
- 9.36.0
- 9.35.1
- 9.35.0
- 9.34.5
- 9.34.4
- 9.34.3
- 9.34.2
- 9.34.1
- 9.34.0
- 9.33.0
- 9.32.3
- 9.32.2
- 9.32.1
- 9.32.0
- 9.31.0
- 9.30.2
- 9.30.1
- 9.30.0
- 9.29.0
- 9.28.3
- 9.28.2
- 9.28.1
- 9.28.0
- 9.27.0
- 9.26.0
- 9.25.1
- 9.25.0
- 9.24.0
- 9.23.0
- 9.22.2
- 9.22.1
- 9.22.0
- 9.21.1
- 9.21.0
- 9.20.4
- 9.20.3
- 9.20.2
- 9.20.1
- 9.20.0
- 9.19.2
- 9.19.1
- 9.19.0
- 9.18.5
- 9.18.4
- 9.18.3
- 9.18.2
- 9.18.1
- 9.18.0
- 9.17.1
- 9.17.0
- 9.16.1
- 9.16.0
- 9.15.2
- 9.15.1
- 9.15.0
- 9.14.0
- 9.13.0
- 9.12.0
- 9.11.0
- 9.10.0
- 9.9.1
- 9.9.0
- 9.8.0
- 9.7.0
- 9.6.0
- 9.5.0
- 9.4.0
- 9.3.0
- 9.2.1
- 9.2.0
- 9.1.1
- 9.1.0
- dev-dependabot/npm_and_yarn/docs/minimist-1.2.8
- dev-dependabot/npm_and_yarn/docs/http-cache-semantics-4.1.1
- dev-dependabot/npm_and_yarn/docs/express-4.18.2
- dev-dependabot/npm_and_yarn/docs/qs-6.5.3
- dev-dependabot/npm_and_yarn/docs/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/docs/minimatch-3.1.2
- dev-dependabot/npm_and_yarn/docs/ansi-html-and-webpack-dev-server--removed
- dev-dependabot/npm_and_yarn/docs/terser-4.8.1
- dev-dependabot/npm_and_yarn/docs/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/docs/async-2.6.4
- dev-dependabot/npm_and_yarn/docs/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/docs/prismjs-1.27.0
- dev-dependabot/npm_and_yarn/docs/follow-redirects-1.14.8
- dev-feat-v10
This package is auto-updated.
Last update: 2024-11-04 11:06:59 UTC
README
This package provides your TYPO3 installation with extended API capabilities. Create a REST-ful api was never that easy in TYPO3. It provides you with an extended router based on the PHP league's route package, it works in tandem with the already existing PSR-7 middleware stack but provides you with the option to register your own middleware specially for API requests. The bundle also has build in support for converting ext-base domain objects into json-api resources using fractal.
The main focus while designing the extension was to provide all capabilities to create a Single Page App using TYPO3. For that reason the package comes with endpoints for menus, translations, page content rendering and automatic generation of content element data representations.
Another key-aspect of this package is the easy handling of content elements. The package provides a powerfull extension to extbase controllers that allow you to render data based elements instead of fluid styled content.
Requirements
- TYPO3 v10
- TYPO3 - Better API
- Installation using Composer
Known issues
- This extension is NOT tested with workspaces, and will probably not work correctly.
Installation
Install this package using composer:
composer require labor-digital/typo3-frontend-api
After that, you can activate the extension in the Extensions-Manager of your TYPO3 installation
Example extension
To take a look a how to use the extension, you can take a look at the example extension.
Documentation
After a complete rewrite of the extension for TYPO3 v10 the old documentation has to be rewritten as well. I'm currently working on that.
Postcardware
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: LABOR.digital - Fischtorplatz 21 - 55116 Mainz, Germany
We publish all received postcards on our company website.