PHPackages                             longman/geopayment - 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. [CLI &amp; Console](/categories/cli)
4. /
5. longman/geopayment

ActiveLibrary[CLI &amp; Console](/categories/cli)

longman/geopayment
==================

PHP library for working with Georgian payment providers and banks

0.5.4(7y ago)451.4k10[1 issues](https://github.com/akalongman/php-geopayment/issues)MITPHPPHP &gt;=5.3.0CI failing

Since Feb 24Pushed 7y ago6 watchersCompare

[ Source](https://github.com/akalongman/php-geopayment)[ Packagist](https://packagist.org/packages/longman/geopayment)[ Docs](https://github.com/akalongman/php-geopayment)[ RSS](/packages/longman-geopayment/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (11)Used By (0)

GeoPayment
==========

[](#geopayment)

[![Build Status](https://camo.githubusercontent.com/1821999e014ce7075865b4b51404c23b75cb57cd467c0839158ab6ab821c92d4/68747470733a2f2f7472617669732d63692e6f72672f616b616c6f6e676d616e2f7068702d67656f7061796d656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/akalongman/php-geopayment)[![Latest Stable Version](https://camo.githubusercontent.com/c2e69d7917f3484c5c112d34b8f5377486492fa54c228f28b39aa8b9c689c4f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4c6f6e676d616e2f67656f7061796d656e742e737667)](https://packagist.org/packages/longman/geopayment)[![Total Downloads](https://camo.githubusercontent.com/52a7872d79503c50ae507b4d8fe669ed54fb1792d08078db62e72f69562fdf3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4c6f6e676d616e2f67656f7061796d656e742e737667)](https://packagist.org/packages/longman/geopayment)[![Downloads Month](https://camo.githubusercontent.com/f7ae21ac5993f95a32e74989267e31624634d561c58a908a7e7d4e1c457340cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4c6f6e676d616e2f67656f7061796d656e742e737667)](https://packagist.org/packages/longman/geopayment)[![License](https://camo.githubusercontent.com/f7fd40b7bc2e4c522a2607896c72cd86a44d085aee48d1294c47d6a4780a859f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4c6f6e676d616e2f67656f7061796d656e742e737667)](LICENSE.md)

Georgian bank/terminal payment integration library

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)

    - [Composer](#composer)
- [Usage](#usage)

    - [Card Payments](#card-payments) (Visa/MasterCard/AmEX)
        - [BOG](#bog) (Bank of Georgia)
            - [Step 1: Redirecting on payment page](#bog-step-1-redirecting-on-payment-page)
            - [Step 2: Bank checks payment availability](#bog-step-2-bank-checks-payment-availability)
            - [Step 3: Bank registers payment](#bog-step-3-bank-registers-payment)
        - [Cartu](#cartu) (Cartu Bank)
            - [Step 1: Redirecting on payment page](#cartu-step-1-redirecting-on-payment-page)
            - [Step 2: Bank registers payment](#cartu-step-2-bank-registers-payment)
    - [Terminal Payments](#terminal-payments)
        - [TBC Pay](#tbc-pay)
            - [Step 1: Check payment](#tbc-pay-step-1-check-payment)
            - [Step 2: Register Payment](#tbc-pay-step-2-register-payment)
            - [Recommended Response codes](#tbc-pay-recommended-response-codes)
        - [Liberty Pay](#liberty-pay)
            - [Step 1: Check payment](#liberty-pay-step-1-check-payment)
            - [Step 2: Register Payment](#liberty-liberty-step-2-register-payment)
            - [Recommended Response codes](#liberty-pay-recommended-response-codes)
- [TODO](#todo)
- [Troubleshooting](#troubleshooting)
- [Contributing](#contributing)
- [License](#license)
- [Credits](#credits)

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

[](#installation)

### Composer

[](#composer)

Install this package through [Composer](https://getcomposer.org/).

Edit your project's `composer.json` file to require `longman/geopayment`

Create *composer.json* file:

```
{
    "name": "yourproject/yourproject",
    "type": "project",
    "require": {
        "longman/geopayment": "*"
    }
}
```

And run composer update

**Or** run a command in your command line:

```
composer require longman/geopayment

```

---

[(Back to top)](#table-of-contents)

Usage
-----

[](#usage)

```
