Libraries tagged by string number

leomaradan/collection-compact

0 Favers
76 Downloads

Compact collection of numbers to string

Go to Download


diogoca/dsalgorithms

0 Favers
0 Downloads

Data Structures, Search, Sort, Numbers and String Algorithms

Go to Download


spaceboy/base20

0 Favers
17 Downloads

Encodes and decodes numbers to alphabetical strings

Go to Download


obfuscateids/obfuscateids

3 Favers
36 Downloads

Generate the short,non-repeat,non-sequential string according the id number

Go to Download


ibelousov/math-exec

1 Favers
7 Downloads

Evaluate expressions from strings using variable precision numbers

Go to Download


fatkulnurk/radix-converter

0 Favers
1 Downloads

A type-safe PHP library to convert numbers into short strings and back. Perfect for URL shorteners, unique IDs, and compact representations.

Go to Download


sirmekus/otu

1 Favers
5 Downloads

Otu is a PHP-based package that handles fine-formatting of string representation of (very) large numbers with their 'magnitude'. For instance, '50m' means 50000000. We can decide to write the entire 50000000 or just pass it to this package in the form of '50m' and have it take care of the presentation. It also works vice-versa. Walk with me.

Go to Download


griffnode/php-sdk

0 Favers
0 Downloads

Accept Bitcoin, Litecoin, Dogecoin, Dash, Ethereum and ERC-20 tokens. Server-to-server, authenticated with a secret API key (`Authorization: Bearer sk_live_…` for live, or `sk_test_…` for test mode — same base URL). All monetary amounts in API responses are JSON numbers; **webhook** amounts are strings to preserve decimal precision (see the `webhooks` section). **Rate limits.** Every request is rate-limited per API key in two windows — per minute and per hour — by plan tier (min/hour): starter 30/500, business 100/2000, professional 300/5000, enterprise 1000/20000. Every response carries `X-RateLimit-Limit`, `X-RateLimit-Remaining` and `X-RateLimit-Reset` (Unix seconds) for the per-minute window. On `429` the body is `error: "RATE_LIMIT_EXCEEDED"` (either window) with a `Retry-After` header (seconds) — clients should retry after it. A separate `429` with `error: "MONTHLY_LIMIT_REACHED"` means the plan's monthly transaction quota (not the request rate).

Go to Download


carono/yii2-phone-helper

0 Favers
3 Downloads

A helper for clearing a phone number and forming a string by mask

Go to Download


tarohida/php-types

0 Favers
79 Downloads

PHP types to extend primitives. Positive Number, Positive Number With zero, Not Empty String

Go to Download


plaisio-ts/helper-cast

0 Favers
1670 Downloads

PhpPlaisio (TypeScript): Safely cast mixed values to bool, number (float or integer), or string

Go to Download


service-to/base

0 Favers
162 Downloads

Library to convert integers to base62 strings, useful for shortURLs based on ID numbers in a database.

Go to Download


efrane/base-x

1 Favers
590 Downloads

Convert numbers to and from roman numeric strings.

Go to Download


someshwer/version-comparison

1 Favers
15 Downloads

This Laravel package compares two version strings and gives the Boolean result. This package also resolves version expressions like (($v > 1.24.0) && ($v < 1.25.1.0)) || ($v == 1.26 || $v == 1.27) where $v must be substituted with the version number to be compared. Hence the package can be used for version expressions evaluation.

Go to Download


konstantind/otus-flexible-float-parser

0 Favers
5 Downloads

Flexible Float Parser is a lightweight PHP package that converts numeric strings with either a comma or a dot as a decimal separator into a float. It supports negative numbers and values without a leading zero (e.g., .5 → 0.5).

Go to Download


<< Previous Next >>