PHPackages                             zzantares/helpers - 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. zzantares/helpers

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

zzantares/helpers
=================

Includes a set of helper functions useful in some projects.

v1.0.3(10y ago)0115MITPHPPHP &gt;=5.4.0

Since Oct 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ZzAntares/helpers)[ Packagist](https://packagist.org/packages/zzantares/helpers)[ Docs](https://github.com/ZzAntares/helpers)[ RSS](/packages/zzantares-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

This library contains a set of helpers functions that I've used in some projects.

Installation
============

[](#installation)

Recommended installation is using Composer, if you do not have Composer please install it first.

In the root of your project execute the following:

```
$ composer require zzantares/helpers

```

Or add this to your `composer.json` file:

```
{
    "require": {
        "zzantares/helpers": "dev-master"
    }
}

```

Then perform the installation:

```
$ composer install

```

Usage
=====

[](#usage)

```
require_once 'vendor/autoload.php';

$result = number_to_letter(1200);

var_dump($result);

```

The above code produces the following output:

```
string 'Doce mil pesos 12/100 M.N.' (length=26)

```

Other helper functions will be listed here.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~36 days

Total

4

Last Release

3758d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3653680?v=4)[Julio César](/maintainers/ZzAntares)[@zzantares](https://github.com/zzantares)

---

Top Contributors

[![zzantares](https://avatars.githubusercontent.com/u/3653680?v=4)](https://github.com/zzantares "zzantares (9 commits)")

---

Tags

helpersutilitiesNumber to letter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zzantares-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/zzantares-helpers/health.svg)](https://phpackages.com/packages/zzantares-helpers)
```

###  Alternatives

[andreas-glaser/php-helpers

A comprehensive collection of PHP utility functions for array manipulation, string operations, date handling, HTML generation, form building, validation, and more. Modern PHP 8.2+ library with full type safety.

1386.5k2](/packages/andreas-glaser-php-helpers)

PHPackages © 2026

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