christian-riesen/base32
RFC 4648-compliant Base32 encoder/decoder for PHP (7.2+). Simple static API to encode/decode strings, passes official test vectors, and includes unit tests. Also supports the extended Base32Hex alphabet via Base32Hex.
A bug snuck in and could lead to some unwanted results. If you build on this library, please require at a minimum ^1.6 in your project to avoid ever getting the wrong version. Thank you to @afk11 for the quick fix, and everyone who reported it for their information.
The new algo caused issues on certain inputs, and this fixes it.
With lots of cleanups the gitattributes didn't get updated and so some new extra files could have been checked out where not needed. This cleans that up. Thank you @reedy for this contribution!
Thanks to @samuelwilliams for the contribution. Now the libnrary is even faster and supports the extended hex alphabet (also part of the RFC, but less frequently used).
Some long overdue upgrades were done. Should function exactly the same as the previous version, just now it's minimum requirements is PHP 7.2. Testing is also done on 7.2, and from 7.3 on with a newer phpunit version. Also the library is being tested with PHP 8 now, so you can use it with that as well.
Will skip files being exported when installed via composer that are not needed like tests etc.
Thank you to @reedy for the pull request.
Thanks to @nickshanks for a speed up of the code execution.
This version is about 15% faster than the previous one.
Thanks to @fbonzon for the contribution!
Still passes all tests, thanks to @lucasmichot for the pull requests!
This release contains one bugfix and changes to composer. By the time of this release, everyone should be able to handle PSR4 now.
How can I help you explore Laravel packages today?