承接 phpbb/epv 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpbb/epv

最新稳定版本:0.0.12

Composer 安装命令:

composer require phpbb/epv

包简介

A extension validator for phpBB extensions. Extensions are required to pass the validator when submitted to the extension database.

README 文档

README

Build Status

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 7.2

Using EPV

  1. Clone your fork of this repository.
  2. Install composer dependencies:
    $ php composer.phar install
  3. Run EPV on a phpBB extension from the CLI:
    # Run EPV on a Git repository (at any repository hosting site)
    php src/EPV.php run --git="https://github.com/repo-org/repo-name.git"
    
    # Run EPV on a GitHub repository
    php src/EPV.php run --github="repo-org/repo-name"
    
    # Run EPV on a local directory
    php src/EPV.php run --dir="/path/to/extension"

The --branch option can target a specific branch of a repository.

The --debug option will output additional debugging information.

You can also use EPV online at phpBB.com

phpBB's Customisation Database (Titania) will run EPV on any submissions at phpBB.com as well.

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

License

GNU General Public License v2

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

See LICENSE for the full license.

统计信息

  • 总下载量: 142.48k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 9
  • 点击次数: 1
  • 依赖项目数: 44
  • 推荐数: 0

GitHub 信息

  • Stars: 9
  • Watchers: 13
  • Forks: 19
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-only
  • 更新时间: 2014-08-02