Download the PHP package yasinkuyu/omnipay-paycell-sdk without Composer
On this page you can find all versions of the php package yasinkuyu/omnipay-paycell-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yasinkuyu/omnipay-paycell-sdk
More information about yasinkuyu/omnipay-paycell-sdk
Files in yasinkuyu/omnipay-paycell-sdk
Package omnipay-paycell-sdk
Short Description Turkcell Paycell SDK gateway for Omnipay payment processing library
License MIT
Homepage https://github.com/yasinkuyu/omnipay-paycell-sdk
Informations about the package omnipay-paycell-sdk
Omnipay: Paycell SDK
Turkcell Paycell SDK gateway for Omnipay payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 8.1.x. This package implements Turkcell Paycell SDK support for Omnipay.
Important Notes
- Please review Paycell SDK Documentation before starting integration
- Check "Service Access and General Information" section for critical integration points
- This package uses RESTful JSON service examples
- For integration support: [email protected]
Installation
Required additional dependencies:
Test Mode
To enable test mode, set the following in your initialization:
Test mode uses different endpoints and credentials:
- Test URL: https://websdktest.turkcell.com.tr
- Production URL: https://paycellsdk.paycell.com.tr
Test Environment Credentials
- Application name: PAYCELLTEST
- Application password: PaycellTestPassword
- Secure code: PAYCELL12345
- Eulaid: 17
- Merchant Code: 9998
- Terminal Code: [Get from Paycell]
Basic Usage
-
Navigate to example directory:
-
Copy
init.php.example
toinit.php
-
Start test server:
- Open test page in browser:
http://localhost:8000/purchase.php
Initialize Gateway
Process Purchase
Query Transaction Status
Process Refund
Process Reverse (Cancel)
Supported Methods
- Purchase (Regular and 3D Secure)
- Query Transaction Status
- Refund
- Reverse (Cancel)
Test Cards
For test credit cards, visit: https://paycell.com.tr/test-kredi-kartlari
System Requirements
- PHP >= 8.1.0
- Composer
- PHP cURL extension
Support
- For general questions, use Stack Overflow with the
omnipay
tag - Report bugs via GitHub Issues
- Technical support: [email protected]
Documentation
For detailed integration information and API documentation, please visit Paycell SDK Documentation.
License
The MIT License (MIT). Please see License File for more information.
Other Omnipay Packages
Here are some other Omnipay payment gateway implementations developed by the same author:
-
Omnipay: NestPay
NestPay (İş Bankası, Akbank, Finansbank, Denizbank, Kuveyt Türk, Halkbank, Anadolubank, ING Bank, Citibank, Cardplus, Ziraat Bankası, Tekstilbank, Şekerbank, Türk Ekonomi Bankası) gateway for Omnipay payment processing library. -
Omnipay: Paycell API
Turkcell Paycell API gateway for Omnipay payment processing library. -
Omnipay: Iyzico
Iyzico payment gateway for Omnipay payment processing library. -
Omnipay: Paratika
Paratika (Asseco) payment gateway for Omnipay payment processing library. -
Omnipay: Posnet
Yapı Kredi Posnet payment gateway for Omnipay payment processing library. -
Omnipay: GVP
Garanti Virtual POS (GVP) payment gateway for Omnipay payment processing library. -
Omnipay: BKM Express
BKM Express payment gateway for Omnipay payment processing library. - Omnipay: PayTR
PayTR payment gateway for Omnipay payment processing library.
For more information and documentation, visit the respective GitHub repositories.