PHPackages                             qeep-pro/qeep-api-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. qeep-pro/qeep-api-client

ActiveLibrary[API Development](/categories/api)

qeep-pro/qeep-api-client
========================

Client for QEEP-Pro API

v1.0.1(2mo ago)5849↓100%2[3 PRs](https://github.com/QEEP-Pro/QEEPApiClient/pulls)MITPHPPHP &gt;=7.4CI passing

Since Dec 11Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/QEEP-Pro/QEEPApiClient)[ Packagist](https://packagist.org/packages/qeep-pro/qeep-api-client)[ RSS](/packages/qeep-pro-qeep-api-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (8)Versions (90)Used By (0)

[![Packagist](https://camo.githubusercontent.com/2b5afdf4b59063ba2398ae8bd1a7835b059ed2a12d5938790128953105e88c30/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f716565702d70726f2f716565702d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/qeep-pro/qeep-api-client)[![Build Status](https://camo.githubusercontent.com/ef61988abc2502a89fe1c82b566fd1c87e8bb81d0722622d19eeeda0b628c410/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f514545502d50726f2f51454550417069436c69656e742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/QEEP-Pro/QEEPApiClient)[![GitHub license](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/QEEP-Pro/QEEPApiClient/master/LICENSE)

QEEP Api Client
===============

[](#qeep-api-client)

`composer require qeep-pro/qeep-api-client`

If you use Symfony, add this text in services.yaml:

```
# for auto writing as arguments in subscribers
QEEP\QEEPApiClient\ApiClient:
    alias: qeep.api-client

qeep.api-client:
    class: QEEP\QEEPApiClient\ApiClient
    arguments:
        $clientId:     '%env(QEEP_CLIENT_ID)%'
        $clientSecret: '%env(QEEP_SECRET_KEY_ID)%'
        $crmUrl:       '%env(QEEP_CRM_URL)%'
        $salesChannel: '%env(QEEP_SALES_CHANNEL)%'
        $imageUrl:     '%env(QEEP_IMAGE_URL)%'
    public:     true

```

For APIv2 client:

```
# for auto writing as arguments in subscribers
QEEP\QEEPApiClient\V2\ApiClient:
    alias: qeep.api-v2-client

qeep.api-v2-client:
    class: QEEP\QEEPApiClient\V2\ApiClient
    arguments:
        $clientId:     '%env(QEEP_CLIENT_ID)%'
        $clientSecret: '%env(QEEP_SECRET_KEY_ID)%'
        $crmUrl:       '%env(QEEP_CRM_URL)%'
        $salesChannel: '%env(QEEP_SALES_CHANNEL)%'
        $imageUrl:     '%env(QEEP_IMAGE_URL)%'
    public:     true

```

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance83

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~46 days

Recently: every ~65 days

Total

65

Last Release

88d ago

Major Versions

v0.1.24 → v1.0.02025-12-07

PHP version history (2 changes)v0.0.1PHP &gt;=7.1

v1.0.0PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/2aadb514ca119fe334b662015eb7311a220b579e42844d50a469ecd8369eb45e?d=identicon)[sivolobov](/maintainers/sivolobov)

---

Top Contributors

[![igorkamyshev](https://avatars.githubusercontent.com/u/26767722?v=4)](https://github.com/igorkamyshev "igorkamyshev (57 commits)")[![sivolobov](https://avatars.githubusercontent.com/u/1647174?v=4)](https://github.com/sivolobov "sivolobov (29 commits)")[![nzhludko](https://avatars.githubusercontent.com/u/34764134?v=4)](https://github.com/nzhludko "nzhludko (18 commits)")[![dkon70](https://avatars.githubusercontent.com/u/118885666?v=4)](https://github.com/dkon70 "dkon70 (12 commits)")[![KulEugene](https://avatars.githubusercontent.com/u/24940770?v=4)](https://github.com/KulEugene "KulEugene (10 commits)")[![c0dy-97](https://avatars.githubusercontent.com/u/36724894?v=4)](https://github.com/c0dy-97 "c0dy-97 (7 commits)")[![crazymidnight](https://avatars.githubusercontent.com/u/20120312?v=4)](https://github.com/crazymidnight "crazymidnight (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![hikkarinyo](https://avatars.githubusercontent.com/u/82324190?v=4)](https://github.com/hikkarinyo "hikkarinyo (1 commits)")

---

Tags

apiclient

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/qeep-pro-qeep-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/qeep-pro-qeep-api-client/health.svg)](https://phpackages.com/packages/qeep-pro-qeep-api-client)
```

###  Alternatives

[api-platform/symfony

Symfony API Platform integration

323.2M67](/packages/api-platform-symfony)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

27558.7k3](/packages/apigee-apigee-client-php)[api-platform/serializer

API Platform core Serializer

223.4M31](/packages/api-platform-serializer)[webit/w-firma-api

wFirma.pl API

1820.2k](/packages/webit-w-firma-api)[bornfight/erste-bank-client

Client written in PHP for Erste Bank API

106.1k](/packages/bornfight-erste-bank-client)

PHPackages © 2026

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