Skip to content

devop-studio/Currency

Repository files navigation

Sensiolab Insight Travis-CI Scrutinizer
SensioLabsInsight Build Status Scrutinizer Code Quality Code Coverage Build Status
Packagist
Packagist Packagist Packagist Pre Release Packagist Pre Release

Currency class

Basic currency features - convert amount to words

Requirements


  • PHP 5.5+

Installation


Install with Composer, run:

composer require development-x/media-service-provider

Use it

<?php

echo Currency::convertToText(1.23, Currency::LANG_BG);
echo Currency::convertToText(1.23, Currency::LANG_EN);

ToDo

  • Add more functionality
  • Add more unit tests

Contributing

However, if you are interested and want to send a bug fix, new functionality or better realization, just send a pull request .