PHPackages                             anripuankare/atol-client-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. anripuankare/atol-client-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

anripuankare/atol-client-bundle
===============================

Symfony Bundle for integration with anripuankare/atol-client

1.2.4(4y ago)08MITPHPPHP ^7.2 || ^8.1

Since Nov 15Pushed 4y agoCompare

[ Source](https://github.com/anripuankare/atol-client-bundle)[ Packagist](https://packagist.org/packages/anripuankare/atol-client-bundle)[ RSS](/packages/anripuankare-atol-client-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (10)Versions (9)Used By (0)

ATOL PHP Client bundle
======================

[](#atol-php-client-bundle)

Bundle for

[![Build Status](https://camo.githubusercontent.com/4bd62e56a2debf822aef8ee2785e35de9d116ffaade1511f8b813feda0ec6eed/68747470733a2f2f7472617669732d63692e6f72672f6c616d6f64612f61746f6c2d636c69656e742d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lamoda/atol-client-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/429cebe96025577e901ced13026decf572a390ba79ebff06a82930dca861af69/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c616d6f64612f61746f6c2d636c69656e742d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lamoda/atol-client-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/4378aaeb842f0375a319e10abf25da68bc76af3a4636c2c3123c7a998fd439aa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c616d6f64612f61746f6c2d636c69656e742d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lamoda/atol-client-bundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/8407e7399c835487ff45c4d4721727d9948b4d48095be4d4a0324475d50359f7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c616d6f64612f61746f6c2d636c69656e742d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lamoda/atol-client-bundle/build-status/master)

Installation
------------

[](#installation)

Usage is as simple as

1. Install library

    ```
    composer require anripuankare/atol-client-bundle
    ```
2. Register bundle and required JMS Serializer Bundle

    ```
    // Kernel

    public function registerBundles()
    {
    	// ...
    	$bundles[] = new \Lamoda\AtolClientBundle\AtolClientBundle();
    	$bundles[] = new \JMS\SerializerBundle\JMSSerializerBundle();
    	// ...
    }
    ```
3. Configure Guzzle client in `services.yaml`, for example:

    ```
    services:
    	guzzle:
    		class: \GuzzleHttp\Client
    ```
4. Configure Symfony to enable `validator` and `enable_annotations`:

    ```
    framework:
        validation:
            enabled: true
            enable_annotations: true
    ```
5. Add config for any clients you need:

    ```
    atol_client:
        clients:
            v3: # Version 3 of ATOL API. Currently deprecated and will not be supported by ATOL since 01.01.2019
                version: !php/const Lamoda\AtolClientBundle\AtolClientBundle::API_CLIENT_VERSION_3
                guzzle_client: guzzle # Link to the service that is guzzle
                guzzle_client_options: [] # Options for guzzle client (optional)
                base_url: 'http://atol_v3_url' # Base url of ATOL server
                callback_url: '' # Callback url for ATOL (see docs)

            default:
                version: !php/const Lamoda\AtolClientBundle\AtolClientBundle::API_CLIENT_VERSION_4
                guzzle_client: guzzle # Link to the service that is guzzle
                guzzle_client_options: [] # Options for guzzle client (optional)
                base_url: 'http://atol_v4_url' # Base url of ATOL server
    ```
6. Use `@atol_client.v4` to inject atol client as a dependency

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~174 days

Recently: every ~0 days

Total

8

Last Release

1515d ago

PHP version history (3 changes)1.0PHP ^7.1

1.0.1PHP ^7.2

1.2.0PHP ^7.2 || ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a7897f61c3dba61976b0daf23d6dfd648662071a9999c39ebb26411246f94eb?d=identicon)[anri\_puankare](/maintainers/anri_puankare)

---

Top Contributors

[![anripuankare](https://avatars.githubusercontent.com/u/101642591?v=4)](https://github.com/anripuankare "anripuankare (5 commits)")[![DmitriyMatvienko](https://avatars.githubusercontent.com/u/89983422?v=4)](https://github.com/DmitriyMatvienko "DmitriyMatvienko (2 commits)")[![medliii](https://avatars.githubusercontent.com/u/1991105?v=4)](https://github.com/medliii "medliii (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/anripuankare-atol-client-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M232](/packages/nelmio-api-doc-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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