PHPackages                             paystar/laravel-ipg - 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. paystar/laravel-ipg

ActiveLibrary[Payment Processing](/categories/payments)

paystar/laravel-ipg
===================

A package for PayStar payment gateway and Those for whom time is important

v1.0.1(3y ago)4181MITPHPPHP 7.\*|8.\*

Since Feb 6Pushed 2y ago2 watchersCompare

[ Source](https://github.com/imvahid/paystar-ipg)[ Packagist](https://packagist.org/packages/paystar/laravel-ipg)[ Docs](https://github.com/imvahid/paystar-ipg)[ RSS](/packages/paystar-laravel-ipg/feed)WikiDiscussions main Synced today

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

[![PayStar Logo](https://camo.githubusercontent.com/201122c1c9d084388efc9ba8ec835c270bc87f64e18fb71898ac4e5e20dc79d9/68747470733a2f2f706179737461722e69722f686f6d65706167652f696d6167652f6c6f676f2e737667)](https://paystar.ir)

This is a Laravel package for PayStar payment gateway.

[![Latest Version on Packagist](https://camo.githubusercontent.com/03f9dc43dab4c3e68943e87dd07a165afab56e97cb2ac7ac47b4fe7a37380d0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706179737461722f6c61726176656c2d6970672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paystar/laravel-ipg)[![GitHub issues](https://camo.githubusercontent.com/876bfe96e38d921fd00162edfe16854841ddffb8a224a5ae45c71b23fb6677dd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f696d76616869642f706179737461722d6970673f7374796c653d666c61742d737175617265)](https://github.com/imvahid/paystar-ipg/issues)[![GitHub stars](https://camo.githubusercontent.com/1431addc975a0a3fe2d54e63b670712197bfc347d0be3ca92b404b743b9d6236/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f696d76616869642f706179737461722d6970673f7374796c653d666c61742d737175617265)](https://github.com/imvahid/paystar-ipg/stargazers)[![GitHub forks](https://camo.githubusercontent.com/3cf881915ecc8b907644b861a44a6ce9cdac8ab3b6a78faa596781ac3a2c1180/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f696d76616869642f706179737461722d6970673f7374796c653d666c61742d737175617265)](https://github.com/imvahid/paystar-ipg/network)[![Total Downloads](https://camo.githubusercontent.com/9e6caa8c2752e68d2fabb0f01c763b7eeb467decdabbedca0e5a5e6f99288587/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706179737461722f6c61726176656c2d6970672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paystar/laravel-ipg)[![GitHub license](https://camo.githubusercontent.com/4db2ffa00c81d9916c6bd5854a89b5afc841941c26373f3327e3214754a216e4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f696d76616869642f706179737461722d6970673f7374796c653d666c61742d737175617265)](https://github.com/imvahid/paystar-ipg/blob/master/LICENSE)

---

### ⬇️ Installation guide

[](#arrow_down-installation-guide)

#### Install package

[](#install-package)

```
composer require paystar/laravel-ipg
```

#### Publish configs

[](#publish-configs)

```
php artisan vendor:publish --tag=paystar-ipg
```

---

### 📖 List of available methods

[](#book-list-of-available-methods)

- `create()`: return a token
- `payment()`: auto redirect to gateway
- `verify()`: verify transaction

---

### ✔️ How to use exists methods and options

[](#heavy_check_mark-how-to-use-exists-methods-and-options)

- #### Use `create()` method

    [](#use-create-method)

    ```
