{ "name": "axenov/atol-online", "description": "Library to use cloud cash register in e-commerce according to Russian Federal Law #54", "license": "MIT", "type": "library", "keywords": [ "54-fz", "54-фз", "kkt", "ккт", "e-commerce", "cash", "cash register", "payment", "payment system", "atol", "атол", "atol-online", "атол онлайн" ], "homepage": "https://github.com/anthonyaxenov/atol-online", "readme": "https://github.com/anthonyaxenov/atol-online/blob/master/README.md", "authors": [ { "name": "Anthony Axenov", "homepage": "http://anthonyaxenov.ru", "email": "anthonyaxenov@gmail.com" } ], "support": { "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": "Yoomoney", "url": "https://yoomoney.ru/to/41001685237530" } ], "require": { "php": ">=7.4", "ext-json": "*", "guzzlehttp/guzzle": "^6.5", "psr/log": "^1.1", "ramsey/uuid": "^3.9" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "autoload": { "classmap": [ "src/AtolOnline/Api/", "src/AtolOnline/Exceptions/", "src/AtolOnline/Entities/", "src/AtolOnline/Traits/", "src/AtolOnline/Constants/", "tests/" ], "files": [ "src/helpers.php" ] } }