Skip to content

surveyjs/surveyjs-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
tsv2013
Mar 7, 2025
1504491 · Mar 7, 2025

History

79 Commits
Apr 18, 2022
Apr 18, 2022
Apr 18, 2022
Feb 19, 2024
Mar 7, 2025
Aug 9, 2022
Mar 7, 2025
Apr 18, 2022
Apr 18, 2022
Apr 18, 2022
Apr 18, 2022
Feb 21, 2018
Aug 10, 2022
Jan 20, 2023
Aug 9, 2022
Apr 18, 2022
Apr 18, 2022
Oct 12, 2017
Apr 18, 2022

Repository files navigation

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.