PHPackages                             jaredhowland/new-base-60 - 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. jaredhowland/new-base-60

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

jaredhowland/new-base-60
========================

PHP library to convert base 10 numbers to new base 60 and back again

v1.1.0(3y ago)15CC-BY-SA-4.0PHPPHP &gt;=7.2

Since Apr 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jaredhowland/new-base-60)[ Packagist](https://packagist.org/packages/jaredhowland/new-base-60)[ Docs](https://github.com/jaredhowland/new-base-60)[ RSS](/packages/jaredhowland-new-base-60/feed)WikiDiscussions master Synced today

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

New Base 60
===========

[](#new-base-60)

New base 60 is a base 60 numbering system using only ASCII numbers and letters created by Tantek Çelik (see  for more information).

This PHP library converts between base 60 and base 10.

Installing
==========

[](#installing)

Using Composer:

`composer require jaredhowland/new-base-60`

Or add the following to your `composer.json` file:

```
"require": {
    "jaredhowland/new-base-60": "^1.0"
}

```

Otherwise, just include the file in your project:

`require_once 'path/to/src/NewBase60.php';`

Usage
=====

[](#usage)

Example Usage:

```
