Download the PHP package erkineren/shopier without Composer
On this page you can find all versions of the php package erkineren/shopier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download erkineren/shopier
More information about erkineren/shopier
Files in erkineren/shopier
Informations about the package shopier
Shopier PHP API SDK
A PHP SDK for Shopier Payment Gateway integration. This package allows you to easily integrate Shopier payment services into your PHP applications.
Türkçe açıklama için aşağıya bakınız.
Installation
You can install the package via composer:
Usage
Renderers
The library includes 3 different renderers:
- ShopierButtonRenderer: Redirects to payment page after button click. Uses Shopier styled button.
- AutoSubmitFormRenderer: Directly redirects to the payment page.
- IframeRenderer: Embeds the payment page in an iframe (for pop-up methods without leaving the site).
ShopierButtonRenderer
AutoSubmitFormRenderer
IframeRenderer
Custom Renderers
You can create your own renderers by extending the AbstractRenderer
class and implementing the render
method, or you can use the ButtonRenderer
class to design your own buttons.
Verifying Payment Response
You can verify the payment response in your callback/return page as shown below:
Response data structure:
Contributing
Please see CONTRIBUTING.md for details.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- Erkin Eren
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Shopier Api Sdk (Türkçe)
Yazdığınız özel yazılımlarınıza Shopier ile Ödeme Alma metodu ekleyebilirsiniz.
Shopier Api Entegrasyonu ile çok kolay bir şekilde entegrasyon sağlayın.
Kurulum
Kullanım
Daha fazla bilgi için İngilizce dokümantasyona bakınız.