Download the PHP package vlaim/slownie without Composer
On this page you can find all versions of the php package vlaim/slownie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vlaim/slownie
More information about vlaim/slownie
Files in vlaim/slownie
Download vlaim/slownie
More information about vlaim/slownie
Files in vlaim/slownie
Vendor vlaim
Package slownie
Short Description A library for writing numbers in word form in Polish
License MIT
Package slownie
Short Description A library for writing numbers in word form in Polish
License MIT
Please rate this library. Is it a good library?
Informations about the package slownie
Słownie
🇵🇱 Słownie to biblioteka PHP umożliwiająca zamianę liczb na zapis słowny w języku polskim.
🇬🇧 Słownie is a PHP library that converts numbers into words in Polish.
📦 Installation
Using Composer
Install this package via Composer:
Run:
🚀 Basic Usage
The main method to convert numbers to words:
Parameters:
- $number (int | float | string) – The number to convert.
- $hideGrosze (bool, default: false) – If
true
, omits grosze (00/100). - $hideZlote (bool, default: false) – If
true
, omits "złoty/złotych/złote".
Examples:
Convert a number to words:
Hide grosze:
Hide "złoty/złotych/złote":
🧪 Running Tests
To run tests, use:
🛠 Issues & Support
For bug reports and feature requests, visit the GitHub Issue Tracker.
Feel free to open an issue if you have any questions.
📜 License
vlaim/slownie is released under the MIT License.
All versions of slownie with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package vlaim/slownie contains the following files
Loading the files please wait ....