{"id":35423166,"url":"https://github.com/codenteq/halkode-payment-gateway","last_synced_at":"2026-01-15T03:48:56.327Z","repository":{"id":332405445,"uuid":"1125322702","full_name":"codenteq/halkode-payment-gateway","owner":"codenteq","description":"The Laravel eCommerce HalkÖde Payment Gateway","archived":false,"fork":false,"pushed_at":"2026-01-08T09:50:16.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-13T19:34:17.116Z","etag":null,"topics":["acikkaynak","bagisto","codenteq","ecommerce","halkbank","opensource","payment"],"latest_commit_sha":null,"homepage":"https://codenteq.com","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/codenteq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["codenteq"],"open_collective":"codenteq"}},"created_at":"2025-12-30T14:20:39.000Z","updated_at":"2026-01-08T09:50:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codenteq/halkode-payment-gateway","commit_stats":null,"previous_names":["codenteq/halkode-payment-gateway"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/codenteq/halkode-payment-gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fhalkode-payment-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fhalkode-payment-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fhalkode-payment-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fhalkode-payment-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenteq","download_url":"https://codeload.github.com/codenteq/halkode-payment-gateway/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fhalkode-payment-gateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["acikkaynak","bagisto","codenteq","ecommerce","halkbank","opensource","payment"],"created_at":"2026-01-02T17:15:52.165Z","updated_at":"2026-01-15T03:48:56.319Z","avatar_url":"https://github.com/codenteq.png","language":"PHP","funding_links":["https://github.com/sponsors/codenteq","https://opencollective.com/codenteq"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://codenteq.com\" target=\"_blank\"\u003e\u003cimg src=\"src/Resources/assets/images/halkode.svg\" width=\"288\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# Halk Öde Payment Gateway\n[![License](https://poser.pugx.org/codenteq/halkode-payment-gateway/license)](https://github.com/codenteq/halkode-payment-gateway/blob/master/LICENSE)\n[![Total Downloads](https://poser.pugx.org/codenteq/halkode-payment-gateway/d/total)](https://packagist.org/packages/codenteq/halkode-payment-gateway)\n\n## 1. Introduction:\n\nInstall this package now to receive secure payments in your online store. Halk Öde offers an easy and secure payment gateway.\n\n## 2. Requirements:\n\n* **PHP**: 8.1 or higher.\n* **Bagisto**: v2.*\n* **Composer**: 1.6.5 or higher.\n\n## 3. Installation:\n\n- Run the following command\n```\ncomposer require codenteq/halkode-payment-gateway\n```\n\n- Publish the assets using the command below\n```\nphp artisan vendor:publish --tag=halkode-assets\n```\n\n\u003e WARNING \u003cbr\u003e\n\u003e Go to `/admin/configuration/sales/payment_methods`, find Halk Öde, and enter your Merchant Key and App Secret.\n\n\u003e That's it, now just execute the project on your specified domain.\n\n## Installation without composer:\n\n- To ensure that your custom shipping method package is properly integrated into the Bagisto application, you need to register your service provider. This can be done by adding it to the `bootstrap/providers.php` file in the Bagisto root directory.\n\n```\nWebkul\\Halkode\\Providers\\HalkodeServiceProvider::class,\n```\n\n- Goto composer.json file and add following line under 'psr-4'\n\n```\n\"Webkul\\\\Halkode\\\\\": \"packages/Webkul/Halkode/src\"\n```\n\n- Run these commands below to complete the setup\n\n```\ncomposer dump-autoload\n```\n\n- Publish the assets using the command below\n```\nphp artisan vendor:publish --tag=halkode-assets\n```\n\n\u003e WARNING \u003cbr\u003e\n\u003e Go to `/admin/configuration/sales/payment_methods`, find Halk Öde, and enter your Merchant Key and App Secret.\n\n\u003e That's it, now just execute the project on your specified domain.\n\n## How to contribute\nHalk Öde Payment Gateway is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our [Contribution Guideline document.](https://codenteq.com/contributor-covenant-code-of-conduct/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenteq%2Fhalkode-payment-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenteq%2Fhalkode-payment-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenteq%2Fhalkode-payment-gateway/lists"}