{ "name": "axenov/atol-online", "description": "Библиотека для работы с API АТОЛ Онлайн (облачные ККТ для приёма платежей по 54-ФЗ)", "license": "MIT", "type": "library", "keywords": [ "api", "e-commerce", "54-fz", "54-фз", "kkt", "ккт", "cash", "cash register", "payment", "payment system", "atol", "атол", "atol online", "атол онлайн", "fiscalization", "фискализация", "чек" ], "homepage": "https://github.com/anthonyaxenov/atol-online", "readme": "https://github.com/anthonyaxenov/atol-online/blob/master/README.md", "authors": [ { "name": "Anthony Axenov", "homepage": "https://axenov.dev", "email": "anthonyaxenov@gmail.com" } ], "support": { "rss": "https://github.com/anthonyaxenov/atol-online/discussions/categories/announcements", "chat": "https://github.com/anthonyaxenov/atol-online/discussions", "source": "https://github.com/anthonyaxenov/atol-online", "issues": "https://github.com/anthonyaxenov/atol-online/issues", "docs": "https://github.com/anthonyaxenov/atol-online/blob/master/docs/readme.md" }, "funding": [ { "type": "Patreon", "url": "https://www.patreon.com/anthonyaxenov" }, { "type": "Yoomoney", "url": "https://yoomoney.ru/to/41001685237530" } ], "require": { "php": ">=8.0", "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^7.4", "psr/log": "^3", "ramsey/uuid": "^4.2", "myclabs/php-enum": "^1.8", "illuminate/collections": "^8.70", "jetbrains/phpstorm-attributes": "^1.0" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "AtolOnline\\": "src/" } }, "autoload-dev": { "classmap": [ "tests/" ] }, "scripts": { "test": "vendor/bin/phpunit --colors=always", "coverage": "php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-html .coverage" }, "config": { "optimize-autoloader": true, "sort-packages": true } }