PHPackages                             fk/yii2-pingpp - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fk/yii2-pingpp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fk/yii2-pingpp
==============

Ping++ with yii2 wrapper

04PHP

Since Sep 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Yelfive/yii2-pingpp)[ Packagist](https://packagist.org/packages/fk/yii2-pingpp)[ RSS](/packages/fk-yii2-pingpp/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Description
===========

[](#description)

This is just a yii2 wrapper for Ping++([Ping Plus Plus](http://www.pingxx.com))

Usage
-----

[](#usage)

### Configure

[](#configure)

```

    # maim-local.php

    return [
        // other config ...
        'components' =>  [
            // other components
            'pingpp' => [
                'class' => 'fk\pingpp\Component',
                'apiKey' => 'sk_test_SCiTC8sd8j2lk34bP',
                'appId' => 'app_Cu1azP0y5Gst2mx03Y',
            ],
            // other components
        ]
        // other config ...

    ]
```

### Call

[](#call)

```
    Yii::$app->pingpp->charge();
    Yii::$app->pingpp->transfer();
```

### Especially

[](#especially)

Many params can be passed by calling `setXXX()`

For Example

```
    Yii::$app->pingpp
        ->setClientIp('127.0.0.1')
        ->setChannel('wx_pub')
        ->setApiKey('sk_test_123ksdfj')
        ->charge($orderNo);
```

For more details, please refer to `fk\pingpp\Component`

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/fk-yii2-pingpp/health.svg)

```
[![Health](https://phpackages.com/badges/fk-yii2-pingpp/health.svg)](https://phpackages.com/packages/fk-yii2-pingpp)
```

PHPackages © 2026

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