承接 blesta/composer-installer 相关项目开发

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

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

blesta/composer-installer

最新稳定版本:1.1.0

Composer 安装命令:

composer require blesta/composer-installer

包简介

README 文档

README

Build Status Coverage Status

A library for installing Blesta extensions using composer.

Usage

To use simply add blesta/composer-installer as a requirement to your extension's composer.json file, and tell composer which type of extension you've created.

    "type": "blesta-plugin",
    "require": {
        "blesta/composer-installer": "~1.0"
    }

In the above example, we've set blesta-plugin as the type of composer package. See below for a complete list of supported types, and choose the appropriate one for your extension.

Supported Types

Now list your extension with packagist (the default composer repository) and anyone can install your extension with composer!

统计信息

  • 总下载量: 7.88k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 4
  • 依赖项目数: 67
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 5
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-09