# phpSurvey

> web based survey package written in PHP4

**Wikidata**: [Q106382288](https://www.wikidata.org/wiki/Q106382288)  
**Source**: https://4ort.xyz/entity/phpsurvey

## Summary
phpSurvey is a web-based survey (questionnaire) package implemented in PHP (written for PHP4). It is distributed under the GNU General Public License, version 2.0, with source code hosted on SourceForge.

## Key Facts
- phpSurvey is a web-based survey package written for PHP4.
- Instance type: software.
- Primary use: questionnaire (online survey creation/management).
- Programming language: PHP.
- License: GNU General Public License, version 2.0.
- Source code repository: https://sourceforge.net/p/phpsurvey/code/ (SourceForge project "phpsurvey").
- Operating systems supported: Linux, Microsoft Windows, macOS.
- Copyright status: copyrighted.

## FAQs
### Q: What is phpSurvey?
A: phpSurvey is a web-based survey package implemented in PHP (written for PHP4) used to create and manage questionnaires.

### Q: Is phpSurvey open source and free to use?
A: phpSurvey is licensed under the GNU General Public License, version 2.0, and its source code is available on SourceForge.

### Q: What platforms can phpSurvey run on?
A: phpSurvey is implemented in PHP and can run on common server operating systems that support PHP, including Linux, Microsoft Windows, and macOS.

### Q: Where can I find the source code for phpSurvey?
A: The source code repository is hosted on SourceForge at https://sourceforge.net/p/phpsurvey/code/.

## Why It Matters
phpSurvey provides an implementation of a web-based questionnaire system using PHP, enabling organizations and developers to deploy online surveys on standard web servers. Being written for PHP4 situates it in the early PHP-era tooling for web forms and data collection; this makes it directly useful for environments that maintain legacy PHP setups or for study of historical PHP-based survey tools. The GPL v2 license and SourceForge-hosted repository allow developers to inspect, modify, and redistribute the source code under the terms of that license. Cross-platform compatibility via PHP means phpSurvey can be run on major server operating systems (Linux, Windows, macOS), lowering deployment barriers. For projects that need an auditable, modifiable PHP-based questionnaire system, phpSurvey provides a packaged starting point with publicly available source code and an explicit open-source license.

## Notable For
- Being a web-based survey package implemented specifically for PHP4.
- Distribution under the GNU General Public License, version 2.0.
- Source code availability and project hosting on SourceForge (project "phpsurvey").
- Cross-platform operation through PHP on Linux, Microsoft Windows, and macOS.

## Body
### Overview
- phpSurvey is classified as software.
- It is described as a web-based survey package.
- The package is implemented in PHP, targeted at PHP4 environments.

### Purpose and Use
- Primary use: questionnaire (creating and managing surveys).
- Intended to run in a web server environment supporting PHP.

### Programming and Technical Details
- Programming language: PHP.
- Specifically noted as written for PHP4 in the description.
- No additional version or feature details are provided in the source material.

### Licensing and Source Code
- License: GNU General Public License, version 2.0 (GPL v2).
- Source code repository URL: https://sourceforge.net/p/phpsurvey/code/
- SourceForge project identifier: phpsurvey.
- Copyright status is listed as copyrighted.

### Platforms and Requirements
- Operating systems listed: Linux, Microsoft Windows, macOS.
- Runs where a compatible PHP-enabled web server is available.

### Classification and Metadata
- Instance of: software.
- Use: questionnaire.
- Programming language: PHP.
- License: GNU General Public License, version 2.0.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "phpSurvey",
  "description": "phpSurvey is a web-based survey package written for PHP4.",
  "url": "https://sourceforge.net/p/phpsurvey/code/",
  "sameAs": [
    "https://sourceforge.net/p/phpsurvey/code/"
  ],
  "additionalType": "software"
}