educach/dsb-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

educach/dsb-client

最新稳定版本:0.21.0

Composer 安装命令:

composer require educach/dsb-client

包简介

Client library for communicating with the REST API of the national catalog of the Swiss digital school library

README 文档

README

Build Status Coverage Status Code Climate Documentation Status

This is the official PHP library for connecting and communicating with the REST API to the national catalog of the Swiss digital school library. It handles authentication, reading descriptions, searching, etc.

Installation

Install using Composer. Add the following to your composer.json:

{
  "require": {
    "educach/dsb-client": "dev-master"
  }
}

Documentation

  • Documentation for the client library can be found here.
  • Documentation for the REST API can be found here.
  • Documentation for the LOM-CH standard (v1.2) can be found here: German, French, Italian

Contributing

Contributions are more than welcome. There's still lots of work to be done before we reach version 1.0.0.

General guide lines:

  • Respect the PSR-2 standard (coding style guide).
  • Respect the PSR-4 standard (autoloading).
  • Write unit tests. Our aim is to remain at +90% coverage.

Check the existing interfaces and try to remain consistent in regards to method naming, parameters, usage, etc.

统计信息

  • 总下载量: 810
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-03