https://github.com/surveyjs/surveyjs-php
This demo shows how to integrate SurveyJS components with a PHP backend.
https://github.com/surveyjs/surveyjs-php
apache form-builder php php7 survey survey-creator survey-library survey-maker surveyjs
Last synced: about 2 months ago
JSON representation
This demo shows how to integrate SurveyJS components with a PHP backend.
- Host: GitHub
- URL: https://github.com/surveyjs/surveyjs-php
- Owner: surveyjs
- License: other
- Created: 2017-09-15T07:57:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T08:53:50.000Z (2 months ago)
- Last Synced: 2025-03-30T13:07:51.468Z (about 2 months ago)
- Topics: apache, form-builder, php, php7, survey, survey-creator, survey-library, survey-maker, surveyjs
- Language: PHP
- Homepage: https://surveyjs-php.azurewebsites.net/
- Size: 20 MB
- Stars: 80
- Watchers: 8
- Forks: 43
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SurveyJS + PHP Demo Example
This demo shows how to integrate [SurveyJS](https://surveyjs.io/) components with a PHP backend.
[View Demo Online](https://surveyjs-php.azurewebsites.net/)
## Disclaimer
This demo must not be used as a real service as it doesn't cover such real-world survey service aspects as authentication, authorization, user management, access levels, and different security issues. These aspects are covered by backend-specific articles, forums, and documentation.
## Run the Application
Install [Composer](https://getcomposer.org/) on your machine. After that, run the following commands:
```bash
git clone https://github.com/surveyjs/surveyjs-php.git
cd surveyjs-php
composer install
composer start
```Open http://localhost:8000 in your web browser.
## Client-Side App
The client-side part is the `surveyjs-react-client` React application. The current project includes only the application's build artifacts. Refer to the [surveyjs-react-client](https://github.com/surveyjs/surveyjs-react-client) repo for full code and information about the application.