PHPackages                             helios-api/helios-hpp-sdk - 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. helios-api/helios-hpp-sdk

ActiveLibrary

helios-api/helios-hpp-sdk
=========================

Helios HPP payment system PHP SDK

0.2.2(9y ago)120MITPHPPHP ^5.6|^7.0

Since Oct 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/helios-api/php-helios-hpp-sdk)[ Packagist](https://packagist.org/packages/helios-api/helios-hpp-sdk)[ Docs](https://github.com/helios-api/php-helios-hpp-sdk)[ RSS](/packages/helios-api-helios-hpp-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (7)Versions (15)Used By (0)

Helios Hosted Payment Page SDK for PHP
======================================

[](#helios-hosted-payment-page-sdk-for-php)

NOTICE: This branch is under active development.
------------------------------------------------

[](#notice-this-branch-is-under-active-development)

This repository contains the open source PHP SDK that allows you to access the Helios HPP from your PHP app. Documentation fo Helios API [documentation.dp.ag](http://documentation.dp.ag).

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

[](#installation)

The Helios HPP PHP SDK can be installed with [Composer](https://getcomposer.org/). Run this command:

```
composer require helios/helios-hpp-sdk
```

Usage
-----

[](#usage)

> **Note:** This version of the Helios HPP SDK for PHP requires PHP 5.6 or greater.

Simple transaction registration example.

```
$heliosApp = new \HeliosHpp\HeliosHpp(['accountId' => '{account-id}', 'url' => '{helios-hpp-url}']);
$payment = new \HeliosHpp\Model\Payment('{account-id}', 'USD', 1000);

try {
    $createdPayment = $heliosApp->createPayment($payment);
} catch(\HeliosHpp\Exception\HeliosHppException $exception) {
    // When Helios HPP returns an error
    echo 'Helios HPP returned an error: ' . $exception->getMessage();
    exit;
} catch(\HeliosHpp\Exception\PaymentBodyException $exception) {
    // When Helios HPP returns invalid response
    echo 'Helios HPP returned invalid response: ' . $exception->getMessage();
    exit;
}

echo 'Payment Token ' . $createdPayment->getToken()
```

WebHook registration.

```
$heliosApp = new \HeliosHpp\HeliosHpp(['accountId' => '{account-id}', 'url' => '{helios-hpp-url}']);

try {
    $paymentStatusChange = $heliosApp->registerWebHook();
} catch(\HeliosHpp\Exception\WebHookRequestException $exception) {
    // When Helios HPP call or payload is invalid
    echo 'Helios HPP called with invalid request: ' . $exception->getMessage();
    exit;
}

echo 'Payment Status event type' . $paymentStatusChange->getEventType();
```

Tests
-----

[](#tests)

1. [Composer](https://getcomposer.org/) is a prerequisite for running the tests. Install composer globally, then run `composer install` to install required files.
2. The tests can be executed by running this command from the root directory:

```
$ ./vendor/bin/phpunit
```

By default the tests will send live HTTP requests to the Helios HPP server. If you are without an internet connection you can skip these tests by excluding the `internet` group.

```
$ ./vendor/bin/phpunit --exclude-group internet
```

License
-------

[](#license)

Please see the [license file](https://github.com/helios-api/php-helios-hpp-sdk/blob/master/LICENSE) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

8

Last Release

3447d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be7e747c95ac66c9b030593b39c26191522529e9c1a10d4da8634204ec11ef1f?d=identicon)[redwhitelabel](/maintainers/redwhitelabel)

---

Top Contributors

[![daveszymczak](https://avatars.githubusercontent.com/u/2741276?v=4)](https://github.com/daveszymczak "daveszymczak (19 commits)")[![botmonster](https://avatars.githubusercontent.com/u/159018?v=4)](https://github.com/botmonster "botmonster (1 commits)")

---

Tags

sdkhelios

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/helios-api-helios-hpp-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/helios-api-helios-hpp-sdk/health.svg)](https://phpackages.com/packages/helios-api-helios-hpp-sdk)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[azure-oss/storage

Azure Blob Storage PHP SDK

37985.0k5](/packages/azure-oss-storage)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[appwilio/cdek-sdk

CDEK API SDK (cdek.ru)

406.4k](/packages/appwilio-cdek-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
