# web-qa **Repository Path**: mirrors_php/web-qa ## Basic Information - **Project Name**: web-qa - **Description**: The PHP QA Website - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PHP Quality Assurance Team Web Page This site is hosted online at [qa.php.net](https://qa.php.net). ## Local installation Please clone that repo into this websites root directory. ```bash git clone git@github.com:php/web-qa.git qa cd qa git clone git@github.com:php/web-shared.git shared php -S localhost:8080 ```