定制 detailnet/dfw-normalization-module 二次开发

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

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

detailnet/dfw-normalization-module

最新稳定版本:2.0.0

Composer 安装命令:

composer require detailnet/dfw-normalization-module

包简介

Zend Framework Module for dfw-normalization

README 文档

README

Build Status Coverage Status Latest Stable Version Latest Unstable Version

Introduction

This module integrates the DETAIL Framework library for array/object (de-)normalization with Zend Framework.

Requirements

Zend Framework Skeleton Application (or compatible architecture)

Installation

Install the module through Composer using the following steps:

  1. cd my/project/directory

  2. Create a composer.json file with following contents (or update your existing file accordingly):

    {
        "require": {
            "detailnet/dfw-normalization-module": "^1.1"
        }
    }
  3. Install Composer via curl -s http://getcomposer.org/installer | php (on Windows, download the installer and execute it with PHP)

  4. Run php composer.phar self-update

  5. Run php composer.phar install

  6. Open configs/application.config.php and add following key to your modules:

    'Detail\Normalization',
  7. Copy vendor/detailnet/dfw-normalization-module/config/detail_normalization.local.php.dist into your application's config/autoload directory, rename it to detail_normalization.local.php and make the appropriate changes.

统计信息

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

GitHub 信息

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

其他信息

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