kennedytedesco / hashids-wrapper
Just a simple wrapper to Hashids.
Installs: 4 980
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
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.