![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/demo.cartinsight.co/vendor/hashids/hashids/ |
{ "name": "hashids/hashids", "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers", "license": "MIT", "keywords": [ "bitly", "decode", "encode", "hash", "hashid", "hashids", "ids", "obfuscate", "youtube" ], "authors": [ { "name": "Ivan Akimov", "email": "[email protected]" }, { "name": "Vincent Klaiber", "email": "[email protected]" } ], "homepage": "https://hashids.org/php", "require": { "php": "^8.1", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "suggest": { "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).", "ext-gmp": "Required to use GNU multiple precision mathematics (*)." }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Hashids\\": "src/" } }, "autoload-dev": { "psr-4": { "Hashids\\Tests\\": "tests/" } }, "config": { "preferred-install": "dist" }, "extra": { "branch-alias": { "dev-master": "5.0-dev" } } }