PHPackages                             dr3ads/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. [API Development](/categories/api)
4. /
5. dr3ads/paydock\_php\_sdk

ActiveLibrary[API Development](/categories/api)

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

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

1.2.4(4y ago)013MITPHPPHP ^5.6 || ^7.0

Since Oct 20Pushed 4y agoCompare

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

READMEChangelogDependencies (1)Versions (22)Used By (0)

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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~68 days

Recently: every ~52 days

Total

21

Last Release

1817d 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://www.gravatar.com/avatar/1326896a69a9547020ae489a73053e09e3be83d31eea22c2912e87d8aaa86b21?d=identicon)[dr3ads](/maintainers/dr3ads)

---

Top Contributors

[![arnel-valhalla](https://avatars.githubusercontent.com/u/98311220?v=4)](https://github.com/arnel-valhalla "arnel-valhalla (5 commits)")[![lyndonbuckley](https://avatars.githubusercontent.com/u/3122733?v=4)](https://github.com/lyndonbuckley "lyndonbuckley (3 commits)")[![dcamdupe](https://avatars.githubusercontent.com/u/3490458?v=4)](https://github.com/dcamdupe "dcamdupe (1 commits)")[![vMReal](https://avatars.githubusercontent.com/u/7104203?v=4)](https://github.com/vMReal "vMReal (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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