-
This class can be used to convert numbers between decimal and roman representations and vice-versa.It takes a number between 1 and 10999 and converts it to a string that represents the number with roman digits.The class can also do the opposite, i.e. take a string that contains a number represented with roman digits and converts it to decimal.
-
Numbers are converted to strings representing their equivalent in the Roman notation.Roman can also do the opposite, i.e. take a string with a number represented in Roman and converts it back to decimal.Requirements: PHP 5.0 or higher
-
Dec 2 Roman Converter can convert numbers both ways from 1 to 10999. Requirements: PHP 5 or higher
-
Numeral takes an integer number and converts it to Roman format. Roman numerals can also be converted back to integers.Requirements: PHP 5.2 or higher
-
Cifra class can be used to convert numbers between representation formats. Currently it can convert between the number formats: decimal (Arabic), roman, any other base.
-
Classicus can be used to generate ancient Latin words forms. It generates different forms for Latin nouns, verbs and adjectives.Additionally Classicus can convert Roman numerals to decimal representation and vice-versa.
-
Roman Numeral Conversion can convert decimal numbers to Roman representation and vice-versa.
-
Arabic and Roman Numeral Convertor can validate and convert numbers between the Arabic format used nowadays by everebody and the representation format used in the Roman empire days.


