PHPackages                             asdh/laravel-khalti - 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. asdh/laravel-khalti

ActiveLibrary[Payment Processing](/categories/payments)

asdh/laravel-khalti
===================

A laravel package to verify khalti payment.

1.0(5y ago)0107[3 PRs](https://github.com/AshishDhamalaAD/laravel-khalti/pulls)MITPHPPHP ^7.2.5

Since May 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AshishDhamalaAD/laravel-khalti)[ Packagist](https://packagist.org/packages/asdh/laravel-khalti)[ RSS](/packages/asdh-laravel-khalti/feed)WikiDiscussions master Synced yesterday

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

The package to verify Khalti payment.

Installation
------------

[](#installation)

```
composer require asdh/laravel-khalti
```

Publishing config file
----------------------

[](#publishing-config-file)

To publish the config file run below command.

```
php artisan vendor:publish --provider="AsDh\KhaltiServiceProvider" --tag="khalti"
```

This command will add `khalti.php` file in `config` directory where you can add public and secret keys.

It looks like this.

```
