PHPackages                             dotzero/habrahabr\_guzzle - 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. dotzero/habrahabr\_guzzle

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

dotzero/habrahabr\_guzzle
=========================

Habrahabr Api HTTP адаптер использующий Http Guzzle

v0.1.0(10y ago)119MITPHPPHP &gt;=5.4.0

Since Jun 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/zero-archive/habrahabr-guzzle-php)[ Packagist](https://packagist.org/packages/dotzero/habrahabr_guzzle)[ RSS](/packages/dotzero-habrahabr-guzzle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Habrahabr Api HTTP адаптер использующий Http Guzzle
===================================================

[](#habrahabr-api-http-адаптер-использующий-http-guzzle)

[![Latest Stable Version](https://camo.githubusercontent.com/11b6cab6a7f66455d0f45ae4fe84f01a0bd69e937b11583ac54b3e3ec66c1dd6/68747470733a2f2f706f7365722e707567782e6f72672f646f747a65726f2f6861627261686162725f67757a7a6c652f76657273696f6e)](https://packagist.org/packages/dotzero/habrahabr_guzzle)[![License](https://camo.githubusercontent.com/6a64e8bea4b5f897afaa8049cb31bbea64bd44bef2869d6f60770d1d1cdd4a79/68747470733a2f2f706f7365722e707567782e6f72672f646f747a65726f2f6861627261686162725f67757a7a6c652f6c6963656e7365)](https://packagist.org/packages/dotzero/habrahabr_guzzle)

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

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

### Через composer:

[](#через-composer)

```
$ composer require dotzero/habrahabr_guzzle
```

или добавить

```
"dotzero/habrahabr_guzzle": "0.1.*"
```

в секцию `require` файла composer.json.

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

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

```
$adapter = new \Habrahabr\Api\HttpAdapter\GuzzleAdapter();

$adapter->setEndpoint(getenv('ENDPOINT'));
$adapter->setToken(getenv('TOKEN'));
$adapter->setClient(getenv('CLIENT'));

$client = new \Habrahabr\Api\Client($adapter);

$User = $client->getUserResource()->getUser('me');
var_dump($User);
```

Тестирование
------------

[](#тестирование)

Для начала установить `--dev` зависимости. После чего запустить:

```
$ vendor/bin/phpunit
```

Лицензия
--------

[](#лицензия)

Библиотека доступна на условиях лицензии MIT:

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3674d ago

### Community

Maintainers

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

---

Top Contributors

[![dotzero](https://avatars.githubusercontent.com/u/265633?v=4)](https://github.com/dotzero "dotzero (8 commits)")

---

Tags

guzzlehabrahabrphpapiGuzzlehabrhabrahabrtmtm

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dotzero-habrahabr-guzzle/health.svg)

```
[![Health](https://phpackages.com/badges/dotzero-habrahabr-guzzle/health.svg)](https://phpackages.com/packages/dotzero-habrahabr-guzzle)
```

###  Alternatives

[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34199.5k2](/packages/onesignal-onesignal-php-api)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.0k38](/packages/dreamfactory-df-core)[antoinelemaire/aircall-php

Aircall API client built on top of Guzzle 6

1050.2k](/packages/antoinelemaire-aircall-php)

PHPackages © 2026

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