open-southeners/byte-unit-converter
PHP 8.1+ utility to convert byte sizes between multiple units with no dependencies. Inspired by macOS ByteCountFormatter, it helps format and convert storage values consistently for apps and libraries.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yuwuhsien/laravel-bcmath-cast | 0.86 | — | 2 | 2 | 0 | 388 | 0 | 21.1 | 34.3 | MIT | 2 weeks ago | |
| mathiasverraes/money | 0.83 | Small PHP money library that treats monetary values as immutable value objects to avoid floating-point errors. Includes currency support, arithmetic and comparisons, and formatting helpers—useful for modeling prices, totals, and discounts in a robust, domain-driven way. | 4,860 | 4,862 | 444 | 6K | 2 | 62.4 | 6.9 | MIT | 3 months ago | |
| brick/money | 0.83 | Brick\Money is a PHP library for precise, immutable money and currency values. It provides exact arithmetic (no float errors), explicit rounding control, and supports large amounts via brick/math, with optional GMP/BCMath acceleration. | 1,922 | 1,937 | 118 | 1M | 4 | 45.5 | 47.5 | MIT | 6 days ago | |
| zdenekdrahos/bn-php | 0.83 | PHP library for working with Bangla/Bengali numbers and formatting. Convert between Bengali and Latin numerals, handle digit transformations, and support localization-friendly numeric output for apps needing Bangla numeral representation. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| bavix/laravel-wallet | 0.82 | Virtual wallet system for Laravel: manage balances, deposits/withdrawals, transfers, and multi-wallet support with robust transaction history and concurrency safety. Well-tested, benchmarked, and extensible for payments, loyalty points, and in-app credits. | 1,329 | 1,327 | 247 | 68K | 1 | 45.1 | 27.8 | MIT | 5 days ago | |
| php-standard-library/math | 0.82 | Strictly typed math utilities for PHP with predictable, consistent error handling. Part of the PHP Standard Library project, providing reliable mathematical functions and a stable developer experience for safer numeric operations. | 1 | 1 | 0 | 20K | 0 | 17.7 | 63.2 | MIT | 2 months ago | |
| akaunting/laravel-money | 0.81 | — | 789 | 789 | 109 | 141K | 0 | 29.1 | 34.6 | MIT | 4 months ago | |
| zenstruck/bytes | 0.81 | Small PHP bytes utility for working with file sizes: parse human-readable strings (e.g. "10 MB"), format byte counts, compare values, and convert between units. Handy for Laravel/PHP apps needing consistent size handling and validation. | 25 | 25 | 3 | 67K | 0 | 8.7 | 50.2 | MIT | 7 months ago | |
| cknow/laravel-money | 0.81 | — | 1,044 | 1,047 | 100 | 164K | 3 | 30.8 | 34.5 | MIT | 4 months ago | |
| php-decimal/php-decimal | 0.80 | Reference Composer package for the PHP Decimal extension. Adds an implicit ext-decimal dependency, IDE stubs, and semantic versioning so you can require decimal support in your project with composer require php-decimal/php-decimal. | 78 | 78 | 3 | 30K | 2 | 0.9 | 35.5 | MIT | — | |
| 99designs/money-php | 0.79 | — | 11 | 13 | 3 | 74 | 0 | 0.1 | 11.8 | — | — | |
| brick/math | 0.79 | Arbitrary-precision math for PHP. Work with big integers, decimals, and rational numbers via a clean OOP API. Optimized with GMP or BCMath when available, with automatic runtime selection. Requires PHP 8.2+ (older versions available). | 2,156 | 2,170 | 100 | 14M | 0 | 45.4 | 62.1 | MIT | 6 days ago | |
| php-units-of-measure/php-units-of-measure | 0.78 | PHP library for representing physical quantities and converting units (length, mass, etc.). Encapsulate values with their unit, convert via toUnit(), and accept quantities in any unit without hardcoding conversions. Composer install, PSR-4 autoloading. | 315 | 314 | 78 | 102K | 12 | 8.1 | 39.4 | MIT | 1 year ago | |
| gabrielelana/byte-units | 0.76 | — | 168 | 175 | 16 | 41K | 3 | 3.2 | 34.4 | MIT | 8 years ago | |
| spomky-labs/cbor-php | 0.75 | RFC 8949 CBOR encoder/decoder for PHP 8+. Supports all major types, tags, indefinite-length items, streaming decoding, and normalization to native PHP types. Extensible tag system with built-in common tags and modern, type-safe API. | 62 | 58 | 14 | 3M | 0 | 26.1 | 65.4 | MIT | 3 weeks ago | |
| spatie/unit-conversions | 0.75 | Lightweight PHP unit conversion library by Spatie. Currently supports weight conversion from kilograms to pounds via a fluent API: Weight::fromKilograms(100)->toLbs(). Install with Composer and extend as more units are added. | 34 | 36 | 12 | 137 | 0 | 1.7 | 9.6 | MIT | 6 years ago | |
| spatie/workshop-unit-conversions | 0.74 | Lightweight PHP package for performing unit conversions in Laravel or any PHP app. Install via Composer and convert values between supported units with a simple API. Includes tests, changelog, and MIT license. | 2 | 2 | 1 | 0 | 0 | 0.6 | — | MIT | 5 years ago | |
| moontoast/math | 0.73 | PHP math utilities for Laravel and general use, offering convenient helpers for precise calculations, percentages, rounding, and numeric formatting. Lightweight and easy to integrate into apps where consistent arithmetic and number handling matter. | 456 | 365 | 7 | 141K | 1 | 2.3 | 24.2 | Apache-2.0 | 6 years ago | |
| amphp/byte-stream | 0.72 | Event-driven byte stream abstractions for PHP 8.1+ in the AMPHP ecosystem. Provides ReadableStream/WritableStream interfaces plus implementations like Payload, buffers, resource/iterable streams, stream chaining, base64 encode/decode, and decompression for fiber-friendly I/O. | 392 | 393 | 28 | 3M | 2 | 12.3 | 54.5 | MIT | 1 year ago | |
| voku/portable-ascii | 0.72 | PHP 7+ library to transliterate Unicode to portable ASCII for slugs, URLs, and safe filenames. Works without mbstring/iconv, lightweight and easy to bundle. Based on Unidecode/Stringy-style mappings with handy helper methods. | 577 | 580 | 52 | 13M | 17 | 10.2 | 62.7 | MIT | — |
How can I help you explore Laravel packages today?