owl/rest-app
最新稳定版本:0.1.0
Composer 安装命令:
composer require owl/rest-app
包简介
Simple REST skeleton application for Owl framework
README 文档
README
Owl Rest Edition Skeleton
Special edition for easy creation of REST API services.
Web Server Setup
PHP CLI Server
The simplest way to get started if you are using PHP 5.4 or above is to start the internal PHP cli-server in the root directory:
php -S 0.0.0.0:8080 -t public/ public/index.php
This will start the cli-server on port 8080, and bind it to all network interfaces.
Note: The built-in CLI server is for development only.
License
This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-03