Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.133.123.140
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
yoomoney /
yookassa-sdk-php /
Delete
Unzip
Name
Size
Permission
Date
Action
docs
[ DIR ]
drwxrwxr-x
2023-01-19 06:56
lib
[ DIR ]
drwxrwxr-x
2023-01-19 06:56
tests
[ DIR ]
drwxrwxr-x
2023-01-19 06:56
.gitignore
75
B
-rw-rw-r--
2023-01-19 06:56
.travis.yml
637
B
-rw-rw-r--
2023-01-19 06:56
CHANGELOG.md
5.05
KB
-rw-rw-r--
2023-01-19 06:56
LICENSE.md
1.06
KB
-rw-rw-r--
2023-01-19 06:56
README.en.md
6.3
KB
-rw-rw-r--
2023-01-19 06:56
README.md
7.72
KB
-rw-rw-r--
2023-01-19 06:56
composer.json
1.74
KB
-rw-rw-r--
2023-01-19 06:56
phpdoc.xml
1.43
KB
-rw-rw-r--
2023-01-19 06:56
phpunit.xml.dist
842
B
-rw-rw-r--
2023-01-19 06:56
Save
Rename
{ "name": "yoomoney/yookassa-sdk-php", "description": "This is a developer tool for integration with YooMoney.", "type": "library", "license": "MIT", "homepage": "https://yookassa.ru/developers/api", "keywords": ["yoomoney", "yookassa", "payments", "api", "sdk"], "authors": [ { "name": "YooMoney", "email": "cms@yoomoney.ru" } ], "dist": { "type": "zip", "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F2.7.5&format=zip" }, "version": "2.7.5", "require": { "php": ">=5.3.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "psr/log": "^1.0" }, "require-dev": { "ext-xml": "*", "phpunit/phpunit": "^4.8.35 || ^5.7", "mockery/mockery": "^0.9.9" }, "scripts": { "test": [ "@phpunit", "@phpcbf", "@phpcs", "@phpmd" ], "ci": [ "@phplint", "@phpunit", "@phpcs", "@phpmd" ], "phplint": "vendor/bin/parallel-lint --exclude vendor/ --exclude .idea/ -e php,module,inc,install,profile,theme .", "phpunit": "vendor/bin/phpunit --configuration=phpunit.xml.dist", "phpcs": "vendor/bin/phpcs --ignore=vendor/,.idea/ --standard=phpcs.xml --extensions=php,module,inc,install,profile,theme,css,info,txt,md,yml --report=full .", "phpcbf": "vendor/bin/phpcbf --ignore=vendor/,.idea/ --standard=phpcs.xml --extensions=php,module,inc,install,profile,theme,css,info,txt,md,yml .", "phpmd": "vendor/bin/phpmd --exclude vendor/,.idea/ --suffixes php,module,inc,install,profile,theme . text phpmd.xml" }, "autoload": { "psr-4": { "YooKassa\\": "lib/" } }, "autoload-dev": { "psr-4": { "Tests\\YooKassa\\": "tests/" } } }