PHPackages                             oscar-rey/laravel-wompi - 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. oscar-rey/laravel-wompi

ActiveLibrary[Payment Processing](/categories/payments)

oscar-rey/laravel-wompi
=======================

Wrapper de wompi-php para laravel

1.0.1(3y ago)11.6kMITPHP

Since Jun 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/oscar-rey-mosquera/laravel-wompi)[ Packagist](https://packagist.org/packages/oscar-rey/laravel-wompi)[ RSS](/packages/oscar-rey-laravel-wompi/feed)WikiDiscussions main Synced 1mo ago

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

 [![Logo Laravel Cashier Stripe](https://camo.githubusercontent.com/4a4547a76c26e3de5ca4616640f9205aae41c1b02be7445dfc9f2d4d58380c44/68747470733a2f2f636f6d756e696461642e617070686976652e696f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f342f346536623261393366323936326463663036663836383363313035636664643634643364313862332e706e67)](https://camo.githubusercontent.com/4a4547a76c26e3de5ca4616640f9205aae41c1b02be7445dfc9f2d4d58380c44/68747470733a2f2f636f6d756e696461642e617070686976652e696f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f342f346536623261393366323936326463663036663836383363313035636664643634643364313862332e706e67)

[![Total Downloads](https://camo.githubusercontent.com/8c5eb9f59c997c88675c57cd70dc34dd707455887cc81ec74be31b18e9a85ca3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f736361722d7265792f6c61726176656c2d776f6d7069)](https://packagist.org/packages/oscar-rey/laravel-wompi)[![Latest Stable Version](https://camo.githubusercontent.com/974dd8582f122402af457891a3508c115aa5cc6b42fb6ca1fb66afb2e3d55583/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f736361722d7265792f6c61726176656c2d776f6d7069)](https://packagist.org/packages/oscar-rey/laravel-wompi)[![License](https://camo.githubusercontent.com/7997b36fbe06338aaa4200abbcd768c51b1fd7aaecd7c5e08983085502adc3bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f736361722d7265792f6c61726176656c2d776f6d7069)](https://packagist.org/packages/oscar-rey/laravel-wompi) [![Test](https://github.com/oscar-rey-mosquera/laravel-wompi/actions/workflows/test.yml/badge.svg)](https://github.com/oscar-rey-mosquera/laravel-wompi/actions/workflows/test.yml)

💻 Instalación
-------------

[](#-instalación)

Para instalar utiliza [composer](https://getcomposer.org/).

```
composer require oscar-rey/laravel-wompi
```

🔧 Configuración
---------------

[](#-configuración)

```
//.env
WOMPI_PUBLIC_KEY=public_key
WOMPI_PRIVATE_KEY=private_key
WOMPI_PRIVATE_EVENT_KEY=private_event
```

Usa el middleware en tu ruta de webhooks
----------------------------------------

[](#usa-el-middleware-en-tu-ruta-de-webhooks)

```
use LaravelWompi\Http\Middleware\CheckWompiWebHookMiddleware;

Route::post('/bancolombia/wompi/webhook', function () {
    //
})->middleware(CheckWompiWebHookMiddleware::class);
```

Documentación
-------------

[](#documentación)

Este paquete es una envoltura del paquete wompi-php para laravel por ende la documentación es totalmente compatible con el uso de este [Wompi-php-documentación](https://github.com/oscar-rey-mosquera/wompi-php).

Contribución
------------

[](#contribución)

Puedes contribuir agregando nuevas funcionalidades, actualizaciones, refactorización de código y notificando errores, con antelación se agradece.

License
-------

[](#license)

[MIT license](LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

1430d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dade78ddb6c1115a2553f1940e8d92e947b514c458bf5f8e2b8bb2eb42fb7f6d?d=identicon)[oscarrey](/maintainers/oscarrey)

---

Top Contributors

[![oscar-rey-mosquera](https://avatars.githubusercontent.com/u/65368810?v=4)](https://github.com/oscar-rey-mosquera "oscar-rey-mosquera (18 commits)")

---

Tags

phplaravelwrapperpagosonlinenequiWompiBancolombiawompi-phpwompi-laravelwompi-laravel-wrapper

### Embed Badge

![Health badge](/badges/oscar-rey-laravel-wompi/health.svg)

```
[![Health](https://phpackages.com/badges/oscar-rey-laravel-wompi/health.svg)](https://phpackages.com/packages/oscar-rey-laravel-wompi)
```

###  Alternatives

[baklysystems/laravel-paymob

Laravel PayMob online payment gateway package

282.4k](/packages/baklysystems-laravel-paymob)

PHPackages © 2026

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