nWidart / MoneyFormatter-Laravel by nWidart

Laravel Money formatter integration
244
2
2
Package Data
Maintainer Username: nWidart
Maintainer Contact: n.widart@gmail.com (Nicolas Widart)
Package Create Date: 2015-03-22
Package Last Update: 2016-11-02
Language: PHP
License: MIT
Last Refreshed: 2024-06-10 03:01:00
Package Statistics
Total Downloads: 244
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

MoneyFormatter Laravel

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

A laravel integration of my MoneyFormatter package.

Install

Via Composer

$ composer require nwidart/money-formatter-laravel

Add the service provider to config/app.php

'Nwidart\MoneyFormatterLaravel\MoneyFormatterServiceProvider'

Optional: Publish the configuration file

$ php artisan vendor:publish --provider="Nwidart\MoneyFormatterLaravel\MoneyFormatterServiceProvider"

Usage

Inject the MoneyFormatter class into your methods/constructors. Or use the MoneyFormatter Facade.

For information on the usage of the MoneyFormatter class, please refer to the original repository.

Contributing

Please see CONTRIBUTING for details.

Credits

License

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