PHPackages                             aplr/laravel-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. aplr/laravel-paypal

ActiveLibrary[Payment Processing](/categories/payments)

aplr/laravel-paypal
===================

Paypal SDK Bridge for Laravel

1.0(7y ago)0159MITPHPPHP &gt;=7.0

Since Jun 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/aplr/laravel-paypal)[ Packagist](https://packagist.org/packages/aplr/laravel-paypal)[ RSS](/packages/aplr-laravel-paypal/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (11)Used By (0)

Laravel-PayPal
==============

[](#laravel-paypal)

Introduction
------------

[](#introduction)

The `laravel-paypal` package allows you to use the Paypal-SDK in a more laravel-ish way.

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

[](#installation)

Require the aplr/laravel-paypal package in your composer.json and update your dependencies:

```
$ composer require aplr/laravel-paypal
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Aplr\LaravelPaypal\ServiceProvider::class,
```

If you want to use the facade to conveniently access the Paypal SDK, add this to your facades in app.php:

```
'Paypal' => Aplr\LaravelPaypal\Facade::class,
```

Configuration
-------------

[](#configuration)

The defaults are set in config/paypal.php. Copy this file to your own config directory to modify the values. You can publish the config using this command:

```
$ php artisan vendor:publish --provider="Aplr\LaravelPaypal\ServiceProvider"
```

When using the default package configuration, you can set the Paypal SDK credentials in your `.env` file.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~14 days

Recently: every ~31 days

Total

10

Last Release

2762d ago

Major Versions

0.2.7 → 1.02018-10-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/1723f152d0d0015ac9fd0ee662732f276ac4fe314c245f6dad7a710155e75bb9?d=identicon)[aplr](/maintainers/aplr)

---

Top Contributors

[![aplr](https://avatars.githubusercontent.com/u/1051396?v=4)](https://github.com/aplr "aplr (22 commits)")

---

Tags

laravelpaypalpaypal-php-sdk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aplr-laravel-paypal/health.svg)

```
[![Health](https://phpackages.com/badges/aplr-laravel-paypal/health.svg)](https://phpackages.com/packages/aplr-laravel-paypal)
```

###  Alternatives

[larabook/gateway

A Laravel package for connecting to all Iraninan payment gateways

24553.7k](/packages/larabook-gateway)[amsgames/laravel-shop

Package set to provide shop or e-commerce functionality (such as CART, ORDERS, TRANSACTIONS and ITEMS) to Laravel for customizable builds.

4845.9k](/packages/amsgames-laravel-shop)[logicalgrape/paypal-ipn-laravel

A PayPal IPN client for Laravel.

3416.2k](/packages/logicalgrape-paypal-ipn-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
