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

ActiveLibrary[API Development](/categories/api)

olakunlevpn/gladepaysdk-php
===========================

A Gladpay SDK written in PHP.

0.0.6(6y ago)020MITPHPPHP &gt;=7.0

Since Dec 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/olakunlevpn/gladepaysdk-php)[ Packagist](https://packagist.org/packages/olakunlevpn/gladepaysdk-php)[ Docs](https://github.com/olakunlevpn/gladpaysdk-php)[ RSS](/packages/olakunlevpn-gladepaysdk-php/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (7)Used By (0)

GladePay PHP
============

[](#gladepay-php)

A Gladepay SDK written in PHP ([www.gladepay.com](http://www.gladepay.com))

[![Issues](https://camo.githubusercontent.com/296b0f342eb33c06467733ec2708f7653cbc86463f04289f6854220a75bbde65/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6f6c616b756e6c6576706e2f676c61646570617973646b2d7068703f7374796c653d666c61742d737175617265)](https://github.com/olakunlevpn/gladepaysdk-php/issues)[![Stars](https://camo.githubusercontent.com/b6a7c53debdb61eabf03480c4e74531f54071bfa9c8bb057b7d57428f0682ce6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6f6c616b756e6c6576706e2f676c61646570617973646b2d706870)](https://github.com/olakunlevpn/gladepaysdk-php/stargazers)[![Latest Stable Version](https://camo.githubusercontent.com/5eca710ede98d06c1196e6d2afe81dd14deaec46b7450bdd57ea2c1267942d75/68747470733a2f2f706f7365722e707567782e6f72672f6f6c616b756e6c6576706e2f676c61646570617973646b2d7068702f762f737461626c65)](https://packagist.org/packages/olakunlevpn/gladepaysdk-php)[![Total Downloads](https://camo.githubusercontent.com/3ecfb67b62afacedde03bb03cc2ada59d7710672cb40790eb1be9480bd9140f2/68747470733a2f2f706f7365722e707567782e6f72672f6f6c616b756e6c6576706e2f676c61646570617973646b2d7068702f646f776e6c6f616473)](https://packagist.org/packages/olakunlevpn/gladepaysdk-php)[![Latest Unstable Version](https://camo.githubusercontent.com/334414f168bcaf547eee4c359df504e2877b11dfe032821ba3a1c90b372fe2c5/68747470733a2f2f706f7365722e707567782e6f72672f6f6c616b756e6c6576706e2f676c61646570617973646b2d7068702f762f756e737461626c65)](https://packagist.org/packages/olakunlevpn/gladepaysdk-php)[![License](https://camo.githubusercontent.com/4e08b28894ee17f8c96a272bdfd51a3121f1ff6eb5274e17d23dc2f503cbc3fc/68747470733a2f2f706f7365722e707567782e6f72672f6f6c616b756e6c6576706e2f676c61646570617973646b2d7068702f6c6963656e7365)](https://packagist.org/packages/olakunlevpn/gladepaysdk-php)

> **Note:** This repository contains the Gladepay SDK integrating gladepay.com API into your project. You need a Merchant ID and Key to authenticate against the API register here  or use the demo Test API Credentials: Merchant ID: GP0000001 Merchant Key: 123456789

1. Installation
---------------

[](#1-installation)

1. Require the package using composer:

    ```
    composer require olakunlevpn/gladepaysdk-php

    ```

2. Usage
--------

[](#2-usage)

1. Next, require Composer's autoloader, in your application, to automatically load the Gladpaysdk in your project:

```
require_once "vendor/autoload.php";

use Olakunlevpn\Gladepaysdk\GladepaySDk;

$merchant_id = "GP0000001"; //To get your live credentials register here https://dashboard.gladepay.com/register
$merchant_key = "123456789"; //To get your live credentials register here https://dashboard.gladepay.com/register

//Auth session with your Merchant ID and Merchant Key.
$Glade = new GladepaySDk($merchant_id, $merchant_key, true); //Change value to true if you are using demo merchant and key

```

### Documentation

[](#documentation)

If you don't understand something about Gladpaysdk SDK, the [extensive documentation](https://developer.gladepay.com/api/) is a great place to look for answers.

Credits
-------

[](#credits)

- [Olakunlevpn](https://github.com/olakunlevpn)
- [All Contributors](https://github.com/olakunlevpn/gladepaysdk-php/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

6

Last Release

2329d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a7e5e8b085ae7575db3d809fe0475fff50fb845de72bf218aa3f38bc0dc1c32?d=identicon)[olakunlevpn](/maintainers/olakunlevpn)

---

Top Contributors

[![olakunlevpn](https://avatars.githubusercontent.com/u/20794807?v=4)](https://github.com/olakunlevpn "olakunlevpn (26 commits)")

---

Tags

apipaymentgatewayGladpay

### Embed Badge

![Health badge](/badges/olakunlevpn-gladepaysdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/olakunlevpn-gladepaysdk-php/health.svg)](https://phpackages.com/packages/olakunlevpn-gladepaysdk-php)
```

###  Alternatives

[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

59914.4M60](/packages/mollie-mollie-api-php)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)

PHPackages © 2026

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