detain / myadmin-googlecheckout-payments
Google Checkout payment processing plugin for the MyAdmin billing and hosting management platform. Provides integration with Google Checkout payment gateway including order management, transaction viewing, and balance payments.
Package info
github.com/myadmin-plugins/googlecheckout-payments
Type:myadmin-plugin
pkg:composer/detain/myadmin-googlecheckout-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-20 09:03:17 UTC
README
Google Checkout payment processing plugin for the MyAdmin billing and hosting management platform. This package provides integration with the Google Checkout payment gateway, enabling order management, transaction viewing, and balance payment processing through the MyAdmin plugin system.
Badges
Features
- Google Checkout payment gateway integration for MyAdmin
- Balance payment processing via Google Checkout
- Transaction and order viewing for administrators
- Sandbox and live environment support
- Event-driven architecture using Symfony EventDispatcher
Installation
Install via Composer:
composer require detain/myadmin-googlecheckout-payments
Configuration
The plugin registers the following settings through the MyAdmin settings system:
| Setting | Description |
|---|---|
google_checkout_enabled |
Enable or disable Google Checkout |
google_checkout_sandbox |
Toggle between live and sandbox environments |
google_checkout_merchant_id |
Live Merchant ID |
google_checkout_merchant_key |
Live Merchant Key |
google_checkout_sandbox_merchant_id |
Sandbox Merchant ID |
google_checkout_sandbox_merchant_key |
Sandbox Merchant Key |
Testing
Run the test suite with PHPUnit:
composer install vendor/bin/phpunit
License
Licensed under the LGPL-2.1. See the LICENSE file for details.