Download the PHP package asciisd/knet without Composer
On this page you can find all versions of the php package asciisd/knet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package knet
Short Description Knet package is provides an expressive, fluent interface to KNet's payment services.
License MIT
Informations about the package knet
Laravel KNET Payment Integration
A robust Laravel package for integrating KNET payment gateway services in your applications. This package provides a clean and elegant way to handle payment processing, refunds, and transaction management with KNET.
Features
- đ Secure payment processing
- đŗ Transaction management
- đ Payment status inquiries
- âŠī¸ Refund processing
- đ¯ Event-driven architecture
- đ Detailed transaction logging
- đĄī¸ Error handling
- đ Transaction tracking
Installation
You can install the package via composer:
After installation, publish the configuration file:
Configuration
Configure your KNET credentials in your .env
file:
Basic Usage
Creating a Payment
Manual Handling Payment Response
Processing Refunds
Checking Transaction Status
Events
The package dispatches several events that you can listen to:
KnetResponseReceived
: Fired when a payment response is receivedKnetResponsehandled
: Fired when a payment response is handled
Event Listeners Example
Transaction Model
The KnetTransaction
model provides several helpful methods:
Error Handling
The package includes comprehensive error handling:
Database Schema
The package includes migrations for the knet_transactions
table with the following fields:
id
: Primary keyuser_id
: Foreign key to users tabletrackid
: KNET tracking IDamt
: Transaction amountpaymentid
: KNET payment IDtranid
: KNET transaction IDref
: Reference numberresult
: Transaction resultauth
: Authorization codeavr
: AVR valuepostdate
: Posting datepaid
: Payment statuserror_text
: Error message if anyurl
: Payment URLlivemode
: Production/Test mode flag- Various UDF fields (udf1 to udf5)
- Refund-related fields
- Timestamps
Testing
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- Your Name
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of knet with dependencies
ext-libxml Version *
ext-simplexml Version *
illuminate/contracts Version ^10.0|^11.0|^12.0
illuminate/database Version ^10.0|^11.0|^12.0
illuminate/http Version ^10.0|^11.0|^12.0
illuminate/log Version ^10.0|^11.0|^12.0
illuminate/routing Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/events Version ^10.0|^11.0|^12.0