marmelab/phpcr-api-silex-provider
最新稳定版本:2.0.2
Composer 安装命令:
composer require marmelab/phpcr-api-silex-provider
包简介
PHPCR API Silex Provider exposes in REST marmelab/phpcr-api
README 文档
README
| Archived Repository This code is no longer maintained. Feel free to fork it, but use it at your own risks. |
PHPCR API Silex Provider 
PHPCR API Silex Provider provides a REST access to marmelab/phpcr-api.
Installation
The recommended way to install phpcr-api is through Composer. Just create a
composer.json file and run the composer install command to
install it:
{
"require": {
"marmelab/phpcr-api-silex-provider": "dev-master"
}
}
Utilisation
$repositoriesConfig = array( 'Repository Test' => array( 'factory' => jackalope.jackrabbit, 'parameters' => array( 'jackalope.jackrabbit_uri' => 'http://localhost:8080/server', 'credentials.username' => 'admin', 'credentials.password' => 'admin' ) ), 'Repository Test2' => array( 'factory' => 'jackalope.doctrine-dbal', 'parameters' => array( 'doctrine_dbal.config' => array( 'driver' => 'pdo_sqlite', 'path' => '../src/app.db', ), 'credentials.username' => 'admin', 'credentials.password' => 'admin' ) ) ); $app->register(new \PHPCRAPI\Silex\ApiServiceProvider(),array( 'phpcr_api.repositories_config' => $repositoriesConfig, 'phpcr_api.mount_prefix' => '/api' ));
License
This application is available under the MIT License, courtesy of marmelab.
统计信息
- 总下载量: 1.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-12-10