surveyjs / surveyjs-php

This demo shows how to integrate SurveyJS components with a PHP backend.

Home Page:https://surveyjs-php.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SurveyJS + PHP Demo Example

This demo shows how to integrate SurveyJS components with a PHP backend.

View Demo Online

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 on your machine. After that, run the following commands:

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 repo for full code and information about the application.

About

This demo shows how to integrate SurveyJS components with a PHP backend.

https://surveyjs-php.azurewebsites.net/

License:Other


Languages

Language:PHP 71.5%Language:JavaScript 18.8%Language:Dockerfile 4.3%Language:Twig 1.9%Language:HTML 1.6%Language:PowerShell 1.0%Language:Shell 0.8%Language:Procfile 0.1%