PHPackages                             unapi/fssp - 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. unapi/fssp

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

unapi/fssp
==========

Unapi http://fssprus.ru service wrapper

1.1.0(8y ago)016[1 issues](https://github.com/xRubin/unapi-fssp/issues)PHPPHP &gt;=7.1.0

Since Mar 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/xRubin/unapi-fssp)[ Packagist](https://packagist.org/packages/unapi/fssp)[ RSS](/packages/unapi-fssp/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/d0d85cad34a8b364b6f9b32b03565d9ece87d99588cf47d648c128bb6070cfc6/68747470733a2f2f7472617669732d63692e6f72672f78527562696e2f756e6170692d667373702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/xRubin/unapi-fssp)

Unapi FSSP
==========

[](#unapi-fssp)

Модуль для работы с сервисами [Федеральной службы судебных приставов](http://fssprus.ru)

Являтся частью библиотеки [Unapi](https://github.com/xRubin/unapi)

Для прохождения капчи нужен любой модуль, реализующий **unapi\\anticaptcha\\common\\AnticaptchaInterface**, например [Unapi Antigate](https://github.com/xRubin/unapi-anticaptcha-antigate)

### Подключение к банку данных исполнительных производств

[](#подключение-к-банку-данных-исполнительных-производств)

```
use unapi\fssp\common\Anticaptcha;
use unapi\fssp\ip\Service;
use unapi\fssp\ip\requests;

$service = new Service([
  'anticaptcha' => new Anticaptcha(new AntigateService([...]),
]);
```

### Поиск исполнительных производств по физику

[](#поиск-исполнительных-производств-по-физику)

Сервис требует указания региона для поиска. Справочник регионов есть в [unapi\\fssp\\ip\\RegionSelector](https://github.com/xRubin/unapi-fssp/blob/master/src/ip/RegionSelector.php).

```
use unapi\helper\fullname\FullName;

/** @var Execution[] $executions */
$executions = $service->findExecutions(
  new requests\ByIndividualRequest(67, new FullName('Анжелика', 'Гинзбург', 'Иосифовна'))
)->wait();
```

### Поиск исполнительных производств по юридическому лицу

[](#поиск-исполнительных-производств-по-юридическому-лицу)

Сервис требует указания региона для поиска.

```
/** @var Execution[] $executions */
$executions = $service->findExecutions(
  new requests\ByLegalRequest(67, 'Газпром')
)->wait();
```

### Поиск исполнительных производств по номеру исполнительного производства

[](#поиск-исполнительных-производств-по-номеру-исполнительного-производства)

```
/** @var Execution[] $executions */
$executions = $service->findExecutions(
  new requests\ByExecutionRequest('76735/17/67036-ИП')
)->wait();
```

### Поиск исполнительных производств по номеру исполнительного документа

[](#поиск-исполнительных-производств-по-номеру-исполнительного-документа)

Сервис требует указания региона для поиска.

```
/** @var Execution[] $executions */
$executions = $service->findExecutions(
  new requests\ByDocumentRequest(67, 'ФС 015507071')
)->wait();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

2966d ago

### Community

Maintainers

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

---

Top Contributors

[![xRubin](https://avatars.githubusercontent.com/u/9638619?v=4)](https://github.com/xRubin "xRubin (10 commits)")

---

Tags

promiseGuzzleunapifssp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/unapi-fssp/health.svg)

```
[![Health](https://phpackages.com/badges/unapi-fssp/health.svg)](https://phpackages.com/packages/unapi-fssp)
```

###  Alternatives

[kevinrob/guzzle-cache-middleware

A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)

43117.4M104](/packages/kevinrob-guzzle-cache-middleware)[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

45912.1M55](/packages/eightpoints-guzzle-bundle)[graham-campbell/guzzle-factory

Provides A Simple Guzzle Factory With Good Defaults

916.4M49](/packages/graham-campbell-guzzle-factory)[rtheunissen/guzzle-log-middleware

Guzzle middleware to log requests and responses

842.3M17](/packages/rtheunissen-guzzle-log-middleware)[gmponos/guzzle_logger

A Guzzle middleware to log request and responses automatically

772.2M6](/packages/gmponos-guzzle-logger)

PHPackages © 2026

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