/TYPO3_RestlerExamples

Examples on how to use/configure Restler (PHP REST-Framework) for TYPO3

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

TYPO3_RestlerExamples

Tests

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 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 clone 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.

Adapt the settings for the restler extension in the Extension Manager. Add the extension key restler_example at the end of the "TYPO3-Extensions with required ext_localconf.php-files" input field.

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