PHPackages                             ticketevolution/ticketevolution-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. ticketevolution/ticketevolution-php

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

ticketevolution/ticketevolution-php
===================================

A PHP 7.1+ library for the Ticket Evolution API.

4.4.4(3y ago)2326.8k↓33.3%14[1 PRs](https://github.com/ticketevolution/ticketevolution-php/pulls)2BSD-3-ClausePHPPHP ^7.1.3 || ^8.0

Since May 16Pushed 2y ago28 watchersCompare

[ Source](https://github.com/ticketevolution/ticketevolution-php)[ Packagist](https://packagist.org/packages/ticketevolution/ticketevolution-php)[ Docs](https://github.com/ticketevolution/ticketevolution-php)[ RSS](/packages/ticketevolution-ticketevolution-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (58)Used By (2)

PHP Client Library v4 for the [Ticket Evolution API](http://developer.ticketevolution.com/)
===========================================================================================

[](#php-client-library-v4-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](http://api.ticketevolution.com/). 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
-------

[](#install)

Via Composer

```
$ composer require ticketevolution/ticketevolution-php
```

Usage
-----

[](#usage)

```
use TicketEvolution\Client as TEvoClient;

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

$events = $apiClient->listEvents();
var_dump($events);
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/ticketevolution/ticketevolution-php/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [J Cobb](https://github.com/jwcobb)
- [All Contributors](https://github.com/ticketevolution/ticketevolution-php/contributors)

License
-------

[](#license)

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

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 93.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~69 days

Recently: every ~108 days

Total

55

Last Release

1003d ago

Major Versions

2.2.2 → 3.0.0.rc.12015-01-21

3.0.8 → 4.0.0-RC12017-03-21

4.4.4 → 5.0.0.x-dev2023-08-19

PHP version history (6 changes)2.0.0PHP &gt;=5.3.3

3.0.0.rc.1PHP &gt;=5.4

4.0.0-RC1PHP &gt;=7.1

4.2.0PHP ^7.1.3

4.2.5PHP ^7.1.3 || ^8.0

5.0.0.x-devPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b2978556e16fd933c29698fc3ee28ee0ae32f7475affb2cff6e4fdb2f479cb?d=identicon)[jwcobb](/maintainers/jwcobb)

---

Top Contributors

[![jwcobb](https://avatars.githubusercontent.com/u/777522?v=4)](https://github.com/jwcobb "jwcobb (89 commits)")[![hodaddy](https://avatars.githubusercontent.com/u/1195057?v=4)](https://github.com/hodaddy "hodaddy (4 commits)")[![tahrz](https://avatars.githubusercontent.com/u/38757318?v=4)](https://github.com/tahrz "tahrz (1 commits)")[![zimm0r](https://avatars.githubusercontent.com/u/2104874?v=4)](https://github.com/zimm0r "zimm0r (1 commits)")

---

Tags

j-stuffproductlaravelGuzzleguzzlehttplibraryticketTicket Evolutionguzzle-services

### Embed Badge

![Health badge](/badges/ticketevolution-ticketevolution-php/health.svg)

```
[![Health](https://phpackages.com/badges/ticketevolution-ticketevolution-php/health.svg)](https://phpackages.com/packages/ticketevolution-ticketevolution-php)
```

###  Alternatives

[darkin1/intercom

Wrapper on the Intercom class provided by Intercom - with support for Laravel 5.x, 6.x, 7.x

1587.5k](/packages/darkin1-intercom)[behamin/service-proxy

for proxy or sending requests to other services with useful utilities

102.2k](/packages/behamin-service-proxy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
