{"id":94380,"library":"omnipay-migs","title":"Omnipay MIGS","description":"MIGS driver for the Omnipay payment processing library","status":"active","version":"2.2.2","language":"php","source_language":null,"source_url":"https://github.com/thephpleague/omnipay-migs","tags":["omnipay","migs","payment","gateway","ecommerce"],"install":[{"cmd":"composer require omnipay/migs","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Gateway","correct":"use Omnipay\\Migs\\Gateway;"}],"quickstart":{"code":"use Omnipay\\Migs\\Gateway;\n\n$gateway = new Gateway();\n$gateway->setMerchantId('your-merchant-id');\n$gateway->setMerchantAccessCode('your-access-code');\n$gateway->setSecureHashSecret('your-secret');\n\n$response = $gateway->purchase([\n    'amount' => '10.00',\n    'currency' => 'AUD',\n    'transactionId' => '12345',\n    'returnUrl' => 'https://example.com/return',\n])->send();\n\nif ($response->isSuccessful()) {\n    echo \"Payment successful!\";\n}","lang":"php","description":"Initialize MIGS gateway and process a purchase"},"warnings":[],"env_vars":null,"search_vec":"'driver':4 'ecommerc':15 'gateway':14 'librari':10 'mig':2,3,12 'omnipay':1,7,11 'payment':8,13 'process':9","created_at":"2026-06-19T10:05:37.696351+00:00","updated_at":"2026-06-19T10:05:37.696351+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/thephpleague/omnipay-migs","github":"https://github.com/thephpleague/omnipay-migs","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}