nusagate/nusagate-php

The official PHP library for the Nusagate API.

v1.2.0 2022-10-24 08:21 UTC

This package is auto-updated.

Last update: 2025-06-24 14:08:32 UTC


README

The official PHP library for the Nusagate API.

Visit https://nusagate.com.

1. Documentation

For more details visit Nusagate API docs.

You can see example here.

2. Installation

composer require nusagate/nusagate-php

3. Usage

Get your api key and secret key from Nusagate Dashboard.

// params : is_production, api_key, secret_key
$nusagate = new Nusagate(true, 'YOUR_API_KEY','YOUR_SECRET_KEY');