PHPackages                             pecherskiy-v/docdochelpers - 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. pecherskiy-v/docdochelpers

ActiveLibrary[API Development](/categories/api)

pecherskiy-v/docdochelpers
==========================

Simple helper for use docdoc.ru partner API

3.3.0(6y ago)040MITPHPPHP ^7.2

Since Apr 8Pushed 6y ago2 watchersCompare

[ Source](https://github.com/pecherskiy-v/docdochelpers)[ Packagist](https://packagist.org/packages/pecherskiy-v/docdochelpers)[ Docs](https://github.com/Leyhmann/docdochelpers)[ RSS](/packages/pecherskiy-v-docdochelpers/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (3)Versions (8)Used By (0)

Change namespase -&gt; Pecherskiy\\DocDoc

Helper for API DocDoc 1.0.12
============================

[](#helper-for-api-docdoc-1012)

#### [Official API Documentation Version 1.0.12](https://dd1012.docs.apiary.io/)

[](#official-api-documentation-version-1012)

### Example:

[](#example)

опция клиента

```
    $client = new Client($this->docdoc['login'], $this->docdoc['password'], Constants::MOCK_SERVER);
    $clinics = new Clinics($client);
    $clinics->start = 0;
    $clinics->count = 1;
    $clinics->city = 1;
    $result = $clinics->getClinics();

```

### Install

[](#install)

Install by [composer](http://getcomposer.org/download/).

```
composer require pecherskiy-v/docdochelpers

```

### Example

[](#example-1)

```
use Pecherskiy\DocDoc\Client;
use Pecherskiy\DocDoc\Requests\Doctors;

$client = new Client(DOCDOC_LOGIN, DOCDOC_PASSWORD, API_URL = Constants::MOCK_SERVER);
$doctorsRequest = new Doctors($client);
$doctorsRequest->city = 1;
$doctorsRequest->count = 10;
$doctorsRequest->start = 0;
$doctors = $doctorsRequest->all();

foreach($doctors as $doctor) {
    // do something
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~46 days

Recently: every ~2 days

Total

7

Last Release

2312d ago

Major Versions

2.1.0 → 3.0.02020-01-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/b746b7dd195588ec6fa99410796fb608c3398ac9c23788a4a6fd51ed947d386a?d=identicon)[Pecherskiy-V](/maintainers/Pecherskiy-V)

---

Top Contributors

[![pecherskiy-v](https://avatars.githubusercontent.com/u/10776864?v=4)](https://github.com/pecherskiy-v "pecherskiy-v (24 commits)")

---

Tags

docdoc

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pecherskiy-v-docdochelpers/health.svg)

```
[![Health](https://phpackages.com/badges/pecherskiy-v-docdochelpers/health.svg)](https://phpackages.com/packages/pecherskiy-v-docdochelpers)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[spatie/laravel-route-attributes

Auto register routes using PHP attributes

879963.2k18](/packages/spatie-laravel-route-attributes)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)

PHPackages © 2026

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