ra/silex-rest-api
Composer 安装命令:
composer require ra/silex-rest-api
包简介
Silex based REST API, which can be used to retrieve data from arbitrary systems to feed into the renzel.agentur Admin, for search and the SEO tool
README 文档
README
Installation:
1. Install using composer
2. Create a .php file that is reachable via HTTP
3. Add the following in it
define('CONNECTED_APP', 'Oxid');
define('CONNECTED_APP_ROOT', __DIR__ . '/../');
include 'vendor/autoload.php';
CONNECTED_APP_ROOT is the relative path to the connected app
The autloader of composer must be inlcuded
Also make sure, to include app.php from this package like:
include 'vendor/ra/rest/app.php'
4. Copy either the .htaccess file or the content of it, to a .htaccess file that resides inside the same directory as your rest entry script
统计信息
- 总下载量: 168
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2016-06-27