moneyphp/money-bundle

Symfony Bundle for the popular Money library

Installs: 14 620

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 6

Forks: 5

Open Issues: 4

Type:symfony-bundle

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

This package is auto-updated.

Last update: 2024-03-10 05:12:15 UTC


README

Please note that this package it is not considered stable yet.

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

Symfony Bundle for the popular Money library.

Install

Via Composer

$ composer require moneyphp/money-bundle

Enable the bundle in your kernel:

<?php
// app/AppKernel.php

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

Usage

License

The MIT License (MIT). Please see License File for more information.