dakujem / sqids-legacy-backport
Backport of sqids/sqids for PHP 7.4 and PHP 8.0
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 14
pkg:composer/dakujem/sqids-legacy-backport
Requires
- php: ^7.4 || ^8.0
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^9.6
Suggests
- ext-bcmath: Required to use BC Math arbitrary precision mathematics (*).
- ext-gmp: Required to use GNU multiple precision mathematics (*).
Replaces
- sqids/sqids: 0.5.0
This package is auto-updated.
Last update: 2025-10-03 19:23:27 UTC
README
💿
composer require dakujem/sqids-legacy-backport
This is a trivial backport of the original package sqids/sqids for PHP 7.4 and PHP 8.0 only.
Documentation
Please refer to the documentation of the original package: 👉 sqids/sqids 👈
Migration to PHP 8.1+
After updating your project to a version supported by the original sqids/sqids
,
change your project requirement from dakujem/sqids-legacy-backport
to sqids/sqids
.
That should be it.
Compatibility
This backport is based on the same tag of sqids/sqids
it is released under.
PHP 8 features (most notably constructor property promotion) have been removed or replaced.