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 1y 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 today

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 47% of packages

Maintenance36

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

1525d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/968840?v=4)[Julio Alberto Capuano](/maintainers/JulioCapuano)[@juliocapuano](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.5M9](/packages/chargebee-chargebee-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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