Version 2.1.0
Previous tag was a false alarm. This is the real deal.
This library is now type-safe. Encoding functions (e.g. Base64::decode()
) will always return a string
or throw a RangeException
. They will never return false
.
Furthermore, type safety is assured with Psalm.