PHPackages                             ahmadmrj/payir - 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. ahmadmrj/payir

ActiveLibrary[Payment Processing](/categories/payments)

ahmadmrj/payir
==============

laravel library to handle payment with pay.ir service

1.0.0(7y ago)340PHPPHP &gt;=5.5

Since Oct 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ahmadmrj/payir)[ Packagist](https://packagist.org/packages/ahmadmrj/payir)[ RSS](/packages/ahmadmrj-payir/feed)WikiDiscussions master Synced 2w ago

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

payir
=====

[](#payir)

A Laravel library to implement payment operation with pay.ir service

To install the package:

```
composer install ahmadmrj/payir

```

After install add this to the `provider` section in your config/app.php to use the package as a service provider:

```
'providers' => [
  .
  .
  Ahmadmrj\Payir\PaymentServiceProvider::class
]

```

A sample of the Payment controller:

```
