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

ActiveLibrary[Payment Processing](/categories/payments)

apriil/nets-easy
================

Nets Easy library

v2.3.1(11mo ago)013↓70%MITPHPPHP ^7.3|^7.4|^8.0

Since Apr 7Pushed 1mo agoCompare

[ Source](https://github.com/Apriil-Digital/nets-easy)[ Packagist](https://packagist.org/packages/apriil/nets-easy)[ RSS](/packages/apriil-nets-easy/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (18)Used By (0)

apriil/nets-easy
================

[](#apriilnets-easy)

[![License](https://camo.githubusercontent.com/88e1dabf4d223df0950e0985948e231325fefca9fa7fe9e446cf8b1c5e9d9e47/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e)](https://github.com/Apriil-Digital/nets-easy/blob/master/LICENSE)

The NETS Easy PHP library provides convenient access to the NETS Easy API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.

Requirements
------------

[](#requirements)

PHP 8.4 and later. Requires Laravel 13 (`illuminate/support ^13.0`).

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require apriil/nets-easy
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once('vendor/autoload.php');
```

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

### Backend integration

[](#backend-integration)

```
