{"id":21485910,"url":"https://github.com/sellgate/php-sdk","last_synced_at":"2026-01-24T20:18:59.158Z","repository":{"id":251588608,"uuid":"836854123","full_name":"Sellgate/php-sdk","owner":"Sellgate","description":"PHP SDK for the Sellgate API. Start accepting crypto payments in minutes.","archived":false,"fork":false,"pushed_at":"2024-08-06T13:22:52.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T20:49:58.528Z","etag":null,"topics":["api","api-rest","bitcoin","blockchain","crypto-tools","cryptocurrency","ethereum","payments"],"latest_commit_sha":null,"homepage":"https://sellgate.io","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sellgate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-01T17:37:57.000Z","updated_at":"2024-08-06T13:20:59.000Z","dependencies_parsed_at":"2025-05-17T08:46:21.621Z","dependency_job_id":null,"html_url":"https://github.com/Sellgate/php-sdk","commit_stats":null,"previous_names":["sellgate/php-sdk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Sellgate/php-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fphp-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fphp-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fphp-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fphp-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sellgate","download_url":"https://codeload.github.com/Sellgate/php-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sellgate%2Fphp-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28736503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-rest","bitcoin","blockchain","crypto-tools","cryptocurrency","ethereum","payments"],"created_at":"2024-11-23T13:18:05.773Z","updated_at":"2026-01-24T20:18:59.140Z","avatar_url":"https://github.com/Sellgate.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sellgate PHP SDK\n\nThis is the Sellgate PHP SDK. It is a simple SDK to use the Sellgate API. \n\nSellgate provides an API service that allows sellers and developers to easily integrate crypto payments into their applications or payment flows. Using our service has several benefits:\n\n- Low transaction fees, just 1%.\n- No authentication required for any usage: No API keys, no accounts.\n- Examples for quick implementation on our docs.\n- Support for bug fixes, extra features and integration assistance.\n\nFor further documentation, please refer to the [Sellgate docs](https://sellgate.io/docs)\n\n## Installation\n\n```bash\ncomposer require sellgate/php-sdk\n```\t\n\n## Usage\n\n```php\n\u003c?php\n\nrequire_once __DIR__ . \"vendor/autoload.php\";\n\nuse \\Sellgate\\Sellgate;\n\n$sellgate = new Sellgate();\n\n$checkoutData = [\n    \"title\" =\u003e \"Premium Subscription\",\n    \"description\" =\u003e \"1-year access to all premium features\",\n    \"currency\" =\u003e \"USD\",\n    \"price\" =\u003e \"99.99\",\n    \"crypto\" =\u003e [\n        [\n            \"network\" =\u003e \"ETH\",\n            \"coin\" =\u003e \"ETH\",\n            \"address\" =\u003e \"0xB1DA646D1cD015d205a99198e809724D5C78109d\"\n        ]\n    ],\n    \"webhook\" =\u003e \"https://example.com/webhook\",\n    \"return\" =\u003e \"https://example.com/thank-you\"\n];\n\n$checkoutResult = $sellgate-\u003ecreateCheckout($checkoutData);\nprint_r($checkoutResult);\n\n$addressData = [\n    \"crypto\" =\u003e [\n        \"network\" =\u003e \"ETH\",\n        \"coin\" =\u003e \"ETH\",\n        \"address\" =\u003e \"0xB1DA646D1cD015d205a99198e809724D5C78109d\"\n    ],\n    \"webhook\" =\u003e \"https://example.com/webhook\"\n];\n\n$addressResult = $sellgate-\u003ecreateAddress($addressData);\nprint_r($addressResult);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsellgate%2Fphp-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsellgate%2Fphp-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsellgate%2Fphp-sdk/lists"}