PHPackages                             wrappedcbdc/cngn-php-library - 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. [API Development](/categories/api)
4. /
5. wrappedcbdc/cngn-php-library

ActiveLibrary[API Development](/categories/api)

wrappedcbdc/cngn-php-library
============================

An opensource library to give you the best experience with managing your cNGN merchant account

v1.0.2(1y ago)221[1 PRs](https://github.com/wrappedcbdc/cNGN-php-library/pulls)MITPHP

Since Oct 2Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/wrappedcbdc/cNGN-php-library)[ Packagist](https://packagist.org/packages/wrappedcbdc/cngn-php-library)[ RSS](/packages/wrappedcbdc-cngn-php-library/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (6)Used By (0)

CNGnManager
===========

[](#cngnmanager)

CNGnManager is a PHP library for interacting with a CNGN API. It provides a simple interface for various operations such as checking balance, swapping between chains, depositing for redemption, creating virtual accounts, and more.

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

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Available Methods](#available-methods)
- [Testing](#testing)
- [Error Handling](#error-handling)
- [Types](#types)
- [Security](#security)
- [Contributing](#contributing)
- [Support](#support)
- [License](#license)

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

[](#installation)

To install CNGnManager and its dependencies, run:

```
composer require wrappedcbdc/cngn-php-library
```

Usage
-----

[](#usage)

First, import the `CNGnManager` class using it namespace WrappedCBDC\\CNGNManager: and all necessary constants.

```
