{"id":36398835,"url":"https://github.com/agustinprod/sermepa","last_synced_at":"2026-01-11T16:01:41.102Z","repository":{"id":21298163,"uuid":"24614402","full_name":"agustinprod/sermepa","owner":"agustinprod","description":"PHP Sermepa payments utility","archived":false,"fork":false,"pushed_at":"2017-10-16T10:40:15.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T15:17:06.939Z","etag":null,"topics":["php","sermepa","tpv"],"latest_commit_sha":null,"homepage":"","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/agustinprod.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}},"created_at":"2014-09-29T21:48:13.000Z","updated_at":"2016-08-08T09:06:25.000Z","dependencies_parsed_at":"2022-07-27T02:17:13.707Z","dependency_job_id":null,"html_url":"https://github.com/agustinprod/sermepa","commit_stats":null,"previous_names":["agustinprod/sermepa","killgt/sermepa"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/agustinprod/sermepa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agustinprod%2Fsermepa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agustinprod%2Fsermepa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agustinprod%2Fsermepa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agustinprod%2Fsermepa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agustinprod","download_url":"https://codeload.github.com/agustinprod/sermepa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agustinprod%2Fsermepa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28312129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"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":["php","sermepa","tpv"],"created_at":"2026-01-11T16:01:08.651Z","updated_at":"2026-01-11T16:01:41.075Z","avatar_url":"https://github.com/agustinprod.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sermepa [![Build Status](https://travis-ci.org/killgt/sermepa.svg)](https://travis-ci.org/killgt/sermepa)\n=======\n\nPHP Sermepa payments utility\n\n\n## Usage\n\n```php\nuse Killgt\\Sermepa\\Request;\n\n$fuc = \"999008881\";\n$key = \"Mk9m98IfEblmPfrpsawt7BmxObt98Jev\";\n$useProductionEnviroment = false;\n$terminal = \"871\";\n$businessName = \"Massive Dynamic\";\n\n$request = new Killgt\\Sermepa\\Request($fuc, $key, $useProductionEnviroment, $terminal, $businessName);\n\n$request-\u003esetAmount(45.54);\n$request-\u003esetOrder('2014abcd1234');\n$request-\u003esetTransactionType(0);\n$request-\u003esetCallbackURL('http://example.com/callback');\n$request-\u003esetSuccessURL('http://example.com/ok');\n$request-\u003esetErrorURL('http://example.com/error');\n$request-\u003esetPayer('Peter Bishop');\n$request-\u003esetProductDescription('The machine');\n\necho $request-\u003erender(); //outputs the form and auto-submit\n```\n\n### Checking the callback\n```php\n$request = new Killgt\\Sermepa\\Request;\n$request-\u003esetKey($key);\n\nif ($response = $request-\u003echeckCallback($_POST)) {\n\t// Get $response['Ds_Order'] and update your order\n} else {\n\t// Something went wrong\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagustinprod%2Fsermepa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagustinprod%2Fsermepa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagustinprod%2Fsermepa/lists"}