定制 blackforest/namespace-compat 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

blackforest/namespace-compat

最新稳定版本:1.1

Composer 安装命令:

composer require blackforest/namespace-compat

包简介

Composer Namespace Compat

README 文档

README

This composer plugin provides namespace compat. After run of the composer this plugin compiled a new file. The new file provides the old to the new namespace.

Usage

  1. Define a requirement for this package in your own composer.json.

    {
        "require": {
            "blackforest/namespace-compat": "~1.0"
        }
    }
  2. Add this to your own package in the composer.json.

    {
        "extra": {
            "namespace-compat": {
                "OldNamespace": "NewNamespace"
            }
        }
    }
  3. Run Composer Update: php composer.phar update

Testing

You can test this plugin with blackforest/namespace-compat-tests.

统计信息

  • 总下载量: 12
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-04-06