detain/myadmin-paypal-payments

PayPal payment processing plugin for the MyAdmin control panel, providing Express Checkout, Digital Goods, recurring payments, subscription management, IPN handling, and administrative refund tools.

Maintainers

Package info

github.com/myadmin-plugins/paypal-payments

Type:myadmin-plugin

pkg:composer/detain/myadmin-paypal-payments

Statistics

Installs: 506

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

v2.0.0 2019-10-02 15:11 UTC

This package is auto-updated.

Last update: 2026-03-19 17:09:28 UTC


README

Build Status Latest Stable Version Total Downloads License

PayPal payment processing plugin for the MyAdmin control panel. Provides integration with PayPal's NVP/SOAP APIs for Express Checkout, Digital Goods, recurring billing, subscription management, IPN webhook handling, and administrative refund workflows.

Features

  • Express Checkout -- Standard and Digital Goods payment flows via PayPal NVP API
  • Recurring Payments -- Create and manage recurring billing profiles
  • Subscription Management -- PayPal subscription link generation and lifecycle handling
  • IPN Processing -- Parse and validate Instant Payment Notification messages
  • Administrative Tools -- Transaction history, refund processing, and payment review pages
  • Sandbox Support -- Toggle between live and sandbox environments for testing

Requirements

  • PHP 8.2 or higher
  • Extensions: curl, mbstring, soap
  • Symfony EventDispatcher 5.x, 6.x, or 7.x

Installation

Install with Composer:

composer require detain/myadmin-paypal-payments

Running Tests

composer install
vendor/bin/phpunit

License

This package is licensed under the LGPL-2.1 license.