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

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

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

Last synced: 7 months 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 git@github.com:php/web-people.git people
cd people
git clone git@github.com:php/web-shared.git shared
php -S localhost:8080
```