{"id":21418540,"url":"https://github.com/codenteq/iyzico-payment-gateway","last_synced_at":"2026-01-22T15:23:54.372Z","repository":{"id":61119066,"uuid":"508858862","full_name":"codenteq/iyzico-payment-gateway","owner":"codenteq","description":"The Laravel eCommerce Iyzico Payment Gateway","archived":false,"fork":false,"pushed_at":"2025-08-20T14:12:09.000Z","size":89,"stargazers_count":10,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T04:07:51.036Z","etag":null,"topics":["acikkaynak","bagisto","codenteq","ecommerce","iyzico","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":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["codenteq"],"open_collective":"codenteq"}},"created_at":"2022-06-29T22:06:17.000Z","updated_at":"2025-08-20T14:06:55.000Z","dependencies_parsed_at":"2022-10-11T07:34:08.940Z","dependency_job_id":"37355cf2-eec4-4afc-a58f-d8b3f5d6ae17","html_url":"https://github.com/codenteq/iyzico-payment-gateway","commit_stats":{"total_commits":21,"total_committers":4,"mean_commits":5.25,"dds":"0.23809523809523814","last_synced_commit":"fac4080498cd1d1aabb0a07c18b23fb03a560e7b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/codenteq/iyzico-payment-gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fiyzico-payment-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fiyzico-payment-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fiyzico-payment-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fiyzico-payment-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenteq","download_url":"https://codeload.github.com/codenteq/iyzico-payment-gateway/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenteq%2Fiyzico-payment-gateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28665143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"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","iyzico","opensource","payment"],"created_at":"2024-11-22T19:22:14.020Z","updated_at":"2026-01-22T15:23:54.368Z","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/iyzico.svg\" width=\"288\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# Iyzico Payment Gateway\n[![License](https://poser.pugx.org/codenteq/iyzico-payment-gateway/license)](https://github.com/codenteq/iyzico-payment-gateway/blob/master/LICENSE)\n[![Total Downloads](https://poser.pugx.org/codenteq/iyzico-payment-gateway/d/total)](https://packagist.org/packages/codenteq/iyzico-payment-gateway)\n\n## 1. Introduction:\n\nInstall this package now to receive secure payments in your online store. Iyzico offers an easy and secure payment gateway.\n\n## 2. Requirements:\n\n* **PHP**: 8.2 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/iyzico-payment-gateway\n```\n\n- Publish the assets using the command below\n```\nphp artisan vendor:publish --tag=iyzico-assets\n```\n\n\u003e WARNING \u003cbr\u003e\n\u003e Go to `/admin/configuration/sales/payment_methods`, find Iyzico, and enter your API Key and Secret Key.\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\\Iyzico\\Providers\\IyzicoServiceProvider::class,\n```\n\n- Goto composer.json file and add following line under 'psr-4'\n\n```\n\"Webkul\\\\Iyzico\\\\\": \"packages/Webkul/Iyzico/src\"\n```\n\n- Run these commands below to complete the setup\n\n```\ncomposer dump-autoload\n```\n\n\u003e WARNING \u003cbr\u003e\n\u003e Go to `/admin/configuration/sales/payment_methods`, find Iyzico, and enter your API Key and Secret Key.\n\n\u003e That's it, now just execute the project on your specified domain.\n\n## How to contribute\nIyzico 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%2Fiyzico-payment-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenteq%2Fiyzico-payment-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenteq%2Fiyzico-payment-gateway/lists"}