Extension Pre-Validator
PHP
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
tests
.gitignore
.travis.yml Do not test on 5.3.3 anymore. Jan 31, 2016
LICENSE
README.md
composer.json
composer.lock
composer.phar
phpunit.xml.dist

README.md

Extension Pre-Validator

Build Status

This repository contains the extension pre-validator, used for pre validating extensions when submittion to the database at phpBB.com.

Using EPV

  1. Clone the repository
  2. Run:

    $ php composer.phar install

  3. 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"
  4. You can use the --debug option to get some debug information.
  5. You can also use EPV from soon phpBB.com
  6. Titania will check when submitting to phpBB.com using EPV as well.

License

GNU GPL v2

By contributing you agree to assign copyright of your code to phpBB Limited.

See LICENSE for the full license.

Maintenance and contributing

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