{"id":24160543,"url":"https://github.com/simpleweb/realex","last_synced_at":"2025-09-20T04:32:05.298Z","repository":{"id":2026855,"uuid":"2963181","full_name":"simpleweb/RealEx","owner":"simpleweb","description":"PHP library for communicating with RealEx for storing and processing credit cards using their Remote integration method.","archived":false,"fork":false,"pushed_at":"2011-12-12T09:59:55.000Z","size":96,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-03T01:41:26.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.realexpayments.co.uk/integration-methods","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"HowardMei/s6overlayscripts","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simpleweb.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":"2011-12-12T09:39:50.000Z","updated_at":"2020-03-11T15:07:51.000Z","dependencies_parsed_at":"2022-09-04T14:41:34.068Z","dependency_job_id":null,"html_url":"https://github.com/simpleweb/RealEx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simpleweb/RealEx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpleweb%2FRealEx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpleweb%2FRealEx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpleweb%2FRealEx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpleweb%2FRealEx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simpleweb","download_url":"https://codeload.github.com/simpleweb/RealEx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpleweb%2FRealEx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276046880,"owners_count":25575876,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-12T16:14:29.397Z","updated_at":"2025-09-20T04:32:05.054Z","avatar_url":"https://github.com/simpleweb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"RealEx PHP Library - Remote Integration method\n==============================\nBy Tom Holder - [http://www.simpleweb.co.uk](http://www.simpleweb.co.uk)\n\nOverview\n--------\nThis is a PHP library designed for integration in to Zend Framework based projects (would be easy to adapt to work outside).\n\nTo Do\n-----\n\nBetter examples.\n\nAdd some automated tests.\n\nUsage\n-----\n\nAdding card:\n\n    $realex = new Realex_Eft();\n    $payer = new Realex_Payer();\n    $payer-\u003eref = '1234'; //This is a reference you set for the card, you'd store this against the db for the user/card.\n\n    $rexCard = new Realex_Card($payer);\n    $rexCard-\u003eref = $cc-\u003erealExRef;\n    $rexCard-\u003enumber = '4444333322221111';\n    $rexCard-\u003eholder = 'MR TOM HOLDER';\n    $rexCard-\u003eexpiry = '0412';\n    $rexCard-\u003etype = 'MC;\n\n    $response = $realex-\u003eNewCard($rexCard);\n\n    if ($response-\u003eresult == 0) {\n        echo 'woo!';\n    }\n\nNeed example for raising payment but in summary you use RaisePayment method passing in a Realex_Payment object that has been initiated with a payer and card.\n\nLicense\n-------\nThis plugin is licensed under both the GPL and MIT licenses. Choose which ever one suits your project best.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpleweb%2Frealex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimpleweb%2Frealex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpleweb%2Frealex/lists"}