PHPackages                             juliocapuano/pay-simple-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. juliocapuano/pay-simple-sdk

ActiveLibrary[Payment Processing](/categories/payments)

juliocapuano/pay-simple-sdk
===========================

This package is a simple implementation of the PaySimple Api for PHP

v1.3.5(4y ago)111MITPHPPHP &gt;=7.2

Since Apr 22Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/juliocapuano/paysimple-sdk)[ Packagist](https://packagist.org/packages/juliocapuano/pay-simple-sdk)[ Docs](https://github.com/juliocapuano/pay_simple_sdk)[ RSS](/packages/juliocapuano-pay-simple-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (10)Used By (0)

PaySimple PHP SDK
=================

[](#paysimple-php-sdk)

---

This package is a simple implementation of the PaySimple Api for PHP

[![](https://camo.githubusercontent.com/88a3def44966d3fa1886a52b831bbb8165fef07e608ec7a9dad6f0f2741fc2d5/68747470733a2f2f70617973696d706c652e636f6d2f6173736574732f696d672f6c6f676f2d636f6c6f722e706e67)](https://paysimple.com/)

---

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

[](#installation)

You can install the package via composer:

```
composer require juliocapuano/pay-simple-sdk
```

Usage
-----

[](#usage)

### Init the client base

[](#init-the-client-base)

```
$user_id ='>';
$api_key ='>';
$is_sanbox = true; // sanbox API for testing (optional)
$paysimple = new PaySimple\V4\PaySimple($user_id, $api_key,[$is_sanbox]);
```

### Accessing to methods

[](#accessing-to-methods)

```
// instance
$paysimple = new PaySimple\V4\PaySimple($user_id, $api_key,[$is_sanbox]);

// primary methods for specific instances
$customerServiceInstance = $paysimple->customers();
$accountServiceInstance = $paysimple->accounts();
$paymentServiceInstance = $paysimple->payments();
$merchantServiceInstance = $paysimple->merchant();
$recurrentPaymentServiceInstance = $paysimple->recurrentPayments();

// creating customer instance
$customer_data =[...]; // array data

$new_customer = $paysimple->customers()->new($customer_data);
// or
$new_customer = $customerServiceInstance->new($customer_data);
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Julio Capuano](https://github.com/.)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

8

Last Release

1471d ago

### Community

Maintainers

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

---

Top Contributors

[![juliocapuano](https://avatars.githubusercontent.com/u/968840?v=4)](https://github.com/juliocapuano "juliocapuano (25 commits)")

---

Tags

paymentsphpsdkpaysimple\_sdk

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/juliocapuano-pay-simple-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/juliocapuano-pay-simple-sdk/health.svg)](https://phpackages.com/packages/juliocapuano-pay-simple-sdk)
```

###  Alternatives

[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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