PHPackages                             icekristal/laravel-uniteller - 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. icekristal/laravel-uniteller

ActiveLibrary[API Development](/categories/api)

icekristal/laravel-uniteller
============================

Laravel uniteller service api

v2.0.2(9mo ago)053MITPHPPHP ^8.2

Since Dec 2Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/icekristal/laravel-uniteller)[ Packagist](https://packagist.org/packages/icekristal/laravel-uniteller)[ RSS](/packages/icekristal-laravel-uniteller/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

install:

```
composer require icekristal/laravel-uniteller
```

migration:

```
php artisan vendor:publish --provider="Icekristal\LaravelUnitellerApi\UnitellerApiServiceProvider" --tag="migrations"
```

config:

```
php artisan vendor:publish --provider="Icekristal\LaravelUnitellerApi\UnitellerApiServiceProvider" --tag="config"
```

use:

```
class Order extends Model
{
    use \Icekristal\LaravelUnitellerApi\InteractsUnitellerService;
}
```

copy config settings in services:

```
    'uniteller' => [
        'is_enable' => env('UNITELLER_IS_ENABLE', false),
        'is_save_database' => env('UNITELLER_IS_SAVE_DATABASE', false),
        'webhook_domain' => env('UNITELLER_WEBHOOK_DOMAIN', null),
        'webhook_slug' => env('UNITELLER_WEBHOOK_SLUG', null),
        'login' => env('UNITELLER_LOGIN', null),
        'password' => env('UNITELLER_PASSWORD', null),
        'shop_id' => env('UNITELLER_SHOP_ID', null),
        'default_order_life_time' => "012:30",
        'default_vat' => -1,
        'default_pay_attr' => 4,
        'default_line_attr' => 4,
        'default_tax_mode' => 2,
        'inn_merchant' => null,
        'is_enable_logs_webhook' => false,
        'db_connection' => env('DB_CONNECTION', 'mysql'),
        'name_channel_logs_webhook' => 'default',
        'url_register' => "https://fpay.uniteller.ru/v2/api/register",
        'model_object' => null //Model Order::class
    ],
```

use service:

```
Uniteller::setCustomerInfo($customerInfo); // set customer info
Uniteller::setCashierInfo($cashierInfo); // set cashier info
Uniteller::setProductsInfo($productsInfo); // set products info
Uniteller::setTotalSumma($totalSumma); // set total summa
Uniteller::setObjectPayment($object); // self object your system
Uniteller::getPayUrl(); // pay url
Uniteller::getFinishResult(); // get finish result pay
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance58

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~207 days

Total

4

Last Release

270d ago

Major Versions

v1.0.0 → v2.0.02024-03-07

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c3f1e43165a21bbd33518179ccd8e16af3724286055c22bdb12fdbe9dd9efe7?d=identicon)[icekristal](/maintainers/icekristal)

---

Top Contributors

[![icekristal](https://avatars.githubusercontent.com/u/24248381?v=4)](https://github.com/icekristal "icekristal (24 commits)")

### Embed Badge

![Health badge](/badges/icekristal-laravel-uniteller/health.svg)

```
[![Health](https://phpackages.com/badges/icekristal-laravel-uniteller/health.svg)](https://phpackages.com/packages/icekristal-laravel-uniteller)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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