SMS is survey management software based on Laravel Framework
This project start in 2014 with election related survey in Myanmar funded by National Democratic Institute (NDI) with an agreement to release as opensource MIT license. Since then development is going on peroidically in some of my freetime. Rewrite from scratch more than 3 times. To continue development People's Alliance for Credible Election (PACE) funded further development since 2015. TI Cambodia also funded to extend software to support SMS data reporting to use in Cambodia's 2017 Election.
clone or download from github
cp .env.example .env
composer install
npm install yarn -g
yarn install
yarn run production
php artisan migrate
open http://localhost/ or your domain.
register first admin user account.
import sample data list.
create project.
to import survey, use xls template in docs directory.
This software is still in alpha stage. There are many breaking changes between releases.
Read Laravel documentation for web server setup.
Documentation for the framework can be found on the Laravel website.
Thank you for considering contributing to theSMS!
If you discover a security vulnerability within SMS, please send an e-mail to Sithu Thwin at sithu@thwin.net. All security vulnerabilities will be promptly addressed.
The SMS is open-sourced software licensed under the MIT license.