Download the PHP package tiny-blocks/encoder without Composer
On this page you can find all versions of the php package tiny-blocks/encoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tiny-blocks/encoder
More information about tiny-blocks/encoder
Files in tiny-blocks/encoder
Download tiny-blocks/encoder
More information about tiny-blocks/encoder
Files in tiny-blocks/encoder
Vendor tiny-blocks
Package encoder
Short Description Encoder and decoder for arbitrary data.
License MIT
Homepage https://github.com/tiny-blocks/encoder
Package encoder
Short Description Encoder and decoder for arbitrary data.
License MIT
Homepage https://github.com/tiny-blocks/encoder
Please rate this library. Is it a good library?
Informations about the package encoder
Encoder
- Overview
- Installation
- How to use
- License
- Contributing
Overview
Encoder and decoder for arbitrary data.
Installation
How to use
The library provides concrete implementations of the Encoder
interface, enabling encoding and decoding of data into
specific formats like Base62.
Using Base62
To encode a value into Base62 format:
To decode a Base62-encoded value back to its original form:
If you attempt to decode an invalid Base62 value, an InvalidDecoding
exception will be thrown:
License
Encoder is licensed under MIT.
Contributing
Please follow the contributing guidelines to contribute to the project.
All versions of encoder with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-gmp Version *
ext-gmp Version *
The package tiny-blocks/encoder contains the following files
Loading the files please wait ....