This application is used to select registered attendees of the eventbrite events for phplx meetups.
git clone https://github.com/phplx/raffle.git
cd raffle
git submodule update --init
# download composer
curl -sS https://getcomposer.org/installer | php
php composer.phar install -o
bin/raffle <prize name>
# or
php bin/raffle.php <prize name>
Licensed under the BSD LICENSE