contributte/api-router-skeleton
Composer 安装命令:
composer create-project contributte/api-router-skeleton
包简介
Nette project example for contributte/api-router library by @f3l1x and @paveljanda
关键字:
README 文档
README
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
Goal
Main goal is to provide skeleton for contributte/api-router library.
Focused on:
- latest PHP 8
nette/*packages
Demo
https://examples.contributte.org/api-router-skeleton/
Installation
You will need PHP 8.4+ and Composer.
To install latest version of contributte/api-router-skeleton use Composer.
composer create-project -s dev contributte/api-router-skeleton acme
Start PHP development server via make dev.
And take a look at:
Get Started
- Using
contributte/api-routerfor routing - Implementing
IPresenterin endpoints (App\Controllers\LoginController) instead of extendingUI\Presenter - Extending
ApiResponsefrom NetteJsonResponse, just to make it more simple to add more custom headers and so on LoginControllerandErrorControlleris usingApiResponseFormatterfor formatting succes message, payload data or and exception
Development
See how to contribute to this package.
This package is currently maintained by these authors.
Consider to support contributte development team. Also thank you for using this package.
统计信息
- 总下载量: 136
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-04