kennedytedesco / hashids-wrapper
This package is abandoned and no longer maintained.
No replacement package was suggested.
Just a simple wrapper to Hashids.
v5.1
2020-11-28 14:30 UTC
Requires
- php: ^7.2|^8.0
- hashids/hashids: ^4.1
Requires (Dev)
- phpunit/phpunit: ^9.4
README
Just a simple wrapper. Hashids is just a obfuscator, not a hashing algorithm or a cryptographic library. If you need to secure sensitive data, Hashids cannot helps you. Don't' use it if it doesn't fit your needs.
See tests for examples.