PHPackages                             payprocessing/atol-online - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. payprocessing/atol-online

Abandoned → [payprocessing/atol-sdk-api-v4](/?search=payprocessing%2Fatol-sdk-api-v4)Library[Payment Processing](/categories/payments)

payprocessing/atol-online
=========================

Atol.online SDK

v1.0.5(7y ago)156.1k↓93.3%7PHPPHP &gt;=5.3

Since Jul 21Pushed 7y ago6 watchersCompare

[ Source](https://github.com/Platron/atol.online)[ Packagist](https://packagist.org/packages/payprocessing/atol-online)[ RSS](/packages/payprocessing-atol-online/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Platron Atol SDK
================

[](#platron-atol-sdk)

Установка
---------

[](#установка)

Проект предполагает установку с использованием composer

```
composer require payprocessing/atol-online
```

Тесты
-----

[](#тесты)

Для работы тестов необходим PHPUnit, для его установки необходимо выполнить команду

```
composer require phpunit/phpunit

```

Для того, чтобы запустить интеграционные тесты нужно скопировать файл tests/integration/MerchantSettingsSample.php удалив из названия Sample и вставив настройки магазина. После выполнить команду из корня проекта

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

```

Примеры использования
---------------------

[](#примеры-использования)

### 1. Запрос токена

[](#1-запрос-токена)

```
$client = new Platron\Atol\clients\PostClient();

$tokenService = new Platron\Atol\services\GetTokenRequest('login', 'password');
$tokenResponse = new Platron\Atol\services\GetTokenResponse($client->sendRequest($tokenService));
```

### 2. Создание чека

[](#2-создание-чека)

```
$client = new Platron\Atol\clients\PostClient();
$receiptPosition = new Platron\Atol\data_objects\ReceiptPosition('Test product', 10.00, 2, Platron\Atol\data_objects\ReceiptPosition::TAX_VAT10);

$createDocumentService = (new Platron\Atol\services\CreateDocumentRequest('token'))
    ->addCustomerEmail('test@test.ru')
    ->addCustomerPhone('79268750000')
    ->addGroupCode('groupCode')
    ->addInn('inn')
    ->addMerchantAddress('paymentAddress')
    ->addOperationType(Platron\Atol\services\CreateDocumentRequest::OPERATION_TYPE_BUY)
    ->addPaymentType(Platron\Atol\services\CreateDocumentRequest::PAYMENT_TYPE_ELECTRON)
    ->addSno(Platron\Atol\services\CreateDocumentRequest::SNO_ESN)
    ->addExternalId('externalId')
    ->addReceiptPosition($receiptPosition);
$createDocumentResponse = new Platron\Atol\services\CreateDocumentResponse($client->sendRequest($createDocumentService));
```

### 3. Запрос статуса

[](#3-запрос-статуса)

```
$client = new Platron\Atol\clients\PostClient();
$getStatusService = new Platron\Atol\services\GetStatusRequest('groupCode', 'uuid', 'token');
$getStatusResponse = new Platron\Atol\services\GetStatusResponse($client->sendRequest($getStatusService));
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~116 days

Recently: every ~137 days

Total

6

Last Release

2688d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/caea96e8690a330baf5b14f979ee6c97f1173b9fd6ec2722a0d28ecc98cfa2a6?d=identicon)[cto](/maintainers/cto)

---

Top Contributors

[![lashnag](https://avatars.githubusercontent.com/u/5690099?v=4)](https://github.com/lashnag "lashnag (4 commits)")[![ERuban](https://avatars.githubusercontent.com/u/13186130?v=4)](https://github.com/ERuban "ERuban (1 commits)")[![gulkinnos](https://avatars.githubusercontent.com/u/38895063?v=4)](https://github.com/gulkinnos "gulkinnos (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/payprocessing-atol-online/health.svg)

```
[![Health](https://phpackages.com/badges/payprocessing-atol-online/health.svg)](https://phpackages.com/packages/payprocessing-atol-online)
```

###  Alternatives

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k869.4M8.8k](/packages/symfony-http-kernel)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k373.5M3.3k](/packages/symfony-cache)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[recurly/recurly-client

The PHP client library for the Recurly API

1736.6M9](/packages/recurly-recurly-client)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k51](/packages/ecotone-ecotone)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
