Find a file
2022-01-13 22:23:23 +00:00
.github/workflows ci: use run script 2022-01-13 22:16:12 +00:00
bin Add initial set of files 2020-04-29 20:20:38 +01:00
config refactor: get the repository from the container 2022-01-13 21:02:13 +00:00
public Fix coding standards problems 2020-04-30 00:22:00 +01:00
src refactor: remove old code 2022-01-13 22:23:23 +00:00
tests refactor: move methods into a contract test trait 2022-01-13 22:03:58 +00:00
.editorconfig refactor: get the repository from the container 2022-01-13 21:02:13 +00:00
.env Add initial set of files 2020-04-29 20:20:38 +01:00
.env.test build(deps): add symfony/test-pack 2022-01-13 19:47:14 +00:00
.gitignore build(deps): add symfony/test-pack 2022-01-13 19:47:14 +00:00
composer.json build(deps): add Collections 2022-01-13 20:18:33 +00:00
composer.lock build(deps): add Collections 2022-01-13 20:18:33 +00:00
Dockerfile build: add run file 2022-01-13 22:03:05 +00: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
phpunit.xml.dist build(deps): add symfony/test-pack 2022-01-13 19:47:14 +00:00
README.md Update the default command 2020-06-29 21:32:21 +01:00
run ci: use run script 2022-01-13 22:16:12 +00:00
symfony.lock build(deps): add Collections 2022-01-13 20:18:33 +00: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 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.