PHPackages                             hydrogenplatform/hydrogen-nucleus-api - 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. hydrogenplatform/hydrogen-nucleus-api

ActiveLibrary

hydrogenplatform/hydrogen-nucleus-api
=====================================

0101PHP

Since Jan 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/hydrogen-dev/nucleus-sdk-php)[ Packagist](https://packagist.org/packages/hydrogenplatform/hydrogen-nucleus-api)[ RSS](/packages/hydrogenplatform-hydrogen-nucleus-api/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Hydrogen Nucleus API
====================

[](#hydrogen-nucleus-api)

Hydrogen Nucleus API

- API version: 1.9.5
    - Build date: 01-07-2021

For more information, please visit

Documentation
-------------

[](#documentation)

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

[](#requirements)

1. PHP 5.5 and later

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

[](#installation)

### Install via Composer

[](#install-via-composer)

Please run `composer require hydrogenplatform/hydrogen-nucleus-api`

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

[](#getting-started)

Please first follow the [installation](#installation) instructions. Then make sure you use the proper base URL:

### Base URL

[](#base-url)

Create an authentication object(**AuthApiClient**) and pass the **getDefaultConfiguration** method with environment parameter.

**Sandbox URL**

\\com\\hydrogen\\nucleus\\AuthApiClient:: getDefaultConfiguration(\\com\\hydrogen\\nucleus\\Environment::SANDBOX)

**Production URL**

\\com\\hydrogen\\nucleus\\AuthApiClient:: getDefaultConfiguration(\\com\\hydrogen\\nucleus\\Environment::PRODUCTION)

### Sample Code

[](#sample-code)

Now you are ready to execute the following PHP code:

```
