PHPackages                             proficlos/format - 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. proficlos/format

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

proficlos/format
================

Formatter

v1.1.2(2y ago)014.5k↓33.3%MITPHPPHP &gt;=7.1

Since May 12Pushed 2y ago1 watchersCompare

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

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

Install with composer
=====================

[](#install-with-composer)

```
$ composer require proficlos/format
```

Static filter usage
===================

[](#static-filter-usage)

```
use ProfiCloS\Format;

echo Format::currency(1206.45, Format::CURRENCY_USD);
// ... etc
```

Latte filters
=============

[](#latte-filters)

Register in your neon config

```
services:
	filters: ProfiCloS\LatteFilterService
	nette.latteFactory:
		setup:
			- addFilter(format, [ @filters, format ])
```

Then you can use all formatters in latte

```
{$price|format:currency}

{$quantity|format:number}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~521 days

Total

4

Last Release

998d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7625df7e2a7dd56391301ee892c1d3993da57d24595e3e9706d60da4ae3322e?d=identicon)[ProfiCloS](/maintainers/ProfiCloS)

---

Top Contributors

[![czPechy](https://avatars.githubusercontent.com/u/8396185?v=4)](https://github.com/czPechy "czPechy (6 commits)")

### Embed Badge

![Health badge](/badges/proficlos-format/health.svg)

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

###  Alternatives

[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.3k64.2M576](/packages/nette-php-generator)[nette/robot-loader

🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

89352.7M321](/packages/nette-robot-loader)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[nette/component-model

⚛ Nette Component Model

28516.5M92](/packages/nette-component-model)[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

881.7M6](/packages/nette-code-checker)[contributte/di

Extra contrib to nette/di

465.8M18](/packages/contributte-di)

PHPackages © 2026

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