https://github.com/seferov/turkish-number
A PHP library converts numbers to words in Turkish
https://github.com/seferov/turkish-number
numbers-to-text spelling turkish
Last synced: 3 months ago
JSON representation
A PHP library converts numbers to words in Turkish
- Host: GitHub
- URL: https://github.com/seferov/turkish-number
- Owner: seferov
- License: mit
- Created: 2018-10-01T12:04:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T16:29:02.000Z (about 7 years ago)
- Last Synced: 2025-01-07T22:15:39.143Z (9 months ago)
- Topics: numbers-to-text, spelling, turkish
- Language: PHP
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Turkish number
[](https://travis-ci.com/seferov/turkish-number)
A PHP library converts numbers to words in Turkish.
It was highly inspired by https://github.com/hynkle/turkish_number which is a Ruby gem that does the same task.
## Installation
```
composer require seferov/turkish-number
```## Usage
```php
use Seferov\TurkishNumber\TurkishNumber;TurkishNumber::spell(3233); // returns 'üç bin iki yüz otuz üç'
```