Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 609 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 609 Bytes

Raffle

This application is used to select registered attendees of the eventbrite events for phplx meetups.

Install via Composer

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

Run

bin/raffle <prize name>
# or
php bin/raffle.php <prize name>

phplx

LICENSE

Licensed under the BSD LICENSE