Download the PHP package edgaras/custombase64 without Composer
On this page you can find all versions of the php package edgaras/custombase64. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download edgaras/custombase64
More information about edgaras/custombase64
Files in edgaras/custombase64
Download edgaras/custombase64
More information about edgaras/custombase64
Files in edgaras/custombase64
Vendor edgaras
Package custombase64
Short Description A PHP package for customizable Base64 encoding and decoding with support for custom character sets and optional reversed output.
License MIT
Homepage https://github.com/Edgaras7/CustomBase64
Package custombase64
Short Description A PHP package for customizable Base64 encoding and decoding with support for custom character sets and optional reversed output.
License MIT
Homepage https://github.com/Edgaras7/CustomBase64
Please rate this library. Is it a good library?
Informations about the package custombase64
Custom Base 64
A PHP package for customizable Base64 encoding and decoding with support for custom character sets and optional reversed output.
Features
- Customizable Base64 character sets.
- Optional reversed output for encoding/decoding.
Requirements
PHP 8+
Installation
-
Use the library via Composer:
- Include the Composer autoloader:
Usage
1. Initialization
You can initialize the CustomBase64
class with optional parameters:
2. Encoding data
Use the encode
method to convert data into custom Base64 format:
3. Decoding Data
Decode Base64-encoded strings back to their original form using the decode
method:
All versions of custombase64 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0.0
The package edgaras/custombase64 contains the following files
Loading the files please wait ....