2017 © Pedro PelĂĄez
 

library helpers

Includes a set of helper functions useful in some projects.

image

zzantares/helpers

Includes a set of helper functions useful in some projects.

  • Tuesday, February 2, 2016
  • by ZzAntares
  • Repository
  • 1 Watchers
  • 0 Stars
  • 65 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

This library contains a set of helpers functions that I've used in some projects., (*1)

Installation

Recommended installation is using Composer, if you do not have Composer please install it first., (*2)

In the root of your project execute the following:, (*3)

$ composer require zzantares/helpers

Or add this to your composer.json file:, (*4)

{
    "require": {
        "zzantares/helpers": "dev-master"
    }
}

Then perform the installation:, (*5)

$ composer install

Usage

require_once 'vendor/autoload.php';

$result = number_to_letter(1200);

var_dump($result);

The above code produces the following output:, (*6)

string 'Doce mil pesos 12/100 M.N.' (length=26)

Other helper functions will be listed here., (*7)

The Versions

02/02 2016

dev-master

9999999-dev https://github.com/ZzAntares/helpers

Includes a set of helper functions useful in some projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by César Antåres

helpers utilities number to letter

02/02 2016

v1.0.3

1.0.3.0 https://github.com/ZzAntares/helpers

Includes a set of helper functions useful in some projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by César Antåres

helpers utilities number to letter

30/10 2015

v1.0.2

1.0.2.0 https://github.com/ZzAntares/helpers

Includes a set of helper functions useful in some projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by César Antåres

helpers utilities number to letter

15/10 2015

v1.0.1

1.0.1.0 https://github.com/ZzAntares/helpers

Includes a set of helper functions useful in some projects.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by César Antåres

helpers utilities number to letter

14/10 2015

v1.0.0

1.0.0.0 https://github.com/ZzAntares/helpers

Includes a set of helper functions useful in some projects.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by César Antåres

helpers utilities number to letter