PHPackages                             withfatpanda/numeral-blade - 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. [Templating &amp; Views](/categories/templating)
4. /
5. withfatpanda/numeral-blade

ActiveLibrary[Templating &amp; Views](/categories/templating)

withfatpanda/numeral-blade
==========================

1.0.1(8y ago)11.1kMITPHP

Since Jan 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/withfatpanda/numeral-blade)[ Packagist](https://packagist.org/packages/withfatpanda/numeral-blade)[ RSS](/packages/withfatpanda-numeral-blade/feed)WikiDiscussions master Synced 4w ago

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

`@numeral` directive for Laravel Blade
======================================

[](#numeral-directive-for-laravel-blade)

This Laravel 5 package adds a blade directive named `@numeral`, which you can use to process numbers into a variety of formats.

Here's a quick example:

```

@numeral(10000.23, '+0,0')

@numeral(233434, '0a.00')
```

This directive is just an alias for [stillat/numeral.php](https://github.com/Stillat/numeral.php) by [JohnathanKoster](https://github.com/JohnathonKoster), which itself is a port of [numeraljs](http://numeraljs.com/).

It's dependencies all the way down!

Facade
------

[](#facade)

You can also use Numeral via the `Numeral` facade. Just add it to your aliases list in `config/app.php`:

```
'aliases' => [

  'Numeral' => FatPanda\Blade\Numeral\Facade::class

]
```

Then, you'll be able to invoke `Numeral::format($number, $format)` anywhere you please.

Contributing
------------

[](#contributing)

This project is unlikely to get a lot of my focus.

If you find a problem, please fix it and issue a pull request.

### Wishlist

[](#wishlist)

I'd love to see someone spend the time to create a configuration file. I don't have time, and probably won't ever need one.

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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 ~0 days

Total

2

Last Release

3126d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/120316?v=4)[Aaron Collegeman](/maintainers/collegeman)[@collegeman](https://github.com/collegeman)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/withfatpanda-numeral-blade/health.svg)

```
[![Health](https://phpackages.com/badges/withfatpanda-numeral-blade/health.svg)](https://phpackages.com/packages/withfatpanda-numeral-blade)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[moonshine/moonshine

Laravel administration panel

1.3k268.2k88](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

731189.9k16](/packages/tallstackui-tallstackui)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5495.1k](/packages/hasinhayder-tyro-dashboard)[ublabs/blade-simple-icons

A package to easily make use of Simple Icons in your Laravel Blade views.

1866.3k](/packages/ublabs-blade-simple-icons)

PHPackages © 2026

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