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.

Maintainers

Package info

github.com/myadmin-plugins/googlecheckout-payments

Type:myadmin-plugin

pkg:composer/detain/myadmin-googlecheckout-payments

Statistics

Installs: 334

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

v2.0.0 2019-04-04 08:07 UTC

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

Build Status Latest Stable Version Total Downloads License

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.