starbug/price-formatter

A price formatter interface and basic implementation.

Installs: 1 756

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:starbug-library

pkg:composer/starbug/price-formatter

v0.9.1 2023-05-15 18:35 UTC

This package is auto-updated.

Last update: 2025-10-16 00:14:11 UTC


README

A price formatter.

Basic Usage

<?php
use Starbug\Price\Formatter;

$formatter = new Formatter();

echo $formatter->format(100000);
// Outputs: $1,000.00