Download the PHP package longman/geopayment without Composer

On this page you can find all versions of the php package longman/geopayment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
longman/geopayment
Rate from 1 - 5
Rated 5.00 based on 1 reviews

Informations about the package geopayment

GeoPayment

Build Status Latest Stable Version Total Downloads Downloads Month

Georgian bank/terminal payment integration library

Table of Contents

Installation

Composer

Install this package through Composer.

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

Create composer.json file:

And run composer update

Or run a command in your command line:


(Back to top)

Usage

Important: If your .config file is under server document_root, you must deny access to that file via http.

Apache

Add in your .htaccess file:

Nginx

In server section:

Card Payments

Bog

BOG config example you can find here .bog.example

Bog Step 1: Redirecting on payment page
Bog Step 2: Bank checks payment availability
Bog Step 3: Bank registers payment

(Back to top)

Cartu

Cartu config example you can find here .cartu.example

Cartu Step 1: Redirecting on payment page
Cartu Step 2: Bank registers payment

(Back to top)

Terminal Payments

TBC Pay

TBC Pay config example you can find here .tbcpay.example

TBC Pay Step 1: Check payment
TBC Pay Step 2: Register Payment
TBC Pay: Recommended Response codes
Code Message
0 Success
1 Server timeout
4 Invalid account format
5 Account not found
7 Payment is restricted
215 Duplicate transaction
275 Invalid amount
300 Internal server error

(Back to top)

Liberty Pay

Liberty Pay Step 1: Check payment

TBD

Liberty Pay Step 2: Register Payment

TBD

Liberty Pay: Recommended Response codes
Code Message
0 Success
1 Server timeout
4 Invalid account format
5 Account not found
7 Payment is restricted
215 Duplicate transaction
275 Invalid amount
300 Internal server error

(Back to top)

TODO

Add more providers and write more tests

Troubleshooting

If you like living on the edge, please report any bugs you find on the PHP GeoPayment issues page.

Contributing

Pull requests are welcome. See CONTRIBUTING.md for information.

License

Please see the LICENSE included in this repository for a full copy of the MIT license, which this project is licensed under.

Credits

Full credit list in CREDITS


All versions of geopayment with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
monolog/monolog Version ~1.17
symfony/var-dumper Version ~3.0|~4.0
vlucas/phpdotenv Version ~2.2
symfony/http-foundation Version ~3.0|~4.0
nesbot/carbon Version ~1.21
longman/ip-tools Version ~1.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package longman/geopayment contains the following files

Loading the files please wait ....