aoe / restler
A TYPO3-Extension, that integrates the popular PHP REST-framework Restler in TYPO3.
Requires
- php: ^8.1
- ext-iconv: *
- ext-json: *
- ext-mbstring: *
- cweagans/composer-patches: ^1.7
- luracast/restler: ^5.0
- typo3/cms-core: ^12.4
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^2.1
- phpunit/phpcov: ^9.0.0
- rector/rector: ^2.0
- symplify/easy-coding-standard: ^12.0
- symplify/phpstan-rules: ^14.6
- typo3/testing-framework: ^8.0 || ^9.0
- 12.2.3
- 12.2.2
- 12.2.1
- 12.2.0
- 12.1.1
- 12.1.0
- dev-main / 12.0.x-dev
- 12.0.6
- 12.0.5
- 12.0.4
- 12.0.3
- 12.0.2
- 12.0.1
- 12.0.0
- 11.2.0
- 11.1.1
- 11.1.0
- 11.0.7
- 11.0.6
- 11.0.5
- 11.0.4
- 11.0.1
- 11.0.0
- 10.5.7
- 10.5.6
- 10.5.5
- 10.5.4
- 10.5.3
- 10.5.1
- 10.5.0
- 10.4.2
- 10.3.2
- 10.3.1
- 10.3.0
- 10.2.3
- 10.2.2
- 10.2.1
- 10.2.0
- 10.1.3
- 10.1.2
- 10.1.1
- 10.1.0
- 10.0.0
- 9.0.2
- 9.0.1
- 8.0.2
- 8.0.1
- 8.0.0
- 7.0.0
- 3.2.0
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.15
- 1.6.14
- 1.6.13
- 1.6.12
- 1.6.11
- 1.6.10
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.21
- 1.2.20
- 1.2.19
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.3
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- dev-feature/php84
- dev-TYPO3_11
- dev-feature/php83
- dev-feature/php-83
- dev-feature/try-to-not-use-legacy-objectmanager
- dev-bugfix/builder-initialization
- dev-TYPO3_10
- dev-TYPO3V8
- dev-TYPO3V9
This package is auto-updated.
Last update: 2026-03-31 09:09:46 UTC
README
This is a TYPO3-Extension, that integrates the popular PHP REST-framework Restler in TYPO3.
Download / Installation
You can download and install this extension from the TER (TYPO3 Extension Repository) or use composer.
composer require aoe/restler
Versions and Support
| Release | TYPO3 | PHP | Fixes will contain |
|---|---|---|---|
| 12.x.y | 12.4 | 8.1-8.3 | Features, Bugfixes, Security Updates |
| 11.x.y | 11.5 | 7.4-8.3 | Security Updates |
| 10.x.y | 10.4-11.5 | 7.2-7.4 | End of life |
| 9.x.y | 9.5 | 7.2-7.4 | End of life |
| 8.x.y | 8.7 | 7.2-7.4 | End of life |
Documentation
Documentation
The documentation is available online at docs.typo3.org.
If you want you can also render the documentation locally, this can be really helpful when adjusting the documentation to check before commiting.
The local rendering requires docker and can be done like this:
docker run --rm --pull always -v $(pwd):/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
And then open Documentation-GENERATED-temp/Index.html with your browser.
Copyright / License
Copyright: (c) 2015 - 2026, AOE GmbH License: GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html