aoe / restler-examples
一个TYPO3扩展,其中包含了一些示例,展示了如何使用/配置restler框架(PHP REST框架,用于创建REST API,通过TYPO3扩展'restler'在TYPO3中实现)
11.0.1
2024-08-20 14:53 UTC
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-09-22 06:10:20 UTC
README
这是一个TYPO3扩展,其中包含了一些示例,展示了如何在TYPO3中通过TYPO3扩展Restler框架(PHP框架,用于创建REST API)进行使用/配置
版本和支持
下载/安装
您可以从TER(TYPO3扩展仓库)下载并安装此扩展,或者使用composer。
composer require aoe/restler-examples
使用git
通过克隆仓库从GitHub下载最新版本
git clone https://github.com/AOEpeople/TYPO3_RestlerExamples.git restler_examples
使用composer下载所有开发依赖项以运行behat测试和其他内容
composer install
在扩展管理器中激活restler_example扩展。
使用方法
打开http://www.example.local/api_explorer/以查看所有REST API端点。
文档
文档可在docs.typo3.org在线查看。
版权/许可
版权:(c) 2015 - 2021, AOE GmbH 许可:GPLv3, https://gnu.ac.cn/licenses/gpl-3.0.en.html