yinxu46/frappe-php
最新稳定版本:v1.1.3
Composer 安装命令:
composer require yinxu46/frappe-php
包简介
README 文档
README
thinkphp6|thinkphp8 Json To Api
安装
composer require yinxu46/frappe-php
使用
路由中使用
Route::rule('/api.web.v1/:__id$',function (Request $request, string $__id) {
try {
$response = frappe_api($__id);
return api_success($response);
}catch (\Throwable $throwable) {
return api_error($throwable);
}
})->middleware([
# 设置中间键
]);
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2024-03-23