https://github.com/codenteq/halkode-payment-gateway
The Laravel eCommerce HalkÖde Payment Gateway
https://github.com/codenteq/halkode-payment-gateway
acikkaynak bagisto codenteq ecommerce halkbank opensource payment
Last synced: 5 months ago
JSON representation
The Laravel eCommerce HalkÖde Payment Gateway
- Host: GitHub
- URL: https://github.com/codenteq/halkode-payment-gateway
- Owner: codenteq
- License: mit
- Created: 2025-12-30T14:20:39.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-01-08T09:50:16.000Z (5 months ago)
- Last Synced: 2026-01-13T19:34:17.116Z (5 months ago)
- Topics: acikkaynak, bagisto, codenteq, ecommerce, halkbank, opensource, payment
- Language: PHP
- Homepage: https://codenteq.com
- Size: 64.5 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Halk Öde Payment Gateway
[](https://github.com/codenteq/halkode-payment-gateway/blob/master/LICENSE)
[](https://packagist.org/packages/codenteq/halkode-payment-gateway)
## 1. Introduction:
Install this package now to receive secure payments in your online store. Halk Öde offers an easy and secure payment gateway.
## 2. Requirements:
* **PHP**: 8.1 or higher.
* **Bagisto**: v2.*
* **Composer**: 1.6.5 or higher.
## 3. Installation:
- Run the following command
```
composer require codenteq/halkode-payment-gateway
```
- Publish the assets using the command below
```
php artisan vendor:publish --tag=halkode-assets
```
> WARNING
> Go to `/admin/configuration/sales/payment_methods`, find Halk Öde, and enter your Merchant Key and App Secret.
> That's it, now just execute the project on your specified domain.
## Installation without composer:
- 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.
```
Webkul\Halkode\Providers\HalkodeServiceProvider::class,
```
- Goto composer.json file and add following line under 'psr-4'
```
"Webkul\\Halkode\\": "packages/Webkul/Halkode/src"
```
- Run these commands below to complete the setup
```
composer dump-autoload
```
- Publish the assets using the command below
```
php artisan vendor:publish --tag=halkode-assets
```
> WARNING
> Go to `/admin/configuration/sales/payment_methods`, find Halk Öde, and enter your Merchant Key and App Secret.
> That's it, now just execute the project on your specified domain.
## How to contribute
Halk Ö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/)