PHPackages                             josmarh/jvzoo-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. josmarh/jvzoo-ipn

ActiveLibrary[Payment Processing](/categories/payments)

josmarh/jvzoo-ipn
=================

A Laravel package for handling JVZoo Instant Payment Notifications (IPN) with clean event-driven architecture.

v0.1.0(3w ago)00MITPHPPHP ^8.2

Since May 16Pushed 3w agoCompare

[ Source](https://github.com/josmarh/jvzoo-ipn)[ Packagist](https://packagist.org/packages/josmarh/jvzoo-ipn)[ RSS](/packages/josmarh-jvzoo-ipn/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

JVZoo IPN
=========

[](#jvzoo-ipn)

A Laravel package for handling JVZoo Instant Payment Notifications (IPN) with clean event-driven architecture.

Features
--------

[](#features)

- JVZoo IPN webhook handling
- Signature verification
- Duplicate transaction protection (idempotent processing)
- Event-driven architecture
- Transaction logging
- Configurable routes
- Laravel auto-discovery support

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

[](#installation)

```
composer require josmarh/jvzoo-ipn
```

Publish Config
--------------

[](#publish-config)

```
php artisan vendor:publish --tag=jvzoo-ipn-config
```

How It Works
------------

[](#how-it-works)

1. JVZoo sends IPN request
2. Package verifies signature
3. Transaction is stored
4. Event is dispatched
5. Your application handles user logic

Events
------

[](#events)

### SaleReceived

[](#salereceived)

Triggered when a successful payment occurs.

### RefundReceived

[](#refundreceived)

Triggered when a refund occurs.

Example Listener
----------------

[](#example-listener)

```
Event::listen(SaleReceived::class, function ($event) {
    // Create user, assign plan, etc.
});
```

Configuration
-------------

[](#configuration)

```
return [
    'secret_key' => env('JVZOO_SECRET'),
    'route_prefix' => 'jvzoo',
];
```

Webhook URL
-----------

[](#webhook-url)

POST

Security
--------

[](#security)

This package verifies JVZoo IPN signatures before processing any request to ensure data integrity and prevent unauthorized requests.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance95

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

24d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/089123dbb123064ebe058544067e1d309890304d4eb5db7c739b5224d109958e?d=identicon)[josmarh](/maintainers/josmarh)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/josmarh-jvzoo-ipn/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k14.1M120](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9732.3M121](/packages/roots-acorn)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[illuminate/auth

The Illuminate Auth package.

9327.9M1.2k](/packages/illuminate-auth)[api-platform/laravel

API Platform support for Laravel

59156.3k10](/packages/api-platform-laravel)

PHPackages © 2026

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