detain / myadmin-googlewallet-payments
Googlewallet handling plugin for MyAdmin
Package info
github.com/myadmin-plugins/googlewallet-payments
Type:myadmin-plugin
pkg:composer/detain/myadmin-googlewallet-payments
Requires
- php: >=5.0.0
- ext-soap: *
- detain/myadmin-plugin-installer: dev-master
- symfony/event-dispatcher: >=2.8.26
Requires (Dev)
- codacy/coverage: dev-master
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: *
- phpunit/phpunit-mock-objects: *
- satooshi/php-coveralls: *
- vlucas/phpdotenv: *
This package is auto-updated.
Last update: 2026-03-19 15:46:18 UTC
README
A payment processing plugin for the MyAdmin control panel that integrates Google Wallet as a payment gateway. This plugin registers event hooks for system settings and menu configuration, allowing administrators to enable and configure Google Wallet payments with support for both live and sandbox environments.
Features
- Google Wallet payment gateway integration for MyAdmin
- Configurable live and sandbox merchant credentials
- Event-driven architecture using Symfony EventDispatcher
- Admin settings panel for enabling/disabling and configuring the payment method
Installation
Install via Composer:
composer require detain/myadmin-googlewallet-payments
Configuration
Once installed, configure the plugin through the MyAdmin admin panel under Billing > Google Wallet:
- Enable/Disable Google Wallet payments
- Environment selection (Live or Sandbox)
- Merchant ID and Merchant Key for both live and sandbox environments
Running Tests
composer install vendor/bin/phpunit
License
This package is licensed under the LGPL-2.1 license.