PHPackages                             zhanang19/human-readable-number - 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. zhanang19/human-readable-number

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

zhanang19/human-readable-number
===============================

This package will provide a simple helper to format a number into a human friendly number

v1.0(6y ago)1112[1 issues](https://github.com/zhanang19/human-readable-number/issues)[2 PRs](https://github.com/zhanang19/human-readable-number/pulls)MITPHP

Since May 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zhanang19/human-readable-number)[ Packagist](https://packagist.org/packages/zhanang19/human-readable-number)[ Docs](https://github.com/zhanang19/human-readable-number)[ RSS](/packages/zhanang19-human-readable-number/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Human Readable Number
=====================

[](#human-readable-number)

This package will provide a simple helper to format a number into a human friendly number

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

[](#installation)

Run command `composer require zhanang19/human-readable-number` to install this package

> This package is tested only in Laravel 7

Usage
-----

[](#usage)

Only one parameter needed, the number. Parameter accepted type is string, float, and int. There is 3 ways to use this package:

1. Calling static method ```
    \Zhanang19\HumanReadableNumber\HumanReadableNumber::format(123); // 123
    \Zhanang19\HumanReadableNumber\HumanReadableNumber::format(12300); // 12K+
    ```
2. Use a helper function ```
    readablenumber(12312); // 12K+
    ```
3. Use blade directive ```
    // view.blade.php
    @readableNumber(12312) // 12K+
    ```

Support
=======

[](#support)

- [Buy me a coffee](https://www.buymeacoffee.com/zhanang19)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

2244d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/743022649ac069fc287e45c0dec296b0c0faf591e1bce46fbe059742252b1e4f?d=identicon)[zhanang19](/maintainers/zhanang19)

---

Top Contributors

[![zhanang19](https://avatars.githubusercontent.com/u/19884603?v=4)](https://github.com/zhanang19 "zhanang19 (1 commits)")

### Embed Badge

![Health badge](/badges/zhanang19-human-readable-number/health.svg)

```
[![Health](https://phpackages.com/badges/zhanang19-human-readable-number/health.svg)](https://phpackages.com/packages/zhanang19-human-readable-number)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M278](/packages/illuminate-pipeline)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[illuminate/redis

The Illuminate Redis package.

8314.6M371](/packages/illuminate-redis)

PHPackages © 2026

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