https://github.com/efrane/basex
Quickly convert to and from roman numbers.
https://github.com/efrane/basex
Last synced: about 1 month ago
JSON representation
Quickly convert to and from roman numbers.
- Host: GitHub
- URL: https://github.com/efrane/basex
- Owner: eFrane
- License: mit
- Created: 2017-12-13T22:59:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T09:04:31.000Z (over 5 years ago)
- Last Synced: 2025-11-14T20:42:52.110Z (7 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/eFrane/BaseX)
[](https://packagist.org/packages/efrane/base-x)
[](https://packagist.org/packages/efrane/base-x)
[](https://packagist.org/packages/efrane/base-x)
# BaseX
Quickly convert to and from roman numbers.
```php
$int = BaseX::toDecimal('X'); // $int = 10
$roman = BaseX::toRoman(10); // $roman = 'X'
```