easybill/php-sdk 问题修复 & 功能扩展

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

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

easybill/php-sdk

最新稳定版本:v3.4.0

Composer 安装命令:

composer require easybill/php-sdk

包简介

easybill PHP SDK (API)

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License Gitter

Installation

The recommended way of installing this library is using Composer.

Add this repository to your composer information using the following command

composer require easybill/php-sdk

Usage

use easybill\SDK\Client;
use easybill\SDK\Endpoint;

$client = new Client(new Endpoint('... your API key ...'));

$result = $client->request('GET', 'documents');

print_r($result);

More examples

Check the examples folder.

Documentation

Please see https://www.easybill.de/api for up-to-date documentation.

Contributing

Please feel free to send bug reports and pull requests.

License

Published as open source under the terms of MIT License.

统计信息

  • 总下载量: 97.72k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 10
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-29