# web-people **Repository Path**: mirrors_php/web-people ## Basic Information - **Project Name**: web-people - **Description**: The PHP people system - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```