Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/php/web-qa

The PHP QA Website
https://github.com/php/web-qa

Last synced: 5 days 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 [email protected]:php/web-qa.git qa
cd qa
git clone [email protected]:php/web-shared.git shared
php -S localhost:8080
```