承接 exonet/exonet-api-php 相关项目开发

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

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

exonet/exonet-api-php

最新稳定版本:v3.2.1

Composer 安装命令:

composer require exonet/exonet-api-php

包简介

PHP implementation of the Exonet API.

README 文档

README

Latest Version on Packagist Software License Total Downloads

The Exonet API Client allows easy usage of the Exonet API.

Install

Via Composer

$ composer require exonet/exonet-api-php

Usage

require 'vendor/autoload.php';

$authentication = new Exonet\Api\Auth\PersonalAccessToken('<YOUR_API_TOKEN>');

$exonetApi = new Exonet\Api\Client();
$exonetApi->setAuth($authentication); // Or: $exonetApi = new Exonet\Api\Client($authentication);

$certificates = $exonetApi->resource('certificates')->get();

Please see the /docs folder for complete documentation and additional examples.

Examples

The /examples directory contains ready to use scripts to help you get started. These examples can be executed with your personal access token. One of them gets a ticket with it's emails and prints the details.

$ php examples/ticket_details.php <YOUR-TOKEN>

This should make two API calls and print the ticket and email details for one of your tickets.

Change log

Please see releases for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues please email development@exonet.nl instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 9
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-03-08