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.
- 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
- PHP 8.2 or higher
- Extensions: curl, mbstring, soap
- Symfony EventDispatcher 5.x, 6.x, or 7.x
Install with Composer:
composer require detain/myadmin-paypal-paymentscomposer install
vendor/bin/phpunitThis package is licensed under the LGPL-2.1 license.