PHPackages                             chocofamilyme/laravel-smart-http - 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. chocofamilyme/laravel-smart-http

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

chocofamilyme/laravel-smart-http
================================

HTTP клинт Laravel для общения между сервисами

2.0.1(5y ago)01.8k2BSD-3-ClausePHPPHP &gt;= 7.4.0CI failing

Since Jan 6Pushed 5y ago3 watchersCompare

[ Source](https://github.com/chocofamilyme/laravel-smart-http)[ Packagist](https://packagist.org/packages/chocofamilyme/laravel-smart-http)[ Docs](https://github.com/chocofamilyme/laravel-smart-http)[ RSS](/packages/chocofamilyme-laravel-smart-http/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (9)Used By (0)

HTTP клиент Laravel для общения между сервисами
===============================================

[](#http-клиент-laravel-для-общения-между-сервисами)

На основе библиотеки [Smart-Http](https://github.com/chocofamilyme/smart-http)

### Требования

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

- PHP 7.4+
- chocofamilyme/smart-http ^1.0
- laravel ^8.2

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

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

```
composer require chocofamilyme/laravel-smart-http
```

### Публикация настроек

[](#публикация-настроек)

```
php artisan vendor:publish --provider="Chocofamily\Laravel\SmartHttp\Providers\SmartHttpServiceProvider"
```

### Настройка

[](#настройка)

Файл конфигурации находится config/smarthttp.php

Подробная документация по настройкам [Smart-Http](https://github.com/chocofamilyme/smart-http#%D0%BF%D0%B0%D1%80%D0%BC%D0%B5%D1%82%D1%80%D1%8B-%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5-%D1%81%D0%BE%D0%B4%D0%B5%D1%80%D0%B6%D0%B8%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%82-config)

### Использование

[](#использование)

```
app('SmartRequest')->send('POST', '/resource', [
    'json' => [
        'name' => 'test'
    ]
]);
```

Или используя фасады:

```
SmartRequest::send('POST', '/resource', [
    'json' => [
        'name' => 'test'
    ]
]);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~81 days

Total

8

Last Release

1995d ago

Major Versions

0.0.5 → 1.0.02020-11-23

1.0.0 → 2.0.02020-11-23

PHP version history (2 changes)0.0.1PHP &gt;= 7.2.0

2.0.1PHP &gt;= 7.4.0

### Community

Maintainers

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

---

Top Contributors

[![Vadim89](https://avatars.githubusercontent.com/u/3715929?v=4)](https://github.com/Vadim89 "Vadim89 (3 commits)")

---

Tags

httplaravelmicroservices

### Embed Badge

![Health badge](/badges/chocofamilyme-laravel-smart-http/health.svg)

```
[![Health](https://phpackages.com/badges/chocofamilyme-laravel-smart-http/health.svg)](https://phpackages.com/packages/chocofamilyme-laravel-smart-http)
```

###  Alternatives

[sven/super-basic-auth

A lightweight package to add basic authentication to your Laravel app.

232.6k](/packages/sven-super-basic-auth)[behamin/service-proxy

for proxy or sending requests to other services with useful utilities

102.2k](/packages/behamin-service-proxy)

PHPackages © 2026

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