PHPackages                             apility/nets-easy-omnipay - 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. apility/nets-easy-omnipay

ActiveLibrary[Payment Processing](/categories/payments)

apility/nets-easy-omnipay
=========================

Nets Easy driver for the Omnipay PHP payment processing library

v1.1.1(1y ago)094MITPHPPHP &gt;=7.1

Since Jan 30Pushed 1y agoCompare

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

READMEChangelog (4)Dependencies (8)Versions (5)Used By (0)

Omnipay: Nets Easy
==================

[](#omnipay-nets-easy)

**Nets Easy driver for the Omnipay PHP payment processing library**

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

Table Of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Basic Usage](#basic-usage)
    - [Initial setup](#initial-setup)
    - [Hosted Payment Page](#hosted-payment-page)
    - [Checkout JS SDK](#checkout-js-sdk)
        - [Backend](#backend)
        - [Frontend](#frontend)
- [Example implementation](#example-implementation)

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

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `league/omnipay` and `apility/nets-easy-omnipay` with Composer:

```
composer require league/omnipay apility/nets-easy-omnipay

```

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

[](#basic-usage)

The following gateway os provided by this package:

- [Nets Easy Payment API](https://developer.nexigroup.com/nexi-checkout/en-EU/api/payment-v1/)

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)repository.

### Initial setup

[](#initial-setup)

```
