PHPackages                             jenn0pal/paymongo-php - 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. jenn0pal/paymongo-php

ActiveLibrary

jenn0pal/paymongo-php
=====================

A PHP wrapper for paymongo

031PHP

Since Apr 19Pushed 4y ago2 watchersCompare

[ Source](https://github.com/jenn0pal/paymongo-php)[ Packagist](https://packagist.org/packages/jenn0pal/paymongo-php)[ RSS](/packages/jenn0pal-paymongo-php/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Paymongo PHP Wrapper
====================

[](#paymongo-php-wrapper)

This a framework agnostic PHP wrapper for accessing Paymongo API.

- [Installation](#installation)
- [Usage](#usage)

### Installation

[](#installation)

```
composer require jenn0pal/paymongo-php:dev-master
```

### Usage

[](#usage)

For payload, please refer to [Paymongo API reference](https://developers.paymongo.com/reference)

```
use jenn0pal\Paymongo\Paymongo;

$config = [
   'secret_key' => 'YOUR-SECRET-KEY'
];
$payload = [
   'data' => [
       'attributes' => [
           'amount' => 10000,
           'payment_method_allowed' => ['card'],
           'payment_method_options' => [
               'card' => ['request_three_d_secure']
           ],
           'description' => 'A payment intent',
           'statement_descriptor' => 'MyStore',
           'currency' => 'PHP',
           'metadata' => []
       ]
   ]
];

$paymentIntent = Paymongo::payment($config)->create($payload);
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4667657?v=4)[Ray Jonathan](/maintainers/jenn0pal)[@jenn0pal](https://github.com/jenn0pal)

---

Top Contributors

[![jenn0pal](https://avatars.githubusercontent.com/u/4667657?v=4)](https://github.com/jenn0pal "jenn0pal (2 commits)")

### Embed Badge

![Health badge](/badges/jenn0pal-paymongo-php/health.svg)

```
[![Health](https://phpackages.com/badges/jenn0pal-paymongo-php/health.svg)](https://phpackages.com/packages/jenn0pal-paymongo-php)
```

PHPackages © 2026

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