phpbb / epv
A extension validator for phpBB extensions. Extensions are required to pass the validator when submitted to the extension database.
Fund package maintenance!
phpbb
Installs: 138 726
Dependents: 45
Suggesters: 0
Security: 0
Stars: 9
Watchers: 15
Forks: 17
Open Issues: 19
Requires
- php: >=7.0
- composer/composer: ^1.5
- gitonomy/gitlib: 0.1.*@dev
- nikic/php-parser: ~3.0
- sensiolabs/ansi-to-html: ~1.1
- symfony/console: ^3.0|^4.0|^5.0
- symfony/finder: ^3.0|^4.0|^5.0
- symfony/process: ^3.0|^4.0|^5.0
- symfony/yaml: ^3.0|^4.0|^5.0
Requires (Dev)
- phpunit/phpunit: ~5.4
- phpunit/phpunit-mock-objects: ~3.2
This package is auto-updated.
Last update: 2024-11-12 14:39:22 UTC
README
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
Using EPV
-
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.
License
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