2017 © Pedro Peláez
 

library currency

Convert amount <=> words

image

development-x/currency

Convert amount <=> words

  • Tuesday, April 3, 2018
  • by desertknight
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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, (*1)

## Requirements

  • PHP 5.5+

## Installation

Install with Composer, run:, (*2)

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 ., (*3)

The Versions

03/04 2018

dev-master

9999999-dev

Convert amount <=> words

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

01/05 2017

1.0.1

1.0.1.0

Convert amount <=> words

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

30/04 2017

1.0.0

1.0.0.0

Convert amount to words

  Sources   Download

MIT

The Requires

  • php >=5.3