Gather is an Open Source Event Management platform written in PHP. It is written in MVC architecture. It uses Harvard CS50 PHP library.
Run server at
public/index.php
- Database credentials can be configured in
config.json - View(V-part of MVC) files are present in
views/ - Controller(C-part of MVC) files are present in
public/ - Few helper files are present in
includes/ - Sample SQL dump is provided to test the platform in
gather.sql
All contributions with bug reports, improvements, feature requests are welcomed.