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: 221

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 35

Forks: 3

Open Issues: 0

Type:typo3-cms-extension

10.1.1 2022-06-17 13:21 UTC

This package is auto-updated.

Last update: 2024-04-17 13:25:43 UTC


README

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