PHPackages                             stonelon/paypal-ipn - 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. stonelon/paypal-ipn

ActiveLibrary[Payment Processing](/categories/payments)

stonelon/paypal-ipn
===================

laravel paypal ipn

019PHP

Since May 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/stoneLon/laravel5.2-payPal-ipn)[ Packagist](https://packagist.org/packages/stonelon/paypal-ipn)[ RSS](/packages/stonelon-paypal-ipn/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel5.2-payPal-ipn
=====================

[](#laravel52-paypal-ipn)

laravel5.2 for PayPal ipn
安装
===============================================================================

[](#laravel52-for-paypal-ipnhttpsgithubcomstonelonlaravel52-paypal-ipn安装)

```
composer require "stonelon/paypal-ipn:@dev"

```

在providers添加

```
StoneLon\PaypalIpn\PaypalIpnServiceProvider::class,
```

在aliases添加

```
'PaypalIpn' => \StoneLon\PaypalIpn\PaypalIpn::class,
```

使用
==

[](#使用)

```
$ipn = new PaypalIpn();
$ipn->use_sandbox = true;   //开启沙盒模式
if ($ipn->validateIpn($request->all())) {   //验证
    //do something
    //验证成功
    //通过$request->all()可获取返回的信息
    //注意判断返回金额是否和请求金额一致，防止用户修改金额
}
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![stoneLon](https://avatars.githubusercontent.com/u/9063931?v=4)](https://github.com/stoneLon "stoneLon (14 commits)")

### Embed Badge

![Health badge](/badges/stonelon-paypal-ipn/health.svg)

```
[![Health](https://phpackages.com/badges/stonelon-paypal-ipn/health.svg)](https://phpackages.com/packages/stonelon-paypal-ipn)
```

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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