illgrenoble/datacite-doi-bundle
Composer 安装命令:
composer require illgrenoble/datacite-doi-bundle
包简介
A symfony 2 bundle for communicating with the datacite.org API for minting DOIs and storing metadata for the datasets.
关键字:
README 文档
README
At the moment this bundle is not stable. It is being actively developed.
A symfony 2 bundle for communicating with the mds.datacite.org API to mint DOIs and register associated metadata.
Note
In order to use the API, it requires organisations to first register for an account with a DataCite member.
This bundle has only been tested with Symfony 2.1. If you would like it to work with a Symfony 2.0 project then please fork the repository and modify the code.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
Installation
Installation is a quick (I promise!) three step process:
- Download ILLDataCiteDOIBundle using composer
- Enable the Bundle
- Configure your application's config.yml
Step 1: Download ILLDataCiteDOIBundle using composer
Add FOSUserBundle in your composer.json:
{ "require": { "illgrenoble/datacite-doi-bundle": "*" } }
Now tell composer to download the bundle by running the command:
$ php composer.phar update illgrenoble/datacite-doi-bundle
Composer will install the bundle to your project's vendor/illgrenoble directory.
Step 2: Enable the bundle
Enable the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new ILL\DataCiteDOIBundle\ILLDataCiteDOIBundle(), ); }
Step 2: Configure your application's config.yml
ill_data_cite_doi: username: DataCiteMDSUsername password: DataCiteMDSPassword prefix: YourFacilityPrefix proxy: ~
License
This bundle is under the MIT license. The license is stored in Resources/meta/LICENSE
Authors
Mr. Jamie Hall - Technical Projects group at Institut Laue-Langevin.
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-11