Download the PHP package e1sn555/kapitalbank without Composer

On this page you can find all versions of the php package e1sn555/kapitalbank. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package kapitalbank

Kapitalbank Payment API with PHP (Laravel Framework)

Məlumat

Bu paket Laravel layihələrinizə Kapitalbankın ödəniş sistemini rahatlıqla bağlamağınıza köməklik edəcəkdoir.

Quraşdırma

Siz bu kodu layihənin olduğu qovluqda çalışdıraraq paketi layihəyə daxil edə bilərsiniz.

Laravel avto-yükləyicisi olmadan paketi tanıtmaq

Əgər siz paketi yükləmisinizsə, lakin yenədə layihə paketi görmürsə və ya siz onu manual olaraq tanıtdırmaq istəyirsinizsə paketin ServiceProvider'ini config/app.php daxilində müvafiq yerə yazmalısınız.

Əgər siz Facade istifadə etmək istəyirsinizsə onda aşağıdakı koduda daxil etməlisiniz.

Konfiqurasiya

Paketi konfiqurasiya etmək üçün əvvəlcə konfiq fayıllarını çağırmalısınız. Bunun üçün aşağıdakə sətri icra etməyiniz bəs edir.

Bu kodun icrasında sizin config qovluğunuza kapitalbank.php adlı yeni bir fayl gələcəkdir. Bu konfiq faylının daxili aşağıdakı kimidir.

Siz burada merchant, certificate_pathkey_path yazılan xanaları məcburi şəkildə doldurmalısınız (Siz kapitalbank əməkdaşına key yaradıb verirsiz o isə sizə certificatemerchant_id təqdim edəcəkdir). approve_url, cancel_urldecline_url isə default callback vermək üçün nəzərdə tutulub. Əgər siz bunu default şəkildə vermək istəmirsinizsə sorğu zamanıda verə bilərsiniz.

Servisi kontrollerimizə tanıtmaq (Dependency Injection)

Servisi kontrollerin __construct() metodunda bu şəkildə təyin etməyiniz servisdən istifadə etməyiniz üçün kifayət edəcəkdir.

İstifadə qaydaları

Hazırda paketdən istifadə edərək purchase, refundpreAuth sorğularını istifadə edə bilərsiniz. Bu haqda daha çox məlumat almaq üçün https://pg.kapitalbank.az/docs saytını ziyarət edə bilərsiniz.

Purchase sorğusu

Bu sorğuda siz müştərinin hesabından pulu bir başa olaraq öz hesabınıza çəkəcəksiniz. Nümunə aşağıdakı kimidir:

Refund sorğusu

Siz sorğu vasitəsilə pulu müştərinin hesabına qaytarırsız. Bu isə aşağıdakı kimi icra olunur:

PreAuth sorğusu

Bu sorğunun əsas məqsədi müştərinin hesabında olan pulu bloklamaqdır. Yəni siz müştəri məhsulu sifariş etdiyi anda pulu bloklayır, məhsulu ona çatdırdığınız anda isə pulu öz hesabınıza keçirirsiz və ya anbarınızda məhsul tükənibsə həmin sifariş ləğv edir, pulu da blokdan açırsınız. PreAuth sorğusu buna görədə 3 hissədən ibarətdir: sifariş yaratma, sifarişi tamamlama, sifarişi ləğv etmə

Sifariş yaratma

Gördüyünüz kimi bu sorğu ilə birinci sorğu arasındaki tək fərq order_type göndərməyimizdir. Qayıdan cavab da birinci sorğunun cavabı ilə eyni olacaqdır.

Sifarişi tamamlama
Sifarişi ləğv etmək
Taksitə görə aylaraq bölmək

Kapitalbank tərəfindən sizin üçün ayrılan ayları əvvəlcə müştəriyə seçdirməli daha sonra isə taksit sorğusu yaratmalısınız. Taksik sorğusu yaratmaq çox asandır, sadəcə description hissəsində TAKSIT=$ay kimi göndərəcəksiniz. Numünə aşağıdaki kimi olacaqdır:


All versions of kapitalbank with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package e1sn555/kapitalbank contains the following files

Loading the files please wait ....