定制 sonnygauran/ticketevolution-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

sonnygauran/ticketevolution-php

最新稳定版本:3.0.4

Composer 安装命令:

composer require sonnygauran/ticketevolution-php

包简介

A PHP 5.4+ library for the Ticket Evolution API.

README 文档

README

The Ticket Evolution PHP Client is an open source framework created to simplify working with the Ticket Evolution API web service. We created it to enable you to quickly implement the Ticket Evolution API web service on your own site whether you are creating a new site or switching from a different provider. We released it as open source so that you could make changes and improvements as you see fit. When you do we hope that you will give these changes back to the community by contributing them back to the project.

Install

Via Composer

$ composer require ticketevolution/ticketevolution-php

Usage

$apiClient = TicketEvolution::settings([
    'baseUrl'     => 'https://api.ticketevolution.com',
    'apiVersion'  => 'v9',
    'apiToken'    => 'xxxxxxxxxxxxxxxxxxxxxxxx',
    'apiSecret'   => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy',
]);

$events = $apiClient->listEvents();

Contributing

Please see CONTRIBUTING for details.

Credits

License

The BSD 3-Clause License (New BSD). Please see License File for more information.

Acknowledgments

Some inspiration was taken from the ShopifyExtras/PHP-Shopify-API-Wrapper

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-09-07