onemightyroar/php-chronos-lib

Chronos API 的包装器

dev-master 2014-05-21 19:56 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:31:45 UTC


README

一个使用 Chronos API并通过 Guzzle 交互的 PHP 库。

入门指南

  1. 需要 PHP 5.4.x
  2. 使用 Composer (推荐) 或手动安装

用法

参考单元测试中的代码示例,以及 Chronos API 中的示例端点请求。

Composer 安装

  1. 获取 Composer
  2. 使用 php composer.phar install 或全局安装后使用 composer install 安装依赖项

最初由

Jacob Struzik

许可证

版权所有 (C) 2014 One Mighty Roar

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the 
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.