Hashids Versions Save

A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.

5.0.2

1 year ago
  • Updated PHPDoc types

5.0.1

1 year ago
  • Updated PHPDoc types for encode method

5.0.0

1 year ago
  • Added property type declarations
  • Replaced HashidsException with InvalidArgumentException
  • Removed PHP 7 and 8.0 support
  • Renamed Bc class to BCMath

4.1.0

3 years ago
  • Added PHP 8.0 support

4.0.0

5 years ago
  • Added UTF-8 support (thanks @bonfante)
  • Removed PHP 7.1 support

3.0.0

6 years ago
  • Added BC and GMP math classes (thanks @jwpage)
  • Update and optimize alphabet shuffling (thanks @jwpage)
  • Removed PHP 5.0 support (#107)

2.0.4

6 years ago
  • Remove ext-bcmath requirement (#91)

2.0.3

7 years ago
  • Implemented unhash using Horner's method (thanks @jkramarz)

2.0.2

7 years ago
  • Fix bug related to bc math accuracy (thanks @jkramarz)

2.0.1

7 years ago
  • Fix bug related to big numbers (thanks @jkramarz)