PHPackages                             naimeken/omnipay-mobilexpress - 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. naimeken/omnipay-mobilexpress

ActiveLibrary[Payment Processing](/categories/payments)

naimeken/omnipay-mobilexpress
=============================

Mobilexpress gateway for Omnipay payment processing library

v1.0.0(2y ago)04MITPHPPHP ^7.3 || ^8.0

Since Mar 26Pushed 2y agoCompare

[ Source](https://github.com/naimeken/omnipay-mobilexpress)[ Packagist](https://packagist.org/packages/naimeken/omnipay-mobilexpress)[ Docs](https://github.com/alegraio/omnipay-mobilexpress)[ RSS](/packages/naimeken-omnipay-mobilexpress/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

omnipay-mobilexpress
====================

[](#omnipay-mobilexpress)

Mobilexpress (Akbank, Alternatif Bank, Anadolu Bank, Deniz Bank, Finans Bank, Garanti, ING, Iyzico, İş Bankası, OdeaBank, Paratika, PayU, Şekerbank, Halkbank, ZiraatBank, TEB, VakıfBank, Türkiye Finans, YKB sanal pos) gateway for Omnipay payment processing library

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 7.3+. This package implements Gvp Online Payment Gateway support for Omnipay.

- You have to contact the Mobilexpress for the document.
- You can check mobilexpress service from
- You can check test cards from

Requirement
-----------

[](#requirement)

- PHP &gt;= 7.3.x,
- [Omnipay V.3](https://github.com/thephpleague/omnipay) repository,
- PHPUnit to run tests

Autoload
--------

[](#autoload)

You have to install omnipay V.3

```
composer require league/omnipay:^3
```

Then you have to install omnipay-mobilexpress package:

```
composer require alegra/omnipay-mobilexpress
```

> `payment-mobilexpress` follows the PSR-4 convention names for its classes, which means you can easily integrate `payment-mobilexpress` classes loading in your own autoloader.

Basic Usage
-----------

[](#basic-usage)

- You can use /examples folder to execute examples. This folder is exists here only to show you examples, it is not for production usage.
- First in /examples folder:

```
composer install
```

**Authorize Example**

- You can check authorize.php file in /examples folder.

```
