Libraries tagged by URL-safe
olegf13/base64url
17 Downloads
Base64 encoder/decoder with URL safe alphabet (base64url).
northrook/hasher
19 Downloads
Crockford Base32 hashing utilities for short, URL-safe identifiers, checksums, and time-sortable prefixes
mindplay/payload
25 Downloads
Encode and decode small data-payloads using filename and URL-safe characters
kryuu-common/base64-url
6 Downloads
This is a simple library for encoding and decoding Base64Url, the basis of this is that the Base64 is not URL safe due to the characters `+`, `/` and `=`, so this encode replaces these characters with `=` to ``, `+` to `-` and `/` to `_` for the purpose of using it in the URL
hanbitgaram/unique-id
16 Downloads
Generates a unique, non-overlapping 14-character ID that is URL-safe.
gogh-idawoodjee/shortcode
3 Downloads
Encode integers and UUIDs to short, URL-safe Base62 strings and back.
atk14/packer
362 Downloads
Converts any PHP variable into a URL-safe string with HMAC signing, optional AES-256-CBC encryption, and optional gzip compression.
ondram/shortuuid-php55
3864 Downloads
PHP 5.5 compatible fork of library that generates concise, unambiguous, URL-safe UUIDs
weijiajia/tencent-url-detection
12 Downloads
A PHP library to detect URL safety using Tencent URL security API, with support for multiple captcha solving services.
fyrst/shopware-cd
178 Downloads
Thin Packagist library for fyrst.dev Shopware continuous deploy. Provides fyrst:sales-channel:rewrite-urls (sales_channel_domain.url after a non-live DB restore). Overlay files (CI, deploy Compose, .env.example) ship in overlay/ for Symfony Flex copy-from-package. The Flex recipe (fyrst-dev/recipes) is metadata only. Operators use fyrst-cli 0.1.0+ only. Dump stays shopware-cli. Root compose.yaml, .gitignore, and .shopware-project.yml / .yaml are owned by shopware-cli. Image builds use docker/Dockerfile from shopware/docker. Not a Shopware installation.