rofflexor/atol-sdk-api-v5

Atol.online SDK Version 5

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/rofflexor/atol-sdk-api-v5

1.0.8 2025-10-01 20:27 UTC

This package is not auto-updated.

Last update: 2025-10-30 12:44:23 UTC


README

Install

The project involves installation using composer

composer require telegins/atol-sdk-api-v5

Tests

PHPUnit is required for the tests to work, to install it, you need to run the command

composer require phpunit/phpunit

In order to run the integration tests, you need to copy the file tests/integration/MerchantSettings.php.sample as tests/integration/MerchantSettings.php Execute the command from the root of the project

vendor/bin/phpunit vendor/payprocessing/atol-online/tests/integration

Examples

You can find examples here tests/integration