Download the PHP package thejano/zaincash-laravel without Composer
On this page you can find all versions of the php package thejano/zaincash-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thejano/zaincash-laravel
More information about thejano/zaincash-laravel
Files in thejano/zaincash-laravel
Package zaincash-laravel
Short Description A Laravel SDK for integrating with ZainCash payment gateway
License
Informations about the package zaincash-laravel
ZainCash Laravel SDK
Introduction
ZainCash Laravel is a PHP SDK designed to integrate the ZainCash payment gateway with Laravel applications seamlessly. This package provides an easy-to-use interface for initiating and verifying payments.
Installation
You can install the package via Composer:
Configuration
After installing the package, publish the configuration file using:
This will create a config/zaincash.php
file where you can set your credentials.
Add your credentials in your .env
file:
Usage
Initiate a Payment
You can initiate a payment using the ZainCashPayment
facade:
Verify a Payment
Check Transaction Status
Service Provider & Facade
The package registers ZainCashPaymentServiceProvider
automatically. It also provides a facade ZainCashPayment
for convenient usage.
License
This package is open-sourced software licensed under the MIT license.
API Documentation
For more details, visit the official API documentation:
All versions of zaincash-laravel with dependencies
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
firebase/php-jwt Version ^6.0
guzzlehttp/guzzle Version ^7.0