| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /home/devsafetybis/artem.dev.safetybis.com/vendor/binance/binance-connector-php/ |
| Current File : /home/devsafetybis/artem.dev.safetybis.com/vendor/binance/binance-connector-php/composer.json |
{
"name": "binance/binance-connector-php",
"description": "A thin layer for Binance API in PHP",
"homepage": "https://github.com/binance/binance-connector-php",
"type": "library",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Binance",
"email": "contact@binance.com"
}
],
"require": {
"php": ">=7.4.0",
"psr/log": "^1|^2|^3",
"guzzlehttp/guzzle": "^7.7",
"ratchet/pawl": "^0.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"2pd/guzzle-http-mock": "^4.0",
"friendsofphp/php-cs-fixer": "^3.0",
"phan/phan": "5.x"
},
"autoload": {
"psr-4": {
"Binance\\": "src/Binance/"
}
},
"autoload-dev": {
"psr-4": {
"Binance\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit",
"test-coverage": "XDEBUG_MODE=coverage phpunit --coverage-html=build/artifacts/coverage",
"lint-check": "php-cs-fixer fix --using-cache=no --stop-on-violation --config=.php-cs-fixer.php -v .",
"lint-fix": "php-cs-fixer fix --using-cache=no --config=.php-cs-fixer.php -v .",
"analyze": "phan --allow-polyfill-parser"
}
}