mv / number-words-fr-bundle
Convert to words any integer in french
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.4.30
- mv/number-words-fr: >=1.0
- symfony/framework-bundle: ^5.0|^6.0
Requires (Dev)
- phpunit/phpunit: >=9.6.10
This package is auto-updated.
Last update: 2024-12-10 09:18:00 UTC
README
Ce bundle Symfony fournit une extension Twig pour convertir les nombres en mots en français. Voir la librarie PHP
Build status
Installation
- Installez le bundle en utilisant Composer :
composer require mv/number-words-fr-bundle composer recipe:install mv/number-words-fr-bundle
Configuration
Ajouter au fichier config/services.yaml
imports: # Your others imports - { resource: '@MvNumberWordsFrBundle/config/autowire.yaml' }
Configuration requise
- PHP >= 7.4.30
- Symfony >= 5.4
- mv/number-words-fr >= 1.0
Utilisation
Après avoir installé le bundle, vous pouvez utiliser la fonction Twig number_to_words_fr
pour convertir un nombre en mots :
{{ number_to_words_fr(123) }} // affiche cent vingt-trois
Auteur
Ce bundle a été créé par Michael VEROUX. Pour en savoir plus, visitez son profil GitHub.
Contributing
Any contributions, suggestions, or bug reports are welcome! Here's how you can contribute:
- Fork the repository.
- Create a branch for your changes:
git checkout -b feature/my-feature
. - Make your changes and commit:
git commit -am 'Added my feature'
. - Push to the branch:
git push origin feature/my-feature
. - Create a pull request to the main branch of the repository.
Licence
This project is licensed under the GNU General Public License v3.0. Voir le fichier LICENSE pour plus de détails.