PHPackages                             dystcz/lunar-api-paypal-adapter - 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. dystcz/lunar-api-paypal-adapter

ActiveLibrary[Payment Processing](/categories/payments)

dystcz/lunar-api-paypal-adapter
===============================

This is my package lunar-api-paypal-adapter

0.6.x-dev(2y ago)124[5 PRs](https://github.com/dystcz/lunar-api-paypal-adapter/pulls)MITPHPPHP ^8.2

Since Sep 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dystcz/lunar-api-paypal-adapter)[ Packagist](https://packagist.org/packages/dystcz/lunar-api-paypal-adapter)[ Docs](https://github.com/dystcz/lunar-api-paypal-adapter)[ RSS](/packages/dystcz-lunar-api-paypal-adapter/feed)WikiDiscussions 0.6 Synced 1mo ago

READMEChangelogDependencies (16)Versions (8)Used By (0)

Lunar API Paypal Adapter
========================

[](#lunar-api-paypal-adapter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1f56cf7b7c2d7b5c36012110fab96326fb80bbfc51b4df72b2691431741277c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64797374637a2f6c756e61722d6170692d70617970616c2d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dystcz/lunar-api-paypal-adapter)[![GitHub Actions](https://github.com/dystcz/lunar-api-paypal-adapter/actions/workflows/tests.yaml/badge.svg)](https://github.com/dystcz/lunar-api-paypal-adapter/actions/workflows/tests.yaml/badge.svg)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/63fe9a293f16e913b142bd68234ddde5b566fa2ba40ed5c80d4e81d4ecb13993/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f64797374637a2f6c756e61722d6170692d70617970616c2d616461707465722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/dystcz/lunar-api-paypal-adapter/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/dd382a4d71239ea006213b8a98caef47ffb9be159701e8d7f5ac4578194a83ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64797374637a2f6c756e61722d6170692d70617970616c2d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dystcz/lunar-api-paypal-adapter)

TODO: Write description

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

[](#installation)

You can install the package via composer:

```
composer require dystcz/lunar-api-paypal-adapter
```

You can publish the config file with:

```
php artisan vendor:publish --tag="lunar-api-paypal-adapter-config"
```

This is the contents of the published config file:

```
return [
    'driver' => 'paypal',
    'type' => 'card',
];
```

Usage
-----

[](#usage)

```
// Create a payment intent
App::make(PaypalPaymentAdapter::class)->createIntent($cart)

// Handle a webhook (validate and authorize payment)
App::make(PaypalPaymentAdapter::class)->handleWebhook($request)
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jakub Theimer](https://github.com/dystcz)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~93 days

Total

2

Last Release

869d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/581117abe0f4b50c0ed62f6072f506571a3be5351311f447f10e120c24e2ddca?d=identicon)[theimerj](/maintainers/theimerj)

---

Top Contributors

[![lorinczdev](https://avatars.githubusercontent.com/u/34649992?v=4)](https://github.com/lorinczdev "lorinczdev (13 commits)")[![repl6669](https://avatars.githubusercontent.com/u/5587309?v=4)](https://github.com/repl6669 "repl6669 (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravellunar-apilunar-phpphplaravellunardystczlunar-apilunar-api-paypal-adapter

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dystcz-lunar-api-paypal-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/dystcz-lunar-api-paypal-adapter/health.svg)](https://phpackages.com/packages/dystcz-lunar-api-paypal-adapter)
```

###  Alternatives

[creagia/laravel-redsys

Laravel Redsys Payments Gateway

2013.6k](/packages/creagia-laravel-redsys)[danestves/laravel-polar

A package to easily integrate your Laravel application with Polar.sh

7812.3k](/packages/danestves-laravel-polar)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[jonpurvis/squeaky

A Laravel Validation Rule to Help Catch Profanity.

706.0k](/packages/jonpurvis-squeaky)

PHPackages © 2026

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