8000 GitHub - wclear/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.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

wclear/php-survey-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • PHP 82.0%
  • JavaScript 10.3%
  • CSS 6.7%
  • Other 1.0%
0