aoe / restler-examples
A TYPO3-Extension, which contains some examples, how to use/configure the restler-Framework (PHP REST-framework to create REST-API's, in TYPO3 via the TYPO3-Extension 'restler'
Installs: 195
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 36
Forks: 3
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^7.3 || ^8.0
- ext-json: *
- aoe/restler: ^10.3
- typo3/cms-core: ^10.4 | ^11.5
Requires (Dev)
- justinrainbow/json-schema: ^5.2
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: 0.12.88
- rector/rector: 0.11.20
- symplify/easy-coding-standard: 9.3.26
- symplify/phpstan-rules: 9.3.26
- typo3/testing-framework: ^6.8
This package is auto-updated.
Last update: 2023-09-17 11:56:00 UTC
README
This is a TYPO3-Extension, which contains some examples, how to use/configure the Restler Framework (PHP framework to create REST-APIs) in TYPO3 via the TYPO3-Extension Restler
Versions and Support
Release | TYPO3 | PHP | Fixes will contain |
---|---|---|---|
10.x.y | 10.4-11.5 | 7.2 - 7.4 | Features, Bugfixes, Security Updates |
9.x.y | 9.5 | 7.2 - 7.4 | Security Updates |
8.x.y | 8.6 | 7.0 - 7.4 | End of life |
1.x.y | 7.6 | 5.3 - 5.6 | End of life |
0.x.y | 6.2 | 5.3 - 5.6 | End of life |
Download / Installation
You can download and install this extension from the TER (TYPO3 Extension Repository) or use composer.
composer require aoe/restler-examples
Using git
Download the latest version from GitHub by cloning the repository:
git clone https://github.com/AOEpeople/TYPO3_RestlerExamples.git restler_examples
Use composer to download all dev-dependencies to run behat tests and other stuff
composer install
Activate the restler_example extension in the Extension Manager.
Usage
Open http://www.example.local/api_explorer/ to see all REST-API endpoints.
Documentation
The documentation is available online at docs.typo3.org.
Copyright / License
Copyright: (c) 2015 - 2021, AOE GmbH License: GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html