Skip to content

PandawanTechnology/MoneyBundle

 
 

Repository files navigation

Money Bundle

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.2%
  • Makefile 2.8%