Server IP : 184.154.167.98 / Your IP : 18.189.185.6 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/tampico1900/3rdparty/spomky-labs/cbor-php/ |
Upload File : |
{ "name": "spomky-labs/cbor-php", "type": "library", "license": "MIT", "keywords": ["CBOR", "Concise Binary Object Representation", "RFC7049"], "description": "CBOR Encoder/Decoder for PHP", "authors": [ { "name": "Florent Morselli", "homepage": "https://github.com/Spomky" },{ "name": "All contributors", "homepage": "https://github.com/Spomky-Labs/cbor-php/contributors" } ], "autoload": { "psr-4": { "CBOR\\": "src/" } }, "autoload-dev": { "psr-4": { "CBOR\\Test\\": "tests/" } }, "require": { "php": ">=7.3", "brick/math": "^0.8.15|^0.9.0" }, "require-dev": { "phpstan/phpstan": "^0.12", "phpstan/phpstan-beberlei-assert": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12" }, "suggest": { "ext-gmp": "GMP or BCMath extensions will drastically improve the library performance", "ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags" } }