{"id":89279,"library":"omnipay-paypal","title":"Omnipay PayPal","description":"PayPal gateway for Omnipay payment processing library.","status":"active","version":"3.0.2","language":"php","source_language":null,"source_url":"https://github.com/thephpleague/omnipay-paypal","tags":["paypal","payment","omnipay","gateway"],"install":[{"cmd":"composer require omnipay/paypal","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"ExpressGateway","correct":"use Omnipay\\PayPal\\ExpressGateway;"}],"quickstart":{"code":"use Omnipay\\PayPal\\ExpressGateway;\n\n$gateway = new ExpressGateway();\n$gateway->setUsername('your-username');\n$gateway->setPassword('your-password');\n$gateway->setSignature('your-signature');\n$gateway->setTestMode(true);\n\n$response = $gateway->purchase([\n    'amount' => '10.00',\n    'currency' => 'USD',\n    'returnUrl' => 'https://example.com/success',\n    'cancelUrl' => 'https://example.com/cancel',\n])->send();","lang":"php","description":"Create a PayPal Express Checkout gateway and initiate a purchase."},"warnings":[{"fix":"Check the gateway class (ExpressGateway vs RestGateway) and credentials accordingly.","message":"PayPal API version differences: v3.0 uses REST API, older versions use NVP/SOAP.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'gateway':4,13 'librari':9 'omnipay':1,6,12 'payment':7,11 'paypal':2,3,10 'process':8","created_at":"2026-06-19T08:44:52.977288+00:00","updated_at":"2026-06-19T08:44:52.977288+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-paypal","github":"https://github.com/thephpleague/omnipay-paypal","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"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}}