telegins / atol-sdk-api-v5
Atol.online SDK Version 5
dev-master
2023-07-02 14:38 UTC
Requires
- php: >=5.5
- ext-curl: >=7.2
- myclabs/php-enum: ^1.6
- psr/log: ^1.0.2
Requires (Dev)
- phpunit/phpunit: >=5.7
This package is not auto-updated.
Last update: 2024-12-29 15:19:59 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