This repository contains the extension pre-validator, used for pre validating extensions when submittion to the database at phpBB.com.
Please note that EPV requires at least PHP 5.5
-
Clone the repository
-
Run:
$ php composer.phar install
-
You can run EPV on three different methods from the CLI:
- php src/EPV.php run --git="GIT_REPO"
- php src/EPV.php run --github="GITHUB_NAME"
- php src/EPV.php run --dir="LOCAL DIRECTORY"
-
You can use the --debug option to get some debug information.
-
You can also use EPV from soon phpBB.com
-
Titania will check when submitting to phpBB.com using EPV as well.
By contributing you agree to assign copyright of your code to phpBB Limited.
See LICENSE
for the full license.
To contribute fork the repo, make your changes in a feature branch and send a pull request.
The site is maintained by the phpBB Extensions Team
Should you wish to report a bug report it at Issue tracker