PHPackages                             matico/paidjp - 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. matico/paidjp

ActiveLibrary[Payment Processing](/categories/payments)

matico/paidjp
=============

Paidjp PHP Library

04PHP

Since Mar 15Pushed 7y agoCompare

[ Source](https://github.com/mactiencong/paidjp)[ Packagist](https://packagist.org/packages/matico/paidjp)[ RSS](/packages/matico-paidjp/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

The lib use paid.jp API for payment.
====================================

[](#the-lib-use-paidjp-api-for-payment)

How to use
==========

[](#how-to-use)

1. Fetch source to your project
2. Some config for lib in: /config.php. See and update:

```
const PAID_API_AUTH_CODE = 'put_your_auth_code_here';
const PAID_API_LOG_PATH = 'your log path, eg: /tmp/paidlib/';

```

3. Require autoloader.php to your source

```
$userId='user_id_want_to_check_status';
$result = Account::checkStatus($userId);

```

API Format will be return
=========================

[](#api-format-will-be-return)

```
print_r($result, true)
===>
Array
(
    [status] => SUCCESS|CLIENT_ERROR|ERROR // success or error
    [result] => array() // data will be returned in success cases
    [error] => Array
        (
            [code] => REQUEST_ERROR|PARAM_INVALID // error when request or param is invalid
            [detail] => C01|b2bCreditId // error_code_from_paidjp or invalid param name
        )

)

```

Example and testcases
=====================

[](#example-and-testcases)

Some examples and testcases see /tests/ dir

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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://www.gravatar.com/avatar/b8d10da6a91241ea7c130de622cccefa7e628a0cad525f06da7ffb09fed916c2?d=identicon)[mactiencong](/maintainers/mactiencong)

---

Top Contributors

[![mactiencong](https://avatars.githubusercontent.com/u/24889966?v=4)](https://github.com/mactiencong "mactiencong (10 commits)")

### Embed Badge

![Health badge](/badges/matico-paidjp/health.svg)

```
[![Health](https://phpackages.com/badges/matico-paidjp/health.svg)](https://phpackages.com/packages/matico-paidjp)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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