sonnygauran/ticketevolution-php

A PHP 5.4+ library for the Ticket Evolution API.
13
Install
composer require sonnygauran/ticketevolution-php
Latest Version:3.0.4
PHP:>=5.4
License:BSD-3-Clause
Last Updated:Sep 7, 2015
Links: GitHub  ·  Packagist
Maintainer: sonnygauran

PHP Client Library v3 for the Ticket Evolution API

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

Related Packages

brazidev/ticketit

A simple helpdesk tickets system for Laravel 5.1, 5.2, 5.3 and 5.4 which integra...

46 0
balping/ticketit-app

Ticketit, the simple helpdesk tickets system pre-installed in Laravel

6,589 38
sloth-dev-guy/mvc-enhancements

MVC Enhancements for your laravel or lumen projects

792 0
panphp/pan

A simple, lightweight, and privacy-focused product analytics php package.

117,150 1,271
itprism/virtual-currency-library

Library of the extension Virtual Currency.

3 0