{"id":90915,"library":"omnipay-dummy","title":"Omnipay Dummy","description":"Dummy driver for the Omnipay payment processing library","status":"active","version":"3.0.0","language":"php","source_language":null,"source_url":"https://github.com/thephpleague/omnipay-dummy","tags":["payment","dummy","omnipay","testing"],"install":[{"cmd":"composer require omnipay/dummy","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Gateway","correct":"use Omnipay\\Dummy\\Gateway;"}],"quickstart":{"code":"use Omnipay\\Dummy\\Gateway;\n\n$gateway = new Gateway();\n$response = $gateway->purchase(['amount' => '10.00', 'currency' => 'USD'])->send();\nif ($response->isSuccessful()) {\n    echo 'Payment successful';\n}","lang":"php","description":"Process a dummy payment"},"warnings":[{"fix":"Replace with a real payment gateway driver like Stripe or PayPal","message":"This is a dummy driver for testing only; not for production use","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'driver':4 'dummi':2,3,12 'librari':10 'omnipay':1,7,13 'payment':8,11 'process':9 'test':14","created_at":"2026-06-19T09:10:26.691526+00:00","updated_at":"2026-06-19T09:10:26.691526+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-dummy","github":"https://github.com/thephpleague/omnipay-dummy","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","utility"],"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}}