restler / 框架
仅包含 Restler 框架核心文件,不包括测试和示例
5.0.13
2023-11-30 08:06 UTC
Requires
- php: >=5.4.0
- ext-json: *
Suggests
- bshaffer/oauth2-server-php: If you want to use OAuth2 for authentication
- illuminate/view: If you want to use laravel blade templates with Html format
- mustache/mustache: If you want to use mustache/handlebar templates with Html format
- rodneyrehm/plist: If you need Apple plist binary/xml format
- symfony/yaml: If you need YAML format
- twig/twig: If you want to use twig templates with Html format
- zendframework/zendamf: If you need AMF format
Replaces
- luracast/restler: 3.*
This package is auto-updated.
Last update: 2024-08-31 00:27:49 UTC
README
Restler 是一个简单有效的多格式 Web API 服务器,用 PHP 编写。
此存储库仅包含框架文件,使用 composer require 语句安装框架核心。
更多信息和用法示例、拉取请求和问题请访问 主存储库