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.1.0(2mo ago)061MITPHPPHP ^8.2

Since Dec 2Pushed 2mo 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 today

READMEChangelog (1)Dependencies (2)Versions (7)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

43

—

FairBetter than 89% of packages

Maintenance87

Actively maintained with recent releases

Popularity8

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

Total

5

Last Release

63d 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 (25 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

3.0k37.6M134](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M63](/packages/knuckleswtf-scribe)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.9k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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