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(2mo ago)52.2k1MITPHPPHP &gt;=8.2

Since Sep 26Pushed 2mo 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 1mo ago

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

57

—

FairBetter than 98% of packages

Maintenance85

Actively maintained with recent releases

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

77d 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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