This package is a library for encoding and decoding IDs and strings with customizable configurations.
It supports standalone usage in any PHP project and seamless Laravel integration via service containers, dependency injection, or facades.
The package leverages Base62 encoding by default but allows the creation of custom base encoders through a flexible factory design.
With its configuration system, you can define prime-number-based mappings for obfuscated encoding.
Whether you're handling unique ID generation or reversible data encoding, this package is lightweight, extensible, and developer-friendly. |