Skip to content

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

License

Notifications You must be signed in to change notification settings

phpdave11/php-survey-builder

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published