PHPackages                             hector68/liveinform - 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. hector68/liveinform

ActiveLibrary[API Development](/categories/api)

hector68/liveinform
===================

Liveinform api

0.0.2(9y ago)07MITPHPPHP &gt;=5.4.0

Since Apr 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Hector68/liveinform)[ Packagist](https://packagist.org/packages/hector68/liveinform)[ RSS](/packages/hector68-liveinform/feed)WikiDiscussions master Synced 3w ago

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

Liveinform
==========

[](#liveinform)

Библиотека для работы с сервисом

### Создание заказов

[](#создание-заказов)

```
use Hector68\Liveinform\entities\Config;
use Hector68\Liveinform\entities\Order;
use Hector68\Liveinform\repository\CurlRepository;

/** Создаем конфиг */
$config = new Config(api_id, type, is_test);

/** Стандарный репозиторий через curl */
$repository = new CurlRepository($config);

/** Создаем оьъект заказа */
$order = new Order(
            '+79991234567',
            '4400331231684',
            '998',
            'test@test.ru',
            'Василий',
            'Пупкин',
            '999.25',
            'test, fsf',
            'Саратов',
            'Вознесенская',
            'Кальяны'
        );

/** Получаем id заказа в системе liveinform*/

$liveinformId = $this->repository->save($order);

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

2

Last Release

3357d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97ca5a02b90c84b0381748d6cd1bc9fe65a5921ef826b836b504d095fe7d6a8d?d=identicon)[Hector68](/maintainers/Hector68)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hector68-liveinform/health.svg)

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

###  Alternatives

[flix-tech/confluent-schema-registry-api

A PHP 7.4+ library to consume the Confluent Schema Registry REST API.

484.3M3](/packages/flix-tech-confluent-schema-registry-api)[dfridrich/ares

Communication with ARES (Czech business register)

24401.8k2](/packages/dfridrich-ares)[taluu/behapi

Test your remote api locally through Behat

3212.6k](/packages/taluu-behapi)[lmc/matej-client

API Client for Matej recommendation engine

1163.2k](/packages/lmc-matej-client)[armetiz/airtable-php

Manipulate Airtable API using PHP

209.2k](/packages/armetiz-airtable-php)

PHPackages © 2026

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