This is a simple project to create and run sms/mms based scavenger hunts with Twilio using PHP and things
- PHP >= 5.4
- Composer
- Node.js >= 0.10
- npm >= 2.1.5 (
npm install -g npm@latest
)
- Install PHP Dependencies: composer install
- Create DB: vendor/bin/doctrine orm:schema-tool:create
- Update DB: vendor/bin/doctrine orm:schema-tool:update --force
- Delete DB: vendor/bin/doctrine orm:schema-tool:drop --force (Note: this won't actually delete your sqlite.db file!)
- We're using very simple authentication found in the AuthenticationHandler - default Username is USER and Password is PASSWORD (don't save yours in the repo!)
#DB Diagram