PHPackages                             consoletvs/payzap - 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. consoletvs/payzap

ActiveLibrary[Payment Processing](/categories/payments)

consoletvs/payzap
=================

Simple paypal payments for laravel

1.1.0(8y ago)23924MITPHP

Since Aug 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ConsoleTVs/Payzap)[ Packagist](https://packagist.org/packages/consoletvs/payzap)[ RSS](/packages/consoletvs-payzap/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

 [![](https://camo.githubusercontent.com/cf62b7ec55faa22c40b31cd7beb6d533ff646762d7fef9d3222c141018b333c9/687474703a2f2f692e696d6775722e636f6d2f516b3355625a472e706e67)](https://camo.githubusercontent.com/cf62b7ec55faa22c40b31cd7beb6d533ff646762d7fef9d3222c141018b333c9/687474703a2f2f692e696d6775722e636f6d2f516b3355625a472e706e67)

Payzap - Simple paypal payments for laravel
===========================================

[](#payzap---simple-paypal-payments-for-laravel)

Description
-----------

[](#description)

Payzap is the new simple way of integrating paypal in your laravel application with a few lines of code. It uses simple and elegant syntax to create the payment.

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

[](#installation)

```
composer require consoletvs/payzap

```

Register the service provider to the current project (Not needed if using laravel 5.5+):

```
ConsoleTVs\Payzap\PayzapServiceProvider::class
```

Publish the configuration:

```
php artisan vendor:publish

```

Example payment controller, view and routes
-------------------------------------------

[](#example-payment-controller-view-and-routes)

- PaymentController.php

```
