{"id":95992,"library":"gopay-payments-sdk-php","title":"GoPay Payments SDK","description":"GoPay's PHP SDK for Payments REST API integration.","status":"active","version":"1.11.1","language":"php","source_language":null,"source_url":"https://github.com/gopaycommunity/gopay-php-api","tags":["payments","gopay","sdk","api","rest"],"install":[{"cmd":"composer require gopay/payments-sdk-php","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Payments","correct":"use GoPay\\Payments;"}],"quickstart":{"code":"use GoPay\\Payments;\n\n$gopay = new Payments([\n    'goId' => 'your-go-id',\n    'clientId' => 'your-client-id',\n    'clientSecret' => 'your-client-secret',\n    'isProductionMode' => false\n]);\n$payment = $gopay->createPayment([\n    'amount' => 100,\n    'currency' => 'CZK',\n    'orderNumber' => '12345'\n]);","lang":"php","description":"Create a payment using GoPay SDK"},"warnings":[{"fix":"Install PHP 7.1+ and enable cURL","message":"Requires PHP 7.1+ and cURL extension","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'api':11,16 'gopay':1,4,14 'integr':12 'payment':2,9,13 'php':6 'rest':10,17 'sdk':3,7,15","created_at":"2026-06-19T10:48:53.345799+00:00","updated_at":"2026-06-19T10:48:53.345799+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/gopaycommunity/gopay-php-api","github":"https://github.com/gopaycommunity/gopay-php-api","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}}