.github/workflows | ||
bin | ||
config | ||
public | ||
src | ||
tests | ||
.editorconfig | ||
.env | ||
.env.test | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
phpcs.xml.dist | ||
phpunit.xml.dist | ||
README.md | ||
run | ||
symfony.lock |
Meetup.com Raffle Winner Picker
A Symfony console application used by the PHP South Wales user group to select raffle prize winners from the attendees for an event.
Usage
Run the meetup:pick-winner
command to retrieve the 'yes' RSVPs from Meetup for an event, and select a winner at random. The only argument is the Meetup event ID, which is required.
./bin/console meetup:pick-winner <event_id>
RSVPs by event hosts (i.e. organisers) are automatically removed so that they are not returned.