PHPackages                             sicaa/number-to-fr-words - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sicaa/number-to-fr-words

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sicaa/number-to-fr-words
========================

Simple and effective lib to convert number into french words

1.0.1(1y ago)816.6k↑82.3%1MITPHPPHP &gt;=7.4 || ^8.0

Since Oct 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Sicaa/number-to-fr-words)[ Packagist](https://packagist.org/packages/sicaa/number-to-fr-words)[ RSS](/packages/sicaa-number-to-fr-words/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Number To FR Words
==================

[](#number-to-fr-words)

[![Build Status](https://camo.githubusercontent.com/369b9ec6199c6320f6820495bf802cb93607a54383b5b2d2e2d34925a4f1a763/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f6275696c642f6769746875622f53696361612f6e756d6265722d746f2d66722d776f726473)](https://camo.githubusercontent.com/369b9ec6199c6320f6820495bf802cb93607a54383b5b2d2e2d34925a4f1a763/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f6275696c642f6769746875622f53696361612f6e756d6265722d746f2d66722d776f726473)[![Last release](https://camo.githubusercontent.com/3363d5c2fcdd9b72bd7c90101ab9ee135c9bcc14359ed40989cc6071a2588d1e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f53696361612f6e756d6265722d746f2d66722d776f726473)](https://camo.githubusercontent.com/3363d5c2fcdd9b72bd7c90101ab9ee135c9bcc14359ed40989cc6071a2588d1e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f53696361612f6e756d6265722d746f2d66722d776f726473)

English
-------

[](#english)

I've written this tiny library to easily transform a number into french words. This project came up when I had to automatically write on bank checks for a client. At this time, the only solution was to use an old and heavy Pear package ([https://pear.php.net/package/Numbers\_Words](https://pear.php.net/package/Numbers_Words)). Naturally, the following documentation is therefore written in French.

Français
--------

[](#français)

Lib PHP simple pour convertir un nombre en mots (français). Ce projet a vu le jour lorsque j'ai eu besoin d'écrire automatiquement sur des chèques bancaires pour un client. À l'époque, la seule solution aurait été d'utiliser une ancienne lib Pear ([https://pear.php.net/package/Numbers\_Words](https://pear.php.net/package/Numbers_Words)).

### Utilisation

[](#utilisation)

```
composer require sicaa/number-to-fr-words
```

```
