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
- Host: GitHub
- URL: https://github.com/php/web-people
- Owner: php
- Created: 2012-01-20T19:48:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T17:42:21.000Z (over 1 year ago)
- Last Synced: 2025-01-29T21:23:27.768Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 13
- Watchers: 16
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```