PHPackages                             hydrogenplatform/app\_token\_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. [API Development](/categories/api)
4. /
5. hydrogenplatform/app\_token\_api

ActiveLibrary[API Development](/categories/api)

hydrogenplatform/app\_token\_api
================================

062[3 PRs](https://github.com/hydrogen-dev/web-component-sdk-php/pulls)PHP

Since Jan 18Pushed 4y agoCompare

[ Source](https://github.com/hydrogen-dev/web-component-sdk-php)[ Packagist](https://packagist.org/packages/hydrogenplatform/app_token_api)[ RSS](/packages/hydrogenplatform-app-token-api/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Hydrogen Web Components
=======================

[](#hydrogen-web-components)

For more information, please visit

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

[](#requirements)

PHP 5.5 and later

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

[](#installation)

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

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

[](#getting-started)

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

### Base URL

[](#base-url)

Follow steps to verify the base URL path:

1. Go to Configuration file located under lib folder.
2. Search for $host and change/verify the URL according to the environment.

**Sandbox Base URL**

**Production Base URL**

### Sample Code

[](#sample-code)

Now you are ready to execute the following PHP code:

```
