Download the PHP package sourcebroker/t3api without Composer
On this page you can find all versions of the php package sourcebroker/t3api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sourcebroker/t3api
More information about sourcebroker/t3api
Files in sourcebroker/t3api
Package t3api
Short Description REST API for your TYPO3 project. Config with annotations, build in filtering, pagination, typolinks, image processing, serialization contexts, responses in Hydra/JSON-LD format.
License GPL-2.0-or-later
Informations about the package t3api
TYPO3 Extension t3api
Features
- Support for Extbase models with GET, POST, PATCH, PUT, DELETE operations.
- Configuration with classes, properties and methods annotations.
- Build-in filters: boolean, numeric, order, range and text (partial, match against and exact strategies).
- Build-in pagination.
- Support for typolinks.
- Support for image processing.
- Support for file uploads (FAL).
- Configurable routing.
- Responses in Hydra /JSON-LD format.
- Serialization contexts - customizable output depending on routing.
- Easy customizable serialization handlers and subscribers.
- Backend module with Swagger for documentation and real testing.
Documentation
Read the docs at https://docs.typo3.org/p/sourcebroker/t3api/master/en-us/
Take a look and test
After cloning repo you can run ddev restart && ddev composer install
and then ddev ci 13
to install local integration test instance.
Local instance is available at https://13.t3api.ddev.site/ (login to backend with admin
/ Password1!
credentials).
At frontend part you can at once test REST API responses for ext news:
- https://13.t3api.ddev.site/_api/news/news
- https://13.t3api.ddev.site/_api/news/news/1
- https://13.t3api.ddev.site/_api/news/categories
- etc
You can also run Postman test with ddev ci:tests:postman
command or full test suite with ddev composer ci
.
Postman is doing full CRUD test with category and news (with image).
Development
If you want to help with development take a look at https://docs.typo3.org/p/sourcebroker/t3api/main/en-us/Miscellaneous/Development/Index.html
All versions of t3api with dependencies
ext-json Version *
ext-pdo Version *
ext-tokenizer Version *
doctrine/annotations Version ^1.13.3 || ^2.0
goldspecdigital/oooas Version ^2.4
jms/serializer Version ^3.1
phpdocumentor/reflection-docblock Version ^5.2
symfony/cache Version ^6.4 || ^7.0
symfony/expression-language Version ^6.4 || ^7.0
symfony/http-foundation Version ^6.4 || ^7.0
symfony/mime Version ^6.4 || ^7.0
symfony/property-info Version ^6.4 || ^7.0
symfony/psr-http-message-bridge Version ^6.4 || ^7.0
symfony/routing Version ^6.4 || ^7.0
typo3/cms-core Version ^12.4.16 || ^13.3
typo3/cms-extbase Version ^12.4.16 || ^13.3
typo3/cms-frontend Version ^12.4.16 || ^13.3