PHPackages                             xddesigners/silverstripe-event-tickets - 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. xddesigners/silverstripe-event-tickets

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

xddesigners/silverstripe-event-tickets
======================================

Event tickets for SilverStripe Event Calendar

011PHP

Since Nov 12Pushed 6mo agoCompare

[ Source](https://github.com/xddesigners/xddesigners-silverstripe-event-tickets)[ Packagist](https://packagist.org/packages/xddesigners/silverstripe-event-tickets)[ RSS](/packages/xddesigners-silverstripe-event-tickets/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Event tickets for SilverStripe
==============================

[](#event-tickets-for-silverstripe)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/58cba8b280cca640ed91596214978f3b8e507dc3db5cd7f280fd4371bec22750/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f546865426e6c2f6576656e742d7469636b6574732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/TheBnl/event-tickets/?branch=master)[![Build Status](https://camo.githubusercontent.com/6c9db03db59637f2152077a4245829d6a5f05b97ed32fed19c8b49a857ca7ffb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f546865426e6c2f6576656e742d7469636b6574732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/TheBnl/event-tickets/build-status/master)[![Latest Stable Version](https://camo.githubusercontent.com/4e2af07fe458b55031bba0d320d5c632e35918ed67af7e295aec7a5f5f8ba4a9/68747470733a2f2f706f7365722e707567782e6f72672f6272616d64656c656575772f73696c7665727374726970652d6576656e742d7469636b6574732f76657273696f6e)](https://packagist.org/packages/bramdeleeuw/silverstripe-event-tickets)

Add a ticket office to your silverstripe site. Payments handled trough the SilverStripe Omnipay module.

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

[](#installation)

Install the module trough composer

```
composer require bramdeleeuw/silverstripe-event-tickets
```

Add the nessesary extensions to the DataObject you want to sell tickets on. This can be an Event, for example with an [events module](https://github.com/xddesigners/silverstripe-events). Or you can add the tickets to a special tickets Page, when, for example, you are selling tickets for an festival where one ticket grants access to multiple events.

```
# the object that sells tickets
XD\Events\Model\EventPage:
 extensions:
   - XD\EventTickets\Extensions\TicketExtension
# the ticket controller
XD\Events\Model\EventPageController:
 extensions:
   - XD\EventTickets\Extensions\TicketControllerExtension
   - XD\EventTickets\Checkout\Steps\RegisterStep
   - XD\EventTickets\Checkout\Steps\SummaryStep
   - XD\EventTickets\Checkout\Steps\SuccessStep
```

On the extended Object you need to expose a couple of methods that we use to add data to the ticket.

```
public function getEventTitle()
{
    return $this->owner->Title;
}

public function getEventStartDate()
{
    return $this->owner->dbObject('StartDate');
}

public function getEventAddress()
{
    $this->owner->getFullAddress();
}
```

### Maintainers

[](#maintainers)

[Remy Vaartjes](remy@xd.nl) - XD designers

Thanks to [Bram de Leeuw](https://broarm.nl/) for working on the development of this module.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance47

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e35b3b006174e7015e9711c27bdee08fb707a816a434276c22dcb6327185c35b?d=identicon)[RVXD](/maintainers/RVXD)

---

Top Contributors

[![RVXD](https://avatars.githubusercontent.com/u/1586761?v=4)](https://github.com/RVXD "RVXD (9 commits)")

### Embed Badge

![Health badge](/badges/xddesigners-silverstripe-event-tickets/health.svg)

```
[![Health](https://phpackages.com/badges/xddesigners-silverstripe-event-tickets/health.svg)](https://phpackages.com/packages/xddesigners-silverstripe-event-tickets)
```

PHPackages © 2026

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