Skip to content

paulhenri-l/php-format-stat-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhpFormatStatNumber

PHP Tests PHP Code Style License: MIT

This package exists because I am too lazy to write number_format(10.20, 2, '.', ' ') when I need to display numbers. (I format using French notation)

Installation

composer require paulhenri-l/php-format-stat-number

Usage

The function will be autoloaded thanks to composer so you'll only have to call it.

fsn(10000.123); // 10 000,12

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages