{"id":24108281,"url":"https://github.com/cloudipsp/php-sdk-v2","last_synced_at":"2025-05-12T19:44:20.265Z","repository":{"id":33181867,"uuid":"148531223","full_name":"cloudipsp/php-sdk-v2","owner":"cloudipsp","description":"Cloudipsp PHP SDK","archived":false,"fork":false,"pushed_at":"2022-03-19T08:18:01.000Z","size":127,"stargazers_count":19,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T17:54:57.294Z","etag":null,"topics":["php","php7","sdk"],"latest_commit_sha":null,"homepage":"https://fondy.eu","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudipsp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-12T19:28:43.000Z","updated_at":"2025-02-07T15:41:17.000Z","dependencies_parsed_at":"2022-08-07T20:15:14.283Z","dependency_job_id":null,"html_url":"https://github.com/cloudipsp/php-sdk-v2","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fphp-sdk-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fphp-sdk-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fphp-sdk-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fphp-sdk-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudipsp","download_url":"https://codeload.github.com/cloudipsp/php-sdk-v2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253809745,"owners_count":21967786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["php","php7","sdk"],"created_at":"2025-01-10T23:26:56.547Z","updated_at":"2025-05-12T19:44:20.239Z","avatar_url":"https://github.com/cloudipsp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPSP PHP-SDK-v2\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" height=\"200\" src=\"https://avatars0.githubusercontent.com/u/15383021?s=200\u0026v=4\"\u003e\n\u003c/p\u003e\n\n## Payment service provider\nA payment service provider (PSP) offers shops online services for accepting electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking. Typically, they use a software as a service model and form a single payment gateway for their clients (merchants) to multiple payment methods. \n[read more](https://en.wikipedia.org/wiki/Payment_service_provider)\n\n## Installation\n\nThis SDK uses composer.\n\nComposer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.\n\nFor more information on how to use/install composer, please visit https://github.com/composer/composer\n\n#### Composer installation\n```cmd\ncomposer require cloudipsp/php-sdk-v2\n```\n#### Manual installation\n```cmd\ngit clone -b master https://github.com/cloudipsp/php-sdk-v2.git\n```\n\n```php\n\u003c?php\nrequire '/path-to-sdk/autoload.php';\n```\n## Simple Start\n```php\nrequire 'vendor/autoload.php';\n\\Cloudipsp\\Configuration::setMerchantId(1396424);\n\\Cloudipsp\\Configuration::setSecretKey('test');\n\n$checkoutData = [\n    'currency' =\u003e 'USD',\n    'amount' =\u003e 1000\n];\n$data = \\Cloudipsp\\Checkout::url($data);\n$url = $data-\u003egetUrl();\n//$data-\u003etoCheckout() - redirect to checkout\n```\n# Api\n\nSee [php-docs](https://cloudipsp.github.io/php-docs/)\n## Examples\nTo check it you can use build-in php server\n```cmd\ncd ~/php-sdk-v2\nphp -S localhost:8000\n```\n[Checkout examples](https://github.com/cloudipsp/php-sdk-v2/tree/master/examples)\n\n## Author\n\nD.M.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudipsp%2Fphp-sdk-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudipsp%2Fphp-sdk-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudipsp%2Fphp-sdk-v2/lists"}