承接 teamneusta/converter-bundle 相关项目开发

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

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

teamneusta/converter-bundle

最新稳定版本:v1.10.1

Composer 安装命令:

composer require teamneusta/converter-bundle

包简介

Allows using the Converter & Populator design pattern for transformations from one universe to another

README 文档

README

A default implementation of the Converter & Populator design pattern.

Installation

  1. Require the bundle

    composer require teamneusta/converter-bundle
    
  2. Enable the bundle

    Add the Bundle to your config/bundles.php:

    Neusta\ConverterBundle\NeustaConverterBundle::class => ['all' => true],

    This is important for preloading the default configuration of provided converter implementations which can be reused and simplify your code and further updates.

Usage

Helpful Command

Contribution

Feel free to open issues for any bug, feature request, or other ideas.

Please remember to create an issue before creating large pull requests.

Local Development

To develop on local machine, the vendor dependencies are required.

bin/composer install

We use composer scripts for our main quality tools. They can be executed via the bin/composer file as well.

bin/composer cs:fix
bin/composer phpstan
bin/composer tests

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-27