- Author: Martin Eisengardt (from php-maven), fork maintained by Stef Schulz
- Repository: https://github.com/slothsoft/maven-php-plugin
- Open Issues: https://github.com/slothsoft/maven-php-plugin/issues
- Wiki: https://github.com/slothsoft/maven-php-plugin/wiki
PHP-Maven uses the power of Maven 3 for building, reporting on and creating documentations of PHP projects. It adapts the Maven build lifecycle to the PHP world while fully supporting PHP 5. PHP-Maven uses PHPUnit for unit testing and phpDocumentor for creating the project documentation.
This project is forked from various repositories by php-maven. To see all changes just take a look at the Git history of this repository or take a look at this wiki page.
You need at least these versions to run or use this framework:
- Java 1.8
- PHP 5.4 on your
PATH
(so that the commandphp -v
returns something useful) - Maven 3.2.2
To see the Java and PHP versions this project is tested against take a look at the Travis config file or the Travis builds.
Link to Maven Central?
Link to Wiki?
Version | Changes |
---|---|
1.0.0 | first stable release |
0.9.0 | first try to get the framework to work again |
This project is licensed under the Apache License 2.0 - see the license file for details.