spomky-labs / base64url
Base 64 URL Safe Encoding/Decoding PHP Library
Installs: 28 349 641
Dependents: 51
Suggesters: 0
Security: 0
Stars: 152
Watchers: 6
Forks: 15
Open Issues: 0
Requires
- php: >=7.1
Requires (Dev)
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.11|^0.12
- phpstan/phpstan-beberlei-assert: ^0.11|^0.12
- phpstan/phpstan-deprecation-rules: ^0.11|^0.12
- phpstan/phpstan-phpunit: ^0.11|^0.12
- phpstan/phpstan-strict-rules: ^0.11|^0.12
README
This library aims to provide a fast Base64 URL Safe encoder/decoder as described by the RFC 4648.
The Release Process
The release process is described here.
Prerequisites
This library needs at least PHP 7.1
.
It has been successfully tested using PHP 7.1
, PHP 7.2
, PHP 7.3
, PHP 7.4
and nightly
.
Installation
The preferred way to install this library is to rely on Composer:
composer require "spomky-labs/base64url"
How to use
Take a look at How to use to use this library.
Support
I bring solutions to your problems and answer your questions.
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of 🍻 or more!
Contributing
Requests for new features, bug fixed and all other ideas to make this library useful are welcome. Please follow these best practices.
Licence
This software is release under MIT licence.