Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

🎅 PHP application to do a Secret Santa with your family or friends

License

Notifications You must be signed in to change notification settings

yoannfleurydev/secret-santa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secret Santa

Secret Santa is an application that you can host and run on you server to do a secret santa with your family and friends.

This application is build on Silex, a micro-framework based on the awesome framework Symfony. Check the composer.json file to see all the dependencies.

Requirements

  • php
  • php-zip (for composer)

Installation

  • Clone the repository, and run it using a web server with PHP.
  • Run the SQL script located in the db directory. For this, you'll first need to create the database.
mysql -u <user> -p <password> <database> < db/secret_santa.sql

About

🎅 PHP application to do a Secret Santa with your family or friends

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published