herliansyah / php-survey-builder

A PHP web application that lets you create surveys and collect survey responses. Uses SQLite3 by default and also supports MySQL and PostgreSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-survey-builder

php-survey-builder is a PHP web application that lets you create surveys and collect survey responses. The results can be viewed on charts and exported to CSV. The survey data is stored within a sqlite3 database by default, and can also be stored in a mysql or postgresql database. Edit config/Database.ini to use mysql or postgresql.

screenshot of php-survey-builder

Default login

The default login is 'root@localhost' with a password of '12345'. You can add and remove logins from the Users tab.

Quick Start

git clone https://github.com/phpdave11/php-survey-builder.git
cd php-survey-builder
php -S localhost:8080

Troubleshooting

Be sure that your data/ directory is writable by your web server.

About

A PHP web application that lets you create surveys and collect survey responses. Uses SQLite3 by default and also supports MySQL and PostgreSQL.

License:MIT License


Languages

Language:PHP 81.6%Language:JavaScript 10.4%Language:CSS 7.0%Language:Dockerfile 0.6%Language:Hack 0.4%