PHPackages                             humo/humo-svgate - 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. humo/humo-svgate

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

humo/humo-svgate
================

Humo svgate client for Laravel 9.x applications

02[4 PRs](https://github.com/Sodiqmirzo/laravel-humo/pulls)PHP

Since Nov 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Sodiqmirzo/laravel-humo)[ Packagist](https://packagist.org/packages/humo/humo-svgate)[ RSS](/packages/humo-humo-svgate/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

Humo client for Laravel 9.x applications
========================================

[](#humo-client-for-laravel-9x-applications)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ccb2a1e4b83df60d21226167e17040c5d03815853598c77025461014858c53e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68756d6f2f68756d6f2d7376676174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/humo/humo-svgate)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1e0d2c100b40b18ec6a8b1b38686b8610bf09422ae04a554576be3b975e2c6df/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f68756d6f2f68756d6f2d7376676174652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/humo/humo-svgate/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/826098764f3f1bc333495f85257dc34f4c050957f28291a89365697800c23a39/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f68756d6f2f68756d6f2d7376676174652f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/humo/humo-svgate/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/7614befa04e97b3de1aa2a2854a3fe6aaa3c4ef2016ff3aa0efc76115531f009/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68756d6f2f68756d6f2d7376676174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/humo/humo-svgate)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/f2c643172bf21f88daff64f322c5fff0d8f0e6950807e411f4801fb11c0e6bce/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f68756d6f2d7376676174652e6a70673f743d31)](https://spatie.be/github-ad-click/humo-svgate)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require humo/humo-svgate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="humo-svgate-config"
```

This is the contents of the published config file:

```
return [
'base_urls' => [
        '11210' => 'https://humo.uz/api/v1/', /*payment*/
        '13010' => 'https://humo.uz/api/v1/', /*access gateway*/
        '8443' => 'https://humo.uz/api/v1/', /*issuing*/
        '6677' => 'https://humo.uz/api/v1/', /*card*/
        'json_info' => 'https://humo.uz/api/v1/', /*json info*/
    ],
    'username' => env('HUMO_USERNAME', 'username'),
    'password' => env('HUMO_PASSWORD', 'password'),
    'token' => env('HUMO_TOKEN', 'token'),
    'max_amount_without_passport' => env('HUMO_MAX_AMOUNT_WITHOUT_PASSPORT', 0),
];
```

Usage
-----

[](#usage)

```
$humo = new Uzbek\Humo();
echo $humo->echoPhrase('Hello, Uzbek!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/Sodiqmirzo/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Sodiqmirzo Sattorov](https://github.com/Sodiqmirzo)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 70.5% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/479430e30dc0e8b3f6b298043c5de4b98c7278e59964d7f585b028bcfba9c6e8?d=identicon)[Sodiqmirzo](/maintainers/Sodiqmirzo)

---

Top Contributors

[![Sodiqmirzo](https://avatars.githubusercontent.com/u/65369403?v=4)](https://github.com/Sodiqmirzo "Sodiqmirzo (31 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

---

Tags

laravelphp

### Embed Badge

![Health badge](/badges/humo-humo-svgate/health.svg)

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

###  Alternatives

[classiebit/addchat-laravel

Live chat widget for Laravel that also includes multi-user chat, group permissions, customer support chat &amp; more.

13912.0k](/packages/classiebit-addchat-laravel)

PHPackages © 2026

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