PHPackages                             jimmlog/payssion - 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. jimmlog/payssion

ActiveLibrary[Payment Processing](/categories/payments)

jimmlog/payssion
================

Payssion PHP library

1.3.1(6y ago)06.5k↓40%MITPHPPHP &gt;=5.4.0

Since Oct 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jimmlog/payssion)[ Packagist](https://packagist.org/packages/jimmlog/payssion)[ Docs](https://github.com/jimmlog/payssion/)[ RSS](/packages/jimmlog-payssion/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Payssion PHP library
====================

[](#payssion-php-library)

This library contains payssion php client with composer installation support. Forked and updated from originally library

[![Latest Stable Version](https://camo.githubusercontent.com/9c2c1320ea37881699acbf50779dca3b4374ad33736e1dd2372e32e860129b45/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6d6c6f672f7061797373696f6e2f762f737461626c65)](https://packagist.org/packages/jimmlog/payssion)[![Total Downloads](https://camo.githubusercontent.com/febdaa8115a8e01f04deefa0bf2a7349cb4c57abb5767b19d32ee062d8e70e36/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6d6c6f672f7061797373696f6e2f646f776e6c6f616473)](https://packagist.org/packages/jimmlog/payssion)[![Latest Unstable Version](https://camo.githubusercontent.com/06b32c6fef5dccfcc934a3477506fe731becf28a193446d3565bc85f091afeb8/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6d6c6f672f7061797373696f6e2f762f756e737461626c65)](https://packagist.org/packages/jimmlog/payssion)[![License](https://camo.githubusercontent.com/5a9b250da3d89dbdb215e123b45e2bf662fed7a68981502b67f6d67c16231e48/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6d6c6f672f7061797373696f6e2f6c6963656e7365)](https://packagist.org/packages/jimmlog/payssion)

Integration
-----------

[](#integration)

How to integrate your website with payssion see

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist jimmlog/payssion

```

or add

```
"jimmlog/payssion": "@stable"

```

to the require section of your composer.json.

How To Use
----------

[](#how-to-use)

Example of use:

```
$payssion = new PayssionClient('your api key', 'your secretkey');
//please uncomment the following if you use sandbox api_key
//$payssion = new PayssionClient('your api key', 'your secretkey', false);

$response = null;
try {
	$response = $payssion->create(array(
			'amount' => 1,
			'currency' => 'USD',
			'pm_id' => 'alipay_cn',
			'order_id' => 'your order id',      //your order id
			'return_url' => 'your return url'   //optional, the return url after payments (for both of paid and non-paid)
	));
} catch (Exception $e) {
	//handle exception
	echo "Exception: " . $e->getMessage();
}

if ($payssion->isSuccess()) {
	//handle success
} else {
	//handle failed
}

```

License
-------

[](#license)

The MIT License (MIT). See [LICENSE](LICENSE) file.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

2

Last Release

2394d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af88fe717e1df3e4efbe685394692ca15ec59dc7e15afb127a10b88d38118ec9?d=identicon)[Jimm Logan](/maintainers/Jimm%20Logan)

---

Top Contributors

[![jimmlog](https://avatars.githubusercontent.com/u/15608782?v=4)](https://github.com/jimmlog "jimmlog (17 commits)")

---

Tags

phpcomposerpayssion

### Embed Badge

![Health badge](/badges/jimmlog-payssion/health.svg)

```
[![Health](https://phpackages.com/badges/jimmlog-payssion/health.svg)](https://phpackages.com/packages/jimmlog-payssion)
```

###  Alternatives

[cartalyst/stripe-laravel

Laravel 11 integration for the Cartalyst Stripe package.

3382.6M9](/packages/cartalyst-stripe-laravel)[yandex-money/yandex-money-sdk-php

Yandex.Money API SDK for PHP

105167.4k2](/packages/yandex-money-yandex-money-sdk-php)[cryptonator/merchant-php-sdk

Cryptonator.com Merchant API SDK for PHP

2713.7k](/packages/cryptonator-merchant-php-sdk)

PHPackages © 2026

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