PHPackages                             paydock/paydock\_php\_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. [Payment Processing](/categories/payments)
4. /
5. paydock/paydock\_php\_sdk

ActiveLibrary[Payment Processing](/categories/payments)

paydock/paydock\_php\_sdk
=========================

The PayDock PHP SDK provides a PHP friendly wrapper around the PayDock API.

1.1.2(4y ago)178MITPHP ^5.6 || ^7.0

Since Oct 20Compare

[ Source](https://github.com/PayDock/paydock_php_sdk)[ Packagist](https://packagist.org/packages/paydock/paydock_php_sdk)[ RSS](/packages/paydock-paydock-php-sdk/feed)WikiDiscussions Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (20)Used By (0)

Deprecation Notice: paydock\_php\_sdk is no longer supported or maintained.
===========================================================================

[](#deprecation-notice-paydock_php_sdk-is-no-longer-supported-or-maintained)

We are deprecating the paydock\_php\_sdk repository in favor of newer, better-maintained alternatives. This means that the code in this repository will not receive any updates, bug fixes, or security patches.

Please do not use this SDK for new development, as it will lead to compatibility issues and potential security risks. Instead, we recommend using direct REST API integration.

We apologize for any inconvenience this may cause, but we must prioritize the stability and security of our software.

If you have any questions or concerns, please open an issue in the repository or contact Paydock Support.

Thank you for your understanding.

Welcome to Paydock php SDK
==========================

[](#welcome-to-paydock-php-sdk)

This SDK provides a wrapper around the PayDock REST API.

For more info on the Paydock API, see our [full documentation](https://docs.paydock.com).

Getting the SDK
===============

[](#getting-the-sdk)

The SDK is available through [composer](https://packagist.org/packages/paydock/paydock_php_sdk), or pull it down from [github](https://github.com/PayDockDev/paydock_php_sdk) directly.

Simple example to create a single charge
========================================

[](#simple-example-to-create-a-single-charge)

```
Config::initialise("sandbox", "secret_key", "public_key");

$svc = new Charges();
$response = $svc->create(100, "AUD")
    ->withCreditCard("58377235377aea03343240cc", "4111111111111111", "2020", "10", "Test Name", "123")
    ->call();
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity67

Established project with proven stability

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 ~78 days

Recently: every ~321 days

Total

19

Last Release

1806d ago

Major Versions

0.1.5 → 1.0.02017-10-30

PHP version history (2 changes)0.1.0PHP ^5.3.3 || ^7.0

1.1.0PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44788627?v=4)[Paydock Ltd](/maintainers/Paydock)[@PayDock](https://github.com/PayDock)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/paydock-paydock-php-sdk/health.svg)

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

###  Alternatives

[pagseguro/php

Biblioteca de integração com o PagSeguro

23260.3k6](/packages/pagseguro-php)[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

182.2k](/packages/msilabs-bkash)[xfoxawy/2checkout

2Checkout API Service Provider

101.1k](/packages/xfoxawy-2checkout)

PHPackages © 2026

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