PHPackages                             amirkhh/savano - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. amirkhh/savano

ActiveYii2-extension[Payment Processing](/categories/payments)

amirkhh/savano
==============

Savano Payment Gateway Extension For Yii2

1.0(8y ago)0111MIT LicensePHP

Since Feb 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/amirkhh/yii2-savano)[ Packagist](https://packagist.org/packages/amirkhh/savano)[ RSS](/packages/amirkhh-savano/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Savano Payment
==============

[](#savano-payment)

Savano Payment Gateway Extension For Yii2

Installation
============

[](#installation)

The preferred way to install this extension is through composer.

Either run

```
php composer.phar require amirkhh/savano

```

or add

```
"amirkhh/savano": "^1.0"

```

to the require section of your `composer.json` file.

How to use this extension
=========================

[](#how-to-use-this-extension)

For example, imagine that you have a controller called this PaymentController at first you need 2 actions, one of them is for request payment and another is verify payment.

you need to use an storage to save your payments and payments status.

`PaymentController.php`

```
.....
