mtichy/nano-api
Composer 安装命令:
composer require mtichy/nano-api
包简介
Lightweight framework for building API based on Doctrine2.
关键字:
README 文档
README
API framework built above Doctrine2, providing tools for easy building REST-like API.
Installation
via composer:
composer require mtichy/nano-api
or you can just download project source files directly
Usage
with composer:
<?php
require __DIR__.'/vendor/autoload.php';
without composer
<?php
require 'path-to-datetime-dir/autoload.php';
统计信息
- 总下载量: 361
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-10