PHPackages                             kpasokhi/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. kpasokhi/savano

ActiveLaravel-package[Payment Processing](/categories/payments)

kpasokhi/savano
===============

Savano Payment Gateway For Laravel

1.0(8y ago)012MITPHP

Since Feb 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kpasokhi/laravel-savano)[ Packagist](https://packagist.org/packages/kpasokhi/savano)[ RSS](/packages/kpasokhi-savano/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

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

[](#savano-payment)

Savano Payment Gateway For Laravel

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

[](#installation)

The preferred way to install this extension is through composer.

Either run

```
php composer.phar require kpasokhi/savano

```

or add

```
"kpasokhi/savano": "1.*"

```

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`

```
.....
