PHPackages                             webdevhayes/laravel-ticket-tailor-wrapper - 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. [API Development](/categories/api)
4. /
5. webdevhayes/laravel-ticket-tailor-wrapper

ActiveLibrary[API Development](/categories/api)

webdevhayes/laravel-ticket-tailor-wrapper
=========================================

Laravel wrapper for ticket tailor.

2.0.0(4mo ago)14121MITPHPPHP ^8.0CI failing

Since Dec 19Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/webdevhayes/laravel-ticket-tailor-wrapper)[ Packagist](https://packagist.org/packages/webdevhayes/laravel-ticket-tailor-wrapper)[ Docs](https://github.com/webdevhayes/laravel-ticket-tailor-wrapper)[ RSS](/packages/webdevhayes-laravel-ticket-tailor-wrapper/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Laravel wrapper for ticket tailor.
==================================

[](#laravel-wrapper-for-ticket-tailor)

This is a laravel wrapper for [Ticket Tailor](https://tickettailor.com/). This wrapper allows you to access your Ticket Tailor data through their [Apis](https://developers.tickettailor.com/#ticket-tailor-api).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require webdevhayes/laravel-ticket-tailor-wrapper
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Webdevhayes\LaravelTicketTailorWrapper\LaravelTicketTailorWrapperServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [

    /*
    |--------------------------------------------------------------------------
    | Ticket Tailor Api Base Url
    |--------------------------------------------------------------------------
    |
    | This value is the base url for the api calls.
    |
    */

    "base_url" => env('TT_BASE_URL', 'https://api.tickettailor.com/v1'),

    /*
    |--------------------------------------------------------------------------
    | Ticket Tailor Api Key
    |--------------------------------------------------------------------------
    |
    | This value is the api key for ticket tailor. This value is used when the
    | api is called.
    |
    */

    "api_key" => env('TT_API_KEY', ''),

];
```

Usage
-----

[](#usage)

```
$ticketTailor = new Webdevhayes\LaravelTicketTailorWrapper( config('ticket-tailor-wrapper.api_key'), config('ticket-tailor-wrapper.base_url') );
dd($ticketTailor->auth()->getAllEvents());
```

TODO/POSSIBLE FEATURES
----------------------

[](#todopossible-features)

- Add tests

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [James Hayes](https://github.com/WebDevHayes)
- [Spatie Laravel Package Skeleton](https://github.com/spatie/package-skeleton-laravel)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance74

Regular maintenance activity

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~1877 days

Total

2

Last Release

146d ago

Major Versions

1.0.0 → 2.0.02026-02-08

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

2.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101506?v=4)[webdevhayes](/maintainers/webdevhayes)[@webdevhayes](https://github.com/webdevhayes)

---

Top Contributors

[![webdevhayes](https://avatars.githubusercontent.com/u/101506?v=4)](https://github.com/webdevhayes "webdevhayes (2 commits)")[![jamesh-purr](https://avatars.githubusercontent.com/u/42927247?v=4)](https://github.com/jamesh-purr "jamesh-purr (1 commits)")[![svenluijten](https://avatars.githubusercontent.com/u/11269635?v=4)](https://github.com/svenluijten "svenluijten (1 commits)")

---

Tags

webdevhayeslaravel-ticket-tailor-wrapper

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webdevhayes-laravel-ticket-tailor-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/webdevhayes-laravel-ticket-tailor-wrapper/health.svg)](https://phpackages.com/packages/webdevhayes-laravel-ticket-tailor-wrapper)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[neuron-core/neuron-laravel

Official Neuron AI Laravel SDK.

11337.8k1](/packages/neuron-core-neuron-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

1190.2k1](/packages/lettermint-lettermint-laravel)

PHPackages © 2026

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