opine / registration
Service and bundle for managing aspects of event registration
Requires
- php: >=5.4.0
- opine/container: 1.0.1
- opine/db: 1.0.1
- opine/mail: 1.0.1
- phpunit/phpunit: 3.7.32
This package is not auto-updated.
Last update: 2024-12-21 16:36:13 UTC
README
Service for managing aspects of event registration
Overview ++++++++
Authentication
A user goes to the /Registration/{event-slug} route.
The user must create and account, login or register.
Options The event is validated.
The user is presented with the available registration options.
The user submits the form, it is validated to ensure that they made a valid selection.
Attendees
Payment
Receipt
Architecture ++++++++++++
The registration component uses the existing Authenticaion, Form and PubSub services to usher the guide the user through a multi-step event registration process.
From the event manager, the administrator can set custom applications for Options, Attendees, Payments and Receipts.