moneyphp/money-bundle

Symfony Bundle 用于流行的 Money 库

安装次数: 15,392

依赖项: 0

建议者: 0

安全性: 0

星标: 16

关注者: 7

分支: 5

公开问题: 4

类型:symfony-bundle

v0.1.0 2019-12-24 20:33 UTC

This package is auto-updated.

Last update: 2024-09-10 06:21:39 UTC


README

请注意,此包尚未被视为稳定。

Latest Version Software License Build Status Code Coverage Quality Score Total Downloads

Symfony Bundle 用于流行的 Money 库。

安装

通过 Composer

$ composer require moneyphp/money-bundle

在您的内核中启用此捆绑包

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Money\MoneyBundle\MoneyBundle(),
    );
}

用法

许可协议

MIT 许可协议(MIT)。请参阅许可文件获取更多信息。