https://github.com/php/web-qa
The PHP QA Website
https://github.com/php/web-qa
Last synced: about 1 year ago
JSON representation
The PHP QA Website
- Host: GitHub
- URL: https://github.com/php/web-qa
- Owner: php
- Created: 2012-01-20T01:46:54.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T21:36:09.000Z (about 1 year ago)
- Last Synced: 2025-03-27T22:22:50.837Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 3.08 MB
- Stars: 66
- Watchers: 22
- Forks: 42
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```