Download the PHP package azima/tamara without Composer
On this page you can find all versions of the php package azima/tamara. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor azima
Package tamara
Short Description The package acts as a Laravel integration for the Tamara API, allowing developers to easily create sessions, handle payments, and manage webhooks in their applications.
License MIT
Package tamara
Short Description The package acts as a Laravel integration for the Tamara API, allowing developers to easily create sessions, handle payments, and manage webhooks in their applications.
License MIT
Please rate this library. Is it a good library?
Informations about the package tamara
tamara
tamara is a Laravel package designed to simplify the integration of the tamara API into your Laravel applications. It provides an easy-to-use interface for creating checkout sessions, handling payments, managing webhooks, and more.
Installation
You can install the package via Composer.
Publish your tamara config file with
In your .env file, add the following configurations:
Usage
Check payment available options
Create checkout order
- urls array contain the callback urls for each status ['success' ,'failure','cancel','notification'] so that create route for each status
- if you passed route('tamara.result') in urls array success key then reponse will return in 'PaymentController@tamaraResult' function
-
in routes.php put
- in controllers/PaymentController create callback function to check response
Get order details
Cancel order
documentaion
All versions of tamara with dependencies
PHP Build Version
Package Version
No informations.
The package azima/tamara contains the following files
Loading the files please wait ...