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

ActiveLibrary[API Development](/categories/api)

uchi-pro/api-client
===================

Клиент для работы с API СДО Uchi.pro.

4.8.0(4mo ago)52.3k1MITPHPPHP &gt;=8.2CI failing

Since Sep 26Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/uchi-pro/api-client-php)[ Packagist](https://packagist.org/packages/uchi-pro/api-client)[ RSS](/packages/uchi-pro-api-client/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (126)Used By (0)

Клиент для работы с API СДО Uchi.pro
====================================

[](#клиент-для-работы-с-api-сдо-uchipro)

Полное описание API можно посмотреть [здесь](https://demo.uchi.pro/docs/api.html "Описание HTTP-API СДО UCHI.PRO v4")

Установка
---------

[](#установка)

```
$ composer require uchi-pro/api-client
```

Быстрый старт
-------------

[](#быстрый-старт)

```
use UchiPro\ApiClient;
use UchiPro\Identity;
use UchiPro\Orders\Status;

$apiClient = ApiClient::create(Identity::createByLogin('UCHIPRO_URL', 'UCHIPRO_LOGIN', 'UCHIPRO_PASSWORD'));

$currentUser = $apiClient->users()->getMe();
print 'Меня зовут: '.$currentUser->name.PHP_EOL;

$courses = $apiClient->courses()->findBy();
print 'Найдено курсов: '.count($courses).PHP_EOL;

$ordersApi = $apiClient->orders();
$ordersCriteria = $ordersApi->newCriteria();
$ordersCriteria->status = Status::createTraining();
$orders = $ordersApi->findBy($ordersCriteria);
print 'Заявок в статусе обучения: '.count($orders).PHP_EOL;
```

Больше примеров в каталоге *examples*.

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance77

Regular maintenance activity

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 89.6% 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 ~19 days

Recently: every ~42 days

Total

124

Last Release

124d ago

Major Versions

3.16.0 → 4.2.02025-01-27

3.19.0 → 4.4.02025-04-04

3.20.0 → 4.5.02025-06-11

3.21.0 → 4.6.02025-09-17

3.22.0 → 4.7.02025-09-24

PHP version history (3 changes)1.0.0-alphaPHP &gt;=7.0

2.0.0PHP &gt;=7.3

4.0.0PHP &gt;=8.2

### Community

Maintainers

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

---

Top Contributors

[![agl7r](https://avatars.githubusercontent.com/u/773350?v=4)](https://github.com/agl7r "agl7r (43 commits)")[![uchipro](https://avatars.githubusercontent.com/u/49517499?v=4)](https://github.com/uchipro "uchipro (4 commits)")[![ksa242](https://avatars.githubusercontent.com/u/4668567?v=4)](https://github.com/ksa242 "ksa242 (1 commits)")

---

Tags

api-clientphp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/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.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[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)

PHPackages © 2026

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