PHPackages                             itelmenko/php-paddle-client - 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. itelmenko/php-paddle-client

ActiveLibrary[API Development](/categories/api)

itelmenko/php-paddle-client
===========================

Paddle.com API Client PHP library

1.0.3(4y ago)45.9kMITPHPPHP &gt;=7.2.0

Since Apr 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/itelmenko/php-paddle-client)[ Packagist](https://packagist.org/packages/itelmenko/php-paddle-client)[ Docs](https://github.com/itelmenko/php-paddle-client)[ RSS](/packages/itelmenko-php-paddle-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Paddle.com API Client PHP library
---------------------------------

[](#paddlecom-api-client-php-library)

This library provides convenient way of querying Paddle API from php code.

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

[](#requirements)

PHP 7.2 or later.

Installation via Composer
-------------------------

[](#installation-via-composer)

```
composer require itelmenko/php-paddle-client
```

Usage
-----

[](#usage)

```
$client = new \Paddle\Client();
$client->setVendorId(111);
$client->setVendorAuthCode('dlkegvke3klge3mg3...');
$price = new \Paddle\Price($order->amount, new \Paddle\Currency('USD'));
$invoice = new \Paddle\Invoice();

$invoice->addPrice(5.95)
    ->setPassthrough('order-id-2464')
    ->setReturnUrl('https://yourdomain.com/return')
    ->setQuantity(1, FALSE)
    ->setExpires(time())
    ->setCustomerEmail('user@mail.com');

$invoice->setProductId(111111);

$url = $client->createPaymentUrl($invoice);
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

4

Last Release

1520d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/495449?v=4)[Igor Telmenko](/maintainers/itelmenko)[@itelmenko](https://github.com/itelmenko)

---

Top Contributors

[![itelmenko](https://avatars.githubusercontent.com/u/495449?v=4)](https://github.com/itelmenko "itelmenko (8 commits)")

### Embed Badge

![Health badge](/badges/itelmenko-php-paddle-client/health.svg)

```
[![Health](https://phpackages.com/badges/itelmenko-php-paddle-client/health.svg)](https://phpackages.com/packages/itelmenko-php-paddle-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

232.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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