Find a file
2020-05-22 21:51:52 +01:00
.github/workflows Add Makefile, use in GitHub Actions 2020-05-05 10:23:49 +01:00
bin Add initial set of files 2020-04-29 20:20:38 +01:00
config Remove dependency on illuminate/support 2020-05-05 10:34:35 +01:00
public Fix coding standards problems 2020-04-30 00:22:00 +01:00
src Show the photo URL if the winner has one 2020-05-22 21:51:52 +01:00
tests Add phpcs 2020-04-30 00:21:23 +01:00
.env Add initial set of files 2020-04-29 20:20:38 +01:00
.gitignore Add phpcs 2020-04-30 00:21:23 +01:00
composer.json Remove dependency on illuminate/support 2020-05-05 10:34:35 +01:00
composer.lock Remove dependency on illuminate/support 2020-05-05 10:34:35 +01:00
LICENSE Create LICENSE 2020-05-10 16:05:24 +01:00
Makefile Add Makefile, use in GitHub Actions 2020-05-05 10:23:49 +01:00
phpcs.xml.dist Add phpcs 2020-04-30 00:21:23 +01:00
README.md Exclude event hosts 2020-04-29 23:54:16 +01:00
symfony.lock Remove dependency on illuminate/support 2020-05-05 10:34:35 +01:00

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 app:get-raffle-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 app:get-raffle-winner <event_id>

RSVPs by event hosts (i.e. organisers) are automatically removed so that they are not returned.