exonet/exonet-api-php
最新稳定版本:v3.2.1
Composer 安装命令:
composer require exonet/exonet-api-php
包简介
PHP implementation of the Exonet API.
关键字:
README 文档
README
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
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-08