Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.39 KB

Money Bundle

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.