PHPackages                             jbennecker/cakephp-paypal - 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. jbennecker/cakephp-paypal

ActiveCakephp-plugin[Payment Processing](/categories/payments)

jbennecker/cakephp-paypal
=========================

PayPal plugin for CakePHP.

0.0.1(5y ago)0158MITPHPPHP ^7.4

Since May 10Pushed 3y agoCompare

[ Source](https://github.com/brandcom/cakephp-paypal)[ Packagist](https://packagist.org/packages/jbennecker/cakephp-paypal)[ RSS](/packages/jbennecker-cakephp-paypal/feed)WikiDiscussions 4.x Synced 4w ago

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

PayPal Plugin for Cakephp 4.x
=============================

[](#paypal-plugin-for-cakephp-4x)

Installation and Usage
----------------------

[](#installation-and-usage)

Install the Plugin

```
composer require jbennecker/cakephp-paypal

```

Load the Plugin

```
$ bin/cake plugin load PayPal

```

Run Plugin Migrations

```
$ bin/cake migrations migrate -p PayPal

```

Add a file called `app_paypal.php` to your config folder and enter the following info

```
