An open API service indexing awesome lists of open source software.

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

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
```