PHPackages                             giorgigigauri/tbcbank - 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. [Payment Processing](/categories/payments)
4. /
5. giorgigigauri/tbcbank

ActiveLibrary[Payment Processing](/categories/payments)

giorgigigauri/tbcbank
=====================

Tbc Bank payments solution

v0.0.3(2y ago)18[4 PRs](https://github.com/giorgigigauri/tbcbank/pulls)MITPHPPHP ^8.0

Since Nov 28Pushed 2y ago2 watchersCompare

[ Source](https://github.com/giorgigigauri/tbcbank)[ Packagist](https://packagist.org/packages/giorgigigauri/tbcbank)[ Docs](https://github.com/giorgigigauri/tbcbank)[ RSS](/packages/giorgigigauri-tbcbank/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (14)Versions (8)Used By (0)

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

sdasd
=====

[](#sdasd)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2e6814764404949423080bab640d5d5dd8e8d070cef780f680bb8bd53757b5a6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67696f726769676967617572692f74626362616e6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/giorgigigauri/tbcbank)[![GitHub Tests Action Status](https://camo.githubusercontent.com/92dcba6646d19536ff83cf9834c93ced5ecb2159a4d3f4f0f1cdf0fc91396468/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f67696f726769676967617572692f74626362616e6b2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/giorgigigauri/tbcbank/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8a05631b64ee2ee701cc9fd15f41a5dda5dd39c97ae814b96f9d73252ebdc198/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f67696f726769676967617572692f74626362616e6b2f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/giorgigigauri/tbcbank/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/212f6138c67e2c516c29fd6088e8383dc08fe2f44cdc90d1a2545f897caf15b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67696f726769676967617572692f74626362616e6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/giorgigigauri/tbcbank)

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/926cc5979b950c5b1d719b07785439dd75a4b3968c99c9722be490ac8cbc0bfd/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f74626362616e6b2e6a70673f743d31)](https://spatie.be/github-ad-click/tbcbank)

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 giorgigigauri/tbcbank
```

Enviromental variables .env
---------------------------

[](#enviromental-variables-env)

```
TBC_API_URL=
TBC_API_KEY=
TBC_CLIENT_ID=
TBC_CLIENT_SECRET=
TBC_CALLBACK_URL=
```

You should publish the config with:

```
php artisan vendor:publish --tag="tbcbank-config"
php artisan optimize:clear
```

You can publish the config file with:

```
php artisan vendor:publish --tag="tbcbank-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="tbcbank-views"
```

Usage
-----

[](#usage)

```
import Giorgigigauri\Facades\Tbcbank;
    $amount = [
        'currency' => 'GEL',
        'total' => 546,
        'subTotal' => 400,
        'tax' => 0,
        'shipping' => 0,
    ];
    $payment = TbcBank::setAmount($amount)
        ->setReturnUrl('shopping.ge/callback')
        ->setExtra('Test Text')
        ->createPayment();
    dd($payment);
```

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/giorgigigauri/.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)

- [Giorgi Gigauri](https://github.com/giorgigigauri)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.6% 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 ~157 days

Total

3

Last Release

851d ago

PHP version history (2 changes)v0.0.1PHP ^8.1

v0.0.2PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b971c08c80cfd02cdb3de13d6b7719dce4af1cf6aa8adfbe773af85e4349c116?d=identicon)[giorgigigauri](/maintainers/giorgigigauri)

---

Top Contributors

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

---

Tags

laravelredberrygiorgi gigauritbcbank

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/giorgigigauri-tbcbank/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k91](/packages/nativephp-mobile)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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