PHPackages                             easebuzz/pay-with-easebuzz-laravel - 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. easebuzz/pay-with-easebuzz-laravel

ActiveLibrary

easebuzz/pay-with-easebuzz-laravel
==================================

1.0.0(2y ago)37.9k↑107.1%3[1 PRs](https://github.com/easebuzz/paywitheasebuzz-laravel-lib/pulls)PHP

Since Sep 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/easebuzz/paywitheasebuzz-laravel-lib)[ Packagist](https://packagist.org/packages/easebuzz/pay-with-easebuzz-laravel)[ RSS](/packages/easebuzz-pay-with-easebuzz-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PayWithEasebuzz Laravel Package
===============================

[](#paywitheasebuzz-laravel-package)

This package exposes Easebuzz core payment apis as a Laravel package.

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

[](#installation)

```
composer require easebuzz/pay-with-easebuzz-laravel

```

Create the Easebuzz Controller
------------------------------

[](#create-the-easebuzz-controller)

```
php artisan make:controller EasebuzzController

```

Easebuzz Controller
-------------------

[](#easebuzz-controller)

```
# EasebuzzController.php
