PHPackages                             ameysam/payping - 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. ameysam/payping

ActiveLibrary[Payment Processing](/categories/payments)

ameysam/payping
===============

This is for simple (payment &amp; verify payment) transaction by payping api.

v1.1.1(7y ago)2356MITPHP

Since Aug 2Pushed 7y agoCompare

[ Source](https://github.com/ameysam/payping-package)[ Packagist](https://packagist.org/packages/ameysam/payping)[ RSS](/packages/ameysam-payping/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

payping-package for Laravel 5
=============================

[](#payping-package-for-laravel-5)

[![Issues](https://camo.githubusercontent.com/1da9a06b2dba7283d72dac1f337609e81140350259bd1c8e01452012cc0f8292/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f616d657973616d2f70617970696e672d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/ameysam/payping-package/issues)[![Forks](https://camo.githubusercontent.com/8c59084ac4a8077e2c0e6509f269aed5d6ccd2ccd1ca8f2a4025cef7e00522ec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f616d657973616d2f70617970696e672d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/ameysam/payping-package/network/members)[![Stars](https://camo.githubusercontent.com/55b37545a30a0dd3e9d81a5a8ea0af9afd7e0831a481bba2f7b9660b9d07f024/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f616d657973616d2f70617970696e672d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/ameysam/payping-package/stargazers)

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

[](#installation)

The PayPing Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `ameysam/payping` package and setting the `minimum-stability` to `dev` (required for Laravel 5) in your project's `composer.json`.

```
{
    "require": {
        "ameysam/payping": "^1.1.1"
    }
}
```

or

Require this package with composer:

```
composer require ameysam/payping

```

Update your packages with `composer update` or install with `composer install`.

Find the `providers` key in `config/app.php` and register the PayPing Service Provider.

for Laravel 5.1+

```
    'providers' => [
        // ...
        AMeysam\PayPing\PayPingServiceProvider::class,
    ]
```

for Laravel 5.0

```
    'providers' => [
        // ...
        'AMeysam\PayPing\PayPingServiceProvider',
    ]
```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="AMeysam\PayPing\PayPingServiceProvider"
```

> After publish the package files you must open payping.php in config folder and set the token value.

> **Like this:**

```
'token' => env('PAYPING_TOKEN', 'payping token (get by calling getToken method.)'),

```

>

> Note: You can set return url for after payment to redirect them or you can pass return url to requestToken method. **like this:**

```
'return-url' => env('PAYPING_RETURN_URL', 'your return url after payment'),

or

$body['returnUrl'] = 'http://your-url';
PayPing::requestToken($body);

```

>

you can set the keys and line number in your .env file

> **like this:**

> PAYPING\_TOKEN=token

> PAYPING\_RETURN\_URL=

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

6

Last Release

2744d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/07c1cd3f14c8b7f13aaf462c0e8dbc07b9d42384664a3b2223e1659b19a2923b?d=identicon)[ameysam](/maintainers/ameysam)

---

Top Contributors

[![imeysam](https://avatars.githubusercontent.com/u/20730914?v=4)](https://github.com/imeysam "imeysam (19 commits)")

---

Tags

composerlaravelpaymentpaypingpayping-packagelaravelpaymentPayPingPayment-Verify

### Embed Badge

![Health badge](/badges/ameysam-payping/health.svg)

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

###  Alternatives

[dena-a/iran-payment

a Laravel package to handle Internet Payment Gateways for Iran Banking System

312.4k1](/packages/dena-a-iran-payment)[parsisolution/gateway

A Laravel package for connecting to all Iraninan payment gateways

231.7k](/packages/parsisolution-gateway)[infyomlabs/laravel-payumoney

Laravel Payumoney Integration Library

113.9k](/packages/infyomlabs-laravel-payumoney)

PHPackages © 2026

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