Server IP : 51.89.169.208 / Your IP : 18.118.104.28 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/phpMyAdmin/vendor/spomky-labs/base64url/ |
Upload File : |
{ "name": "spomky-labs/base64url", "description": "Base 64 URL Safe Encoding/Decoding PHP Library", "type": "library", "license": "MIT", "keywords": ["Base64", "URL", "Safe", "RFC4648"], "homepage": "https://github.com/Spomky-Labs/base64url", "authors": [ { "name": "Florent Morselli", "homepage": "https://github.com/Spomky-Labs/base64url/contributors" } ], "autoload": { "psr-4": { "Base64Url\\": "src/" } }, "autoload-dev": { "psr-4": { "Base64Url\\Test\\": "tests/" } }, "require": { "php": ">=7.1" }, "require-dev": { "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.11|^0.12", "phpstan/phpstan-beberlei-assert": "^0.11|^0.12", "phpstan/phpstan-deprecation-rules": "^0.11|^0.12", "phpstan/phpstan-phpunit": "^0.11|^0.12", "phpstan/phpstan-strict-rules": "^0.11|^0.12" } }