PHPackages                             bolid1/php-api-client-amocrm - 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. bolid1/php-api-client-amocrm

AbandonedArchivedLibrary[API Development](/categories/api)

bolid1/php-api-client-amocrm
============================

Client for amoCRM API

0.6.1(8y ago)05391MITPHPPHP &gt;=5.6.25

Since Jun 27Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Bolid1/php-api-client-amocrm)[ Packagist](https://packagist.org/packages/bolid1/php-api-client-amocrm)[ Docs](https://github.com/Bolid1/php-api-client-amocrm)[ RSS](/packages/bolid1-php-api-client-amocrm/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (5)Versions (8)Used By (0)

PHP client for API amoCRM
=========================

[](#php-client-for-api-amocrm)

Simple in usage PHP client for [amoCRM](https://amocrm.com/)

### Status

[](#status)

[![Build Status](https://camo.githubusercontent.com/1ef77b9fefa7fcf90511a8c7191c08f4d2df68f4ebfc35aae1acc96b73573f8f/68747470733a2f2f7472617669732d63692e6f72672f426f6c6964312f7068702d6170692d636c69656e742d616d6f63726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Bolid1/php-api-client-amocrm)[![Coverage Status](https://camo.githubusercontent.com/1ffe583922e66ca71ffd4426b547b93688f7fce1aa3ac08cc044899f64c483d9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f426f6c6964312f7068702d6170692d636c69656e742d616d6f63726d2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Bolid1/php-api-client-amocrm?branch=master)

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

[](#installation)

The suggested installation method is via [composer](https://getcomposer.org/):

```
php composer.phar require "bolid1/php-api-client-amocrm"
```

Usage
-----

[](#usage)

Create lead with *\\amoCRM\\Entities\\Elements\\Lead* class:

```
$lead = new \amoCRM\Entities\Elements\Lead;
$lead->setName('My new lead');
```

Init requester via *\\amoCRM\\RequesterFactory*::**make** method:

```
$requester = \amoCRM\RequesterFactory::make('subdoma', 'email@example.com', 'secret_key');
```

Create *\\amoCRM\\Entities\\LeadsRequester* object and send lead info to amoCRM

```
$leads_requester = new \amoCRM\Entities\LeadsRequester($requester);
$created_leads = $leads_requester->add([$lead->toAmo()]);
if (!empty($created_leads[0]['id'])) {
    $lead->setId($created_leads[0]['id']);
}
```

### License

[](#license)

PHP client for API amoCRM is MIT license

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.1% 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 ~2 days

Total

7

Last Release

3277d ago

PHP version history (2 changes)0.3.0PHP &gt;=5.5.0

0.4.0PHP &gt;=5.6.25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5942653?v=4)[Valery](/maintainers/Bolid1)[@Bolid1](https://github.com/Bolid1)

---

Top Contributors

[![Bolid1](https://avatars.githubusercontent.com/u/5942653?v=4)](https://github.com/Bolid1 "Bolid1 (52 commits)")[![SerRashin](https://avatars.githubusercontent.com/u/1972925?v=4)](https://github.com/SerRashin "SerRashin (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bolid1-php-api-client-amocrm/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M952](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k37](/packages/neuron-core-neuron-ai)[avalara/avataxclient

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

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1933.1k4](/packages/aimeos-prisma)

PHPackages © 2026

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