conferencetools / tickets
Ticket selling module
0.2.5
2018-04-08 13:42 UTC
Requires
- php: >=7.0.5
- carnage/cqorms: ~0.3.0
- carnage/cqrs: ~0.2.0
- carnage/zend-layout-per-module: ~0.1.0
- carnage/zendfony-cli: ~0.2.0
- conferencetools/googleanalytics: ^0.1
- crossjoin/pre-mailer: ^1.0
- doctrine/common: ^2.6.0
- doctrine/doctrine-orm-module: ^1.0.0
- neilime/zf2-twb-bundle: 2.*@stable
- rwoverdijk/assetmanager: ^1.7
- zendframework/zend-console: ^2.5 || ^3.0
- zendframework/zend-filter: ^2.5 || ^3.0
- zendframework/zend-form: ^2.5 || ^3.0
- zendframework/zend-http: ^2.5 || ^3.0
- zendframework/zend-inputfilter: ^2.5 || ^3.0
- zendframework/zend-log: ^2.5 || ^3.0
- zendframework/zend-mail: ^2.5 || ^3.0
- zendframework/zend-math: ^2.5 || ^3.0
- zendframework/zend-mime: ^2.5 || ^3.0
- zendframework/zend-mvc: ^2.5 || ^3.0
- zendframework/zend-servicemanager: ^2.5 || ^3.0
- zendframework/zend-session: ^2.5 || ^3.0
- zendframework/zend-stdlib: ^2.5 || ^3.0
- zendframework/zend-validator: ^2.5 || ^3.0
- zendframework/zend-view: ^2.5 || ^3.0
- zfr/zfr-stripe-module: ~4.0
Requires (Dev)
- mockery/mockery: ~0.9.1
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-10-16 03:17:15 UTC
README
This is an open source ticketing system I built for PHP Yorkshire. The features are still quite restricted, however the core is fairly solid. Please try this out for your event and if it doesn't meet your needs, raise issues for any missing features you would require to use it in the future.
The entire application is event sourced, so even if you don't run a conference, you might find this an interesting application to study.
Documenation
Full documantation is available at https://conferencetools.github.io/docs/tickets/
Features
Ticketing
- Define multiple different ticket types at different price points
- Restrict ticket types by date (eg early bird tickets which run out 3 months before the event)
- Restrict ticket types by number
- Reserve some ticket types for admin use only (eg sponsor tickets, speaker tickets etc)
- Ticket purchases automatically time out after 30 mins
- Delegate information can be added at purchase time and modified later
Discount codes
- Define multiple different discount codes
- Percentage off discount type
- Fixed discount type
- Fixed discount per ticket type
General
- Stripe integration for payment handling
- Email reciept to each customer
- VAT/Tax handling
Admin (via CLI application)
- Issue free tickets
- Cancel tickets
Reporting
- Generate reports as csv files (via CLI application)
- Delegate information (for use as a gate list / badge printing)
- Missing delegate information (Chase anyone who hasn't filled out their details)
- Delegate requirements (Send on to caterers for food provision)
- Ticket mailout (export into a mailing app to send final details to your attendees)
- Ticket sales (breakdown of sales by type and used discount code)