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

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cloudloyalty/amocrm-client
==========================

AmoCRM PHP HTTP client library

v1.0.3(2y ago)13.9k2MITPHPPHP &gt;=7.1

Since Apr 27Pushed 2y ago2 watchersCompare

[ Source](https://github.com/cloudloyalty/amocrm-client)[ Packagist](https://packagist.org/packages/cloudloyalty/amocrm-client)[ RSS](/packages/cloudloyalty-amocrm-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (3)Versions (5)Used By (0)

amocrm-client
=============

[](#amocrm-client)

PHP client for AmoCRM API

Usage example:

```
$client = new Client(
    $config['amocrm_subdomain'],
    $config['amocrm_login'],
    $config['amocrm_api_key']
);

$data = $client->createUnsortedForm()
    ->setSourceName('ourdomain.com')
    ->setSourceUid(date('YmdHis'))
    ->setFormId($formId)
    ->setFormPage('New request')
    ->setIp($clientIp)
    ->setServiceCode('wtf')
    ->setFormName($formName)
    ->setReferer($clientReferer)
    ->addIncomingContact(
        $client->createContact()
            ->setName($clientName)
            ->addCustomField(
                $client->createCustomField($config['amocrm_phone_id'])
                    ->addValue($clientPhone, $config['amocrm_phone_enum'])
            )
    )
    ->addIncomingLead(
        $client->createLead()
            ->setName('New request from ' . $clientName)
    );

// send data to server
$client->persist($data);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~565 days

Total

4

Last Release

878d ago

PHP version history (2 changes)v1.0PHP &gt;=7.0

v1.0.1PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1804178?v=4)[Denis Girko](/maintainers/luza)[@luza](https://github.com/luza)

---

Top Contributors

[![HaiD84](https://avatars.githubusercontent.com/u/2562280?v=4)](https://github.com/HaiD84 "HaiD84 (2 commits)")[![luza](https://avatars.githubusercontent.com/u/1804178?v=4)](https://github.com/luza "luza (2 commits)")

---

Tags

amocrmapi-clienthttpclientresthttp clientweb serviceamoCRM

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cloudloyalty-amocrm-client/health.svg)

```
[![Health](https://phpackages.com/badges/cloudloyalty-amocrm-client/health.svg)](https://phpackages.com/packages/cloudloyalty-amocrm-client)
```

###  Alternatives

[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

45912.1M55](/packages/eightpoints-guzzle-bundle)[zoonman/pixabay-php-api

PixabayClient is a PHP HTTP client library to access Pixabay's API

3354.7k](/packages/zoonman-pixabay-php-api)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[slimpay/hapiclient

An HTTP Client using HAL as the format for resources.

14317.3k](/packages/slimpay-hapiclient)

PHPackages © 2026

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