PHPackages                             carloscarucce/roman-algarisms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. carloscarucce/roman-algarisms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

carloscarucce/roman-algarisms
=============================

Functions for converting roman algarisms to integer and vice versa

v1.0(3y ago)0142MITPHP

Since Oct 6Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Roman to integer conversion
===========================

[](#roman-to-integer-conversion)

A simple package to make conversion between roman and integer.

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

[](#installation)

```
composer require carloscarucce/roman-algarisms

```

Usage
-----

[](#usage)

Convert integer number to roman

```
$roman = int_to_roman(20);
echo $roman; //XX
```

Convert roman to integer

```
$number = roman_to_int('XIV');
echo $number; //14
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1316d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5069326?v=4)[Carlos Alberto Bertholdo Carucce](/maintainers/carloscarucce)[@carloscarucce](https://github.com/carloscarucce)

---

Top Contributors

[![carloscarucce](https://avatars.githubusercontent.com/u/5069326?v=4)](https://github.com/carloscarucce "carloscarucce (6 commits)")

---

Tags

conversionconverterphproman-numerals

### Embed Badge

![Health badge](/badges/carloscarucce-roman-algarisms/health.svg)

```
[![Health](https://phpackages.com/badges/carloscarucce-roman-algarisms/health.svg)](https://phpackages.com/packages/carloscarucce-roman-algarisms)
```

###  Alternatives

[ipinfo/ipinfo

The official PHP library for IPinfo, the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. Visit our developer docs at https://ipinfo.io/developers.

2891.2M11](/packages/ipinfo-ipinfo)[craftcms/plugin-installer

Craft CMS Plugin Installer

283.3M4](/packages/craftcms-plugin-installer)[typo3/cms-recordlist

TYPO3 CMS Recordlist - Lists database records in the TYPO3 backend module (Web&gt;List).

178.0M48](/packages/typo3-cms-recordlist)[broadway/uuid-generator

UUID generator for broadway/broadway.

202.1M11](/packages/broadway-uuid-generator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
