PHPackages                             machinateur/roman-numerals - 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. machinateur/roman-numerals

ActiveLibrary

machinateur/roman-numerals
==========================

A PHP library to convert ordinary integers to roman numerals (and back). Just like that.

1.2.0(3y ago)1291MITPHPPHP &gt;=5.6

Since Jul 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/machinateur/roman-numerals)[ Packagist](https://packagist.org/packages/machinateur/roman-numerals)[ Docs](https://github.com/machinateur/roman-numerals)[ RSS](/packages/machinateur-roman-numerals/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Roman numerals
==============

[](#roman-numerals)

A PHP library to convert ordinary integers to roman numerals (and back). Just like that.

Prerequisites
-------------

[](#prerequisites)

- [PHP 5.6](https://www.php.net/downloads.php) or newer
- [Composer](https://getcomposer.org/download/)

Yes, you've read that right, PHP 5.6 is the minimum version requirement to be able to use this package. That is to support legacy projects, at least for some versions. The minimum PHP version requirement might be raised in the future.

Installation
------------

[](#installation)

Via composer:

```
# install the latest version
composer require "machinateur/roman-numerals"
```

Usage
-----

[](#usage)

```
