# php-test-sources **Repository Path**: mirrors_SonarSource/php-test-sources ## Basic Information - **Project Name**: php-test-sources - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Contains php sources to test the SonarPhp analyzer: https://github.com/SonarSource/sonar-php. ## Pre commit hook It's highly recomended to install pre commit hook to avoid commiting files that are not usefull for PHP analysis. ```shell cat < .git/hooks/pre-commit #!/bin/sh ./clean-before-commit.sh EOT ``` ### License Copyright 2015-2023 SonarSource. Licensed under the [GNU Lesser General Public License, Version 3.0](http://www.gnu.org/licenses/lgpl.txt)