Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

The PHP people system
https://github.com/php/web-people

Last synced: 5 days ago
JSON representation

The PHP people system

Awesome Lists containing this project

README

        

# PHP People

This site is hosted online at [people.php.net](https://people.php.net)

## Local installation

```bash
git clone [email protected]:php/web-people.git people
cd people
git clone [email protected]:php/web-shared.git shared
php -S localhost:8080
```