Open Source Ticket Selling & Event Management Platform
Attendize is a free and open source ticket selling and event management platform designed to give event organizers a simple, affordable yet full-featured solution for managing general admission events. It’s built using the Laravel PHP framework and has plenty of very useful features.
A set of event dispatcher abstractions extracted out of Symfony comps
Symfony Event Dispatcher Contracts is a set of standardized interfaces and classes for handling event-driven programming in Symfony applications. It defines how events are dispatched and how listeners are registered, providing a flexible system for building modular and decoupled code. By following the event-driven pattern, developers can trigger specific actions when events occur, making applications more dynamic and scalable.