2017 © Pedro Peláez
 

library terbilang

image

ahmadarif/terbilang

  • Tuesday, August 22, 2017
  • by ahmadarif
  • Repository
  • 1 Watchers
  • 0 Stars
  • 94 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 74 % Grown

The README.md

Terbilang Laravel

Release Version License Total Downloads, (*1)

Install

Via Composer, (*2)

``` bash $ composer require ahmadarif/terbilang, (*3)


## Usage Add the service provider in `config/app.php`: ```php AhmadArif\Terbilang\TerbilangServiceProvider::class,

And then, add the facade of this package to the $aliases array:, (*4)

'Terbilang' => AhmadArif\Terbilang\Facade\Terbilang::class,

Usage

Route::get('/', function () {
    return Terbilang::convert(34124);
});

or, (*5)

Route::get('/', function () {
    return Terbilang::convert('34124');
});

Security

If you discover any security related issues, please email ahmad.arif019@gmail.com instead of using the issue tracker., (*6)

Credits

Base Project

Thanks to Mulia Nasution, as the basic project for the creation of this library., (*7)

License

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

The Versions

22/08 2017

dev-master

9999999-dev https://github.com/ahmadarif/terbilang

  Sources   Download

MIT

The Requires

 

The Development Requires

terbilang ahmadarif

22/08 2017
22/08 2017
22/08 2017
22/08 2017

dev-develop

dev-develop https://github.com/ahmadarif/terbilang

  Sources   Download

MIT

The Requires

 

The Development Requires

terbilang ahmadarif

22/08 2017
22/08 2017