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: 234
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 34
Forks: 3
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.0
- ext-json: *
- aoe/restler: ^10.3
- typo3/cms-core: ^11.5
Requires (Dev)
- justinrainbow/json-schema: ^5.2
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: ^1.10.22
- rector/rector: ^0.17.2
- symplify/easy-coding-standard: ^11.5
- symplify/phpstan-rules: 12.0.4.72
- typo3/testing-framework: ^6.8
This package is auto-updated.
Last update: 2024-10-22 06:18:47 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
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