PHPackages                             gluwa/gluwa-php - 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. gluwa/gluwa-php

ActiveLibrary[API Development](/categories/api)

gluwa/gluwa-php
===============

Gluwa API v1 library for PHP

v1.1.0(4y ago)11261[1 PRs](https://github.com/gluwa/Gluwa-PHP/pulls)Apache-2.0PHPCI passing

Since May 20Pushed 3mo ago6 watchersCompare

[ Source](https://github.com/gluwa/Gluwa-PHP)[ Packagist](https://packagist.org/packages/gluwa/gluwa-php)[ RSS](/packages/gluwa-gluwa-php/feed)WikiDiscussions master Synced today

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

Gluwa SDK for PHP
=================

[](#gluwa-sdk-for-php)

**Dear users, Sandbox environment has been deprecated, please update your code to avoid any further errors**

If your service is developed in PHP, the features we provide are available through the SDK. The Gluwa SDK for PHP is a library with powerful features that enable PHP developers to easily make requests to the Gluwa APIs.

Update
------

[](#update)

v1.1.0 - Add support sNGNG (20/05/2021) v1.0.9 - Add support sUSDCG (01/06/2021)

Getting started
---------------

[](#getting-started)

Download the PHP Package below and upload it to your server. The SDK requires PHP 5.6 or greater.

```
$ composer require gluwa/gluwa-php
```

Create and initialize a `Gluwa` object. Then, enter the `APIKey`, `APISecret` and `WebookSecret` generated from the [Gluwa Dashboard](https://dashboard.gluwa.com), and an Ethereum wallet to manage your funds. You can use credentials from sandbox dashboard and a Goerli wallet if you want to test in the sandbox environment.

```
