承接 illgrenoble/datacite-doi-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

knpbundles.com

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:

  1. Download ILLDataCiteDOIBundle using composer
  2. Enable the Bundle
  3. 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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-02-11