PHPackages                             tormorten/ebillett - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tormorten/ebillett

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tormorten/ebillett
==================

A simple class for getting eBillett entries in PHP.

05PHP

Since Mar 26Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

eBillett PHP
============

[](#ebillett-php)

A simple class for getting eBillett entries in PHP.

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

[](#installation)

You can install eBillett PHP using both composer or a manual include. The class is namespaced under `eBillett`.

### Composer

[](#composer)

#### Require using composer

[](#require-using-composer)

```
composer require tormorten/ebillett

```

#### Include the composer autoloader in your project

[](#include-the-composer-autoloader-in-your-project)

```
require 'vendor/autoload.php';

```

### Manual include

[](#manual-include)

#### Include the class file

[](#include-the-class-file)

```
include 'src/eBillett.php';

```

Examples
--------

[](#examples)

The syntax for the class is quite simple

### Create a new instance

[](#create-a-new-instance)

```
$ebillett = new \eBillett\eBillett(1234);

```

### Get all entries

[](#get-all-entries)

```
$entries = $ebillett->get();

```

### Get a single entry by show ID

[](#get-a-single-entry-by-show-id)

```
$entry = $ebillett->get(54321);

```

### Or get it in one single line

[](#or-get-it-in-one-single-line)

```
$entry = (new \eBillett\eBillett(1234))->get(54321);

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/16b2089f55ff5ab3154ef21caec78446d23b1515cc074d2d1c2bf184a9e64603?d=identicon)[tormjens](/maintainers/tormjens)

### Embed Badge

![Health badge](/badges/tormorten-ebillett/health.svg)

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

PHPackages © 2026

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