承接 mautic/composer-plugin 相关项目开发

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

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

mautic/composer-plugin

最新稳定版本:1.0.1

Composer 安装命令:

composer require mautic/composer-plugin

包简介

README 文档

README

This plugin will allow Mautic users that manage their instance via composer to easily install your plugins and themes. Simply host your plugin on GitHub, add it to packagist, and you're ready to go.

There are two requirements to using this plugin.

  1. After adding a composer.json to the root of your plugin repository, run composer require mautic/composer-plugin.
  2. Set the type in your composer.json file to either mautic-plugin or mautic-theme, depending on what your code is.
  3. Optionally, set the install-directory-name under extra to define the directory the plugin will be installed into. This should match your plugin's namespace. This will default to a camel case version of name if not defined. Your composer.json should now look something like this:
{
  "name": "dongilbert/my-twig-extension-bundle",
  "type": "mautic-plugin",
  "extra": {
    "install-directory-name": "MyTwigExtensionBundle"  
  },
  "require": {
    "mautic/composer-plugin": "*"
  }
}

统计信息

  • 总下载量: 67.4k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 2
  • 依赖项目数: 50
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 22
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-12-10