PHPackages                             retailcrm/atol-online-client - 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. [API Development](/categories/api)
4. /
5. retailcrm/atol-online-client

ActiveLibrary[API Development](/categories/api)

retailcrm/atol-online-client
============================

PHP API client for ATOL Online

3.7.0(8mo ago)7706.7k↑14.1%6[1 issues](https://github.com/retailcrm/atol-online-client/issues)proprietaryPHPPHP &gt;=7.2

Since Jun 22Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/retailcrm/atol-online-client)[ Packagist](https://packagist.org/packages/retailcrm/atol-online-client)[ RSS](/packages/retailcrm-atol-online-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (29)Used By (0)

[![Build Status](https://camo.githubusercontent.com/03bedd31c25028f1737c7bb60a2a021e92325094a8317df04b71838226b9d7da/68747470733a2f2f6170702e7472617669732d63692e636f6d2f72657461696c63726d2f61746f6c2d6f6e6c696e652d636c69656e742e7376673f6272616e63683d6d6173746572)](https://app.travis-ci.com/retailcrm/atol-online-client)[![Latest stable](https://camo.githubusercontent.com/72b0cdaec209f03fbdda0188de93fe28cd3c8a5f43f1f555a33a34425ca8281a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72657461696c63726d2f61746f6c2d6f6e6c696e652d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/retailcrm/atol-online-client)

API-клиент для АТОЛ.Онлайн
==========================

[](#api-клиент-для-атолонлайн)

API-клиент на PHP для сервиса онлайн-фискализации платежей АТОЛ.Онлайн

Требования
----------

[](#требования)

- PHP 7.2 и выше
- PHP extension cURL

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

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

```
$atol = new \AtolOnlineClient\AtolOnline();

$connection = new \AtolOnlineClient\Configuration\Connection();
$connection->version = \AtolOnlineClient\AtolOnlineApi::API_VERSION_V4;
$connection->login = 'login';
$connection->pass = 'pass';
$connection->group = 'group';

$config = new \AtolOnlineClient\Configuration();
$config->connections = [$connection];

$client = new \Guzzle\Http\Client();

$api = $atol->createApi($client, $connection);

// $api->setLogger(...);
// $api->setCache(...);

// собираем объект запроса
$request = new \AtolOnlineClient\Request\V4\PaymentReceiptRequest();
$paymentReceiptRequest = $atol->serializeOperationRequest($request);

$response = $atol->getApi()->sell($paymentReceiptRequest);

if ($response) {
    $postOperationResponse = $atol->deserializeOperationResponse($response);
}
```

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance57

Moderate activity, may be stable

Popularity45

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 66% 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 ~101 days

Recently: every ~275 days

Total

27

Last Release

251d ago

Major Versions

1.0.14 → 2.0.02019-07-24

2.0.2 → 3.0.02019-08-22

PHP version history (2 changes)1.0.0PHP &gt;=7.1

3.1.0PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

[![addfs](https://avatars.githubusercontent.com/u/184040?v=4)](https://github.com/addfs "addfs (35 commits)")[![muxx](https://avatars.githubusercontent.com/u/461614?v=4)](https://github.com/muxx "muxx (8 commits)")[![vragovR](https://avatars.githubusercontent.com/u/2576829?v=4)](https://github.com/vragovR "vragovR (4 commits)")[![raulleo](https://avatars.githubusercontent.com/u/5909355?v=4)](https://github.com/raulleo "raulleo (3 commits)")[![linniksa](https://avatars.githubusercontent.com/u/424343?v=4)](https://github.com/linniksa "linniksa (1 commits)")[![blackbjorn](https://avatars.githubusercontent.com/u/880896?v=4)](https://github.com/blackbjorn "blackbjorn (1 commits)")[![CrazyProgg](https://avatars.githubusercontent.com/u/7059744?v=4)](https://github.com/CrazyProgg "CrazyProgg (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

517.9M7](/packages/avalara-avataxclient)[alexacrm/dynamics-webapi-toolkit

Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM

81324.1k1](/packages/alexacrm-dynamics-webapi-toolkit)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)

PHPackages © 2026

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