{"id":20716458,"url":"https://github.com/ferdiozer/parampos-ci","last_synced_at":"2026-04-20T12:33:49.631Z","repository":{"id":133437123,"uuid":"435007044","full_name":"ferdiozer/parampos-ci","owner":"ferdiozer","description":"Online Payment System with Php Codeigniter","archived":false,"fork":false,"pushed_at":"2021-12-08T10:36:20.000Z","size":504,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T07:26:29.047Z","etag":null,"topics":["codeigniter","codeigniter3","library","parampos-php","payment-module","payment-processing","payment-service","php"],"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/ferdiozer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.txt","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}},"created_at":"2021-12-04T20:54:52.000Z","updated_at":"2024-02-29T12:17:28.000Z","dependencies_parsed_at":"2023-07-16T22:00:59.266Z","dependency_job_id":null,"html_url":"https://github.com/ferdiozer/parampos-ci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ferdiozer/parampos-ci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Fparampos-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Fparampos-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Fparampos-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Fparampos-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferdiozer","download_url":"https://codeload.github.com/ferdiozer/parampos-ci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferdiozer%2Fparampos-ci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32047264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["codeigniter","codeigniter3","library","parampos-php","payment-module","payment-processing","payment-service","php"],"created_at":"2024-11-17T03:05:50.779Z","updated_at":"2026-04-20T12:33:49.590Z","avatar_url":"https://github.com/ferdiozer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parampos-ci\n\nParampos Codeigniter Library\n\n## Parampos Codeigniter - PHP\n\nParampos payment system Codeigniter version\n\n\n\n## Use\n\n\n\nExample\n\n```\n//Controller\n\tpublic function index($orderId){\n\n\t\tif(isset($_POST['pos_id'])){\n            $config['GUID'] = '0c13d406-873b-403b-9c09-a5766840d98c';\n            $config['CLIENT_CODE'] ='10738';\n            $config['CLIENT_USERNAME'] ='Test';\n            $config['CLIENT_PASSWORD'] ='Test';\n            $config['MODE'] = \"TEST\"; // PROD or TEST\n            $config['orderId'] = $orderId;\n            $config['cardHolderPhone'] =\"5445555555\";\n\n            $config['payAction'] = base_url('/checkout/payment/'.$orderId);\n            $config['successUrl'] =base_url('/checkout/result/'.$orderId.'success=true');\n            $config['failUrl'] = base_url('/checkout/result/'.$orderId);\n            // Include the library\n            $this-\u003eload-\u003elibrary('Parampos',$config);\n\n            $post['card_number'] = $_POST['card_number'];\n            $post['card_name'] = $_POST['card_name'];\n            $post['card_expmonth'] = $_POST['card_expmonth'];\n            $post['card_expyear'] = $_POST['card_expyear'];\n            $post['card_cvv'] = $_POST['card_cvv'];\n            $post['total_price']= '10,00';\n\n            $payed = $this-\u003eParampos-\u003esetPaid($post);\n            if ($payed[\"success\"]){\n                redirect( '/Welcome/index/'.$orderId.'?success');\n            }\n            else{\n                redirect('/Welcome/index/'.$orderId);\n            }\n        }\n\n\t\t$this-\u003eload-\u003eview('welcome_message',$data);\n\t}\n```\n\n### To include the library in an existing project\n\n* Copy 'application/libraries/Parampos.php'\n* Your projects 'application/libraries' folder\n\nand you can use it like in the example above.\n\n\n\n\n\nExample Bank Cards\n\n```\n\nZİRAAT BANKASI\nCard Number (Visa): 4546711234567894\nKart Numarası (Master Card): 5401341234567891\nExpiration Date: 12/26\nCVV: 000\n3D Secure Password: a\n\nFİNANSBANK\nCard Number (Visa): 4022774022774026\nKart Numarası (Master Card): 5456165456165454\nExpiration Date: 12/26\nCVV: 000\n3D Secure Password: a\n\nAKBANK\nCard Number (Visa): 4355084355084358\nKart Numarası (Master Card): 5571135571135575\nExpiration Date: 12/26\nCVV: 000\n3D Secure Password: a\n\nİŞ BANKASI\nCard Number (Visa): 4508034508034509\nKart Numarası (Master Card): 5406675406675403\nExpiration Date: 12/26\nCVV: 000\n3D Secure Password: a\n\nHALK BANKASI\nCard Number (Visa): 4531444531442283\nKart Numarası (Master Card): 5818775818772285\nExpiration Date: 12/26\nCVV: 001\n3D Secure Password: a\n\nDENİZBANK\nCard Number (Visa): 4090700101174272\nExpiration Date: 12/22\nCVV: 104\n3D Secure Password:123\n\nCard Number (Visa): 4090700090840057\nExpiration Date: 11/22\nCVV: 592\n3D Secure Password:123\n\nCard Number (Visa): 5200190006338608\nExpiration Date: 05/21\nCVV: 306\n3D Secure Password:123\n\nCard Number (Visa): 5200190009721495\nExpiration Date: 05/21\nCVV: 200\n3D Secure Password:123\n\nYAPIKREDİ\nCard Number (Visa): 4506347027911094\nCard Number (Master Card):5400619360964581\nExpiration Date: 03/22\nCVV: 000\n3D Secure Password:34020\nHALK BANKASI\nCard Number (Visa): 4531444531442283\nCard Number (Master Card): 5818775818772285\nExpiration Date: 12/26\nCVV: 001\n3D Secure Password: a\n\n```\n\nNote: Test cards only work in the test environment.\n\n\n## Support\nDocumentation :\n[Param Dev](https://dev.param.com.tr/en/)\n\n\n\n## Author\n\n[Ferdi Özer](https://github.com/ferdiozer) (info@ferdiozer.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferdiozer%2Fparampos-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferdiozer%2Fparampos-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferdiozer%2Fparampos-ci/lists"}