PHPackages                             unetway/php-helpers - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. unetway/php-helpers

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

unetway/php-helpers
===================

Пакет с полезными хелперами PHP

0.1.2(2y ago)03MITPHPPHP ^7.4

Since Mar 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/unetway/php-helpers)[ Packagist](https://packagist.org/packages/unetway/php-helpers)[ Docs](https://github.com/unetway/php-helpers)[ RSS](/packages/unetway-php-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (2)Used By (0)

PHP Helpers
===========

[](#php-helpers)

Пакет с полезными хелперами PHP

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

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

```
$ composer require unetway/php-helpers

```

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

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

```
use Unetway\PhpHelpers\Request;
use Unetway\PhpHelpers\Session;
use Unetway\PhpHelpers\Log;

### Запросы

Request::get($key);
Request::getBody();
Request::json(array $params);
Request::location($url);
Request::throttle(int $limit_request = 1, int $time_request = 10);

### Сессии

$session = Session::get('name');

Session::put('name', 'value');

Session::destroy('name');
Session::destroy(['name1', 'name2', 'name3']);

Session::increment('name', $prefix = false);
Session::decrement('name', $prefix = false);

### Логирование

$data = 'данные';
$path = '/var/www/site/';
Log::save($data, $path);

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

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

800d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e6c24f4cd42aabb517ee92c8a30a1b54f81fd749fc3b9a5b232f6c29d31f474?d=identicon)[condor](/maintainers/condor)

---

Tags

phphelpers

### Embed Badge

![Health badge](/badges/unetway-php-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/unetway-php-helpers/health.svg)](https://phpackages.com/packages/unetway-php-helpers)
```

###  Alternatives

[transprime-research/piper

PHP Pipe method execution with values from chained method executions

174.6k2](/packages/transprime-research-piper)

PHPackages © 2026

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