- Notifications
You must be signed in to change notification settings - Fork11
Atfawy interface for larvel
License
NotificationsYou must be signed in to change notification settings
maherelgamil/laravel-fawry
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Laravel interface forAtFawry
Install via composer
composer require maherelgamil/laravel-fawry
And then publish config
php artisan vendor:publish --tag="fawry-config"
Addmerchant_code
,security_key
that's provided from Atfawry account
Now, Run migration
php artisan migrate
// Get user$user =App\User::find(1);$tokenResponse = Fawry::createCardToken($cardNumber,$expiryYear,$expiryMonth,$cvv,$user);
// Get user$user =App\User::find(1);Fawry::listCustomerTokens($user);
// Get user$user =App\User::find(1);Fawry::deleteCardToken($user);
// Get user$user =App\User::find(1);Fawry::chargeViaCard($merchantRefNum,$user,$amount,$chargeItems = [],$description =null )
// Get user$user =App\User::find(1);Fawry::chargeViaFawry($merchantRefNum,$user,$paymentExpiry,$amount,$chargeItems = [],$description =null )
Fawry::refund($fawryRefNumber,$refundAmount,$reason =null)
Laravel Fawry is an open-sourced laravel package licensed under theMIT license
Enjoy!
About
Atfawy interface for larvel
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published