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
-
Require the bundle
composer require teamneusta/converter-bundle
-
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
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-27