PHPackages                             alicele1512/weareicers\_payment - 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. alicele1512/weareicers\_payment

ActiveLibrary[Payment Processing](/categories/payments)

alicele1512/weareicers\_payment
===============================

A payment processing library for various gateways like MoMo, Stripe, PayPal, and Card.

13PHP

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alicele1512/weareicers_payment)[ Packagist](https://packagist.org/packages/alicele1512/weareicers_payment)[ RSS](/packages/alicele1512-weareicers-payment/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Weareicers Payment
==================

[](#weareicers-payment)

A payment processing library for various gateways like MoMo, Stripe, PayPal, and Card.

[![Source Code](https://camo.githubusercontent.com/313516b075e3d02eea241b1c1b6c57f96c50db3fd39e37ab74b466cb8812dc17/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d616c6963656c65313531322f776561726569636572735f7061796d656e742d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/alicele1512/weareicers_payment)[![Latest Version](https://camo.githubusercontent.com/c0f6eb0147faadf250aaeaa9995da0eaf1a94697d33d8a55fd93048c4dc12f5b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f616c6963656c65313531322f776561726569636572735f7061796d656e742e7376673f7374796c653d666c61742d737175617265)](https://github.com/alicele1512/weareicers_payment/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/alicele1512/weareicers_payment/blob/master/LICENSE)

Donate
------

[](#donate)

If you'd like to support the project, please donate via: [![Buy Me a Coffee](https://camo.githubusercontent.com/4d96167c1c8b05ead50e31d4226707b6d1d89bace935dc421e65afd772bf96e2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275796d652d61436f666665652d79656c6c6f772e737667)](https://www.buymeacoffee.com/alicele)[![Sponsor](https://camo.githubusercontent.com/3d43f5763aa28f9216011716c412be1d7e0bb2a792474923e080ec7993004e60/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73706f6e736f722d4769744875622d79656c6c6f772e737667)](https://github.com/sponsors/alicele1512)[![Sponsor](https://camo.githubusercontent.com/161cdb221f6d4bff2d3fc1e67528078e9f103fcd398afc77a9da8be2a2bba82c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73706f6e736f722d50617970616c2d79656c6c6f772e737667)](https://www.paypal.me/alicele1512)

Usage Example
-------------

[](#usage-example)

use WeareicersPayment\\Helpers\\PaymentHelper;

$trans\_id = PaymentHelper::generateTransactionId(); $formattedAmount = PaymentHelper::formatCurrency(100.0, 'USD'); PaymentHelper::logTransaction("Transaction $trans\_id: Payment of $formattedAmount initiated."); $isValidAmount = PaymentHelper::validateAmount(100.0);

if ($isValidAmount) { // Proceed with the payment processing } else { // Handle invalid amount }

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

[](#installation)

You can install the package via Composer:

```
composer require alicele1512/weareicers_payment:dev-main
```

or

```
git clone https://github.com/alicele1512/weareicers_payment.git
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

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/9af7929a5481f12fe4f7311d58fa657fda2582b28f31d202b12849bb7fb09489?d=identicon)[alicele1512](/maintainers/alicele1512)

---

Top Contributors

[![alicele1512](https://avatars.githubusercontent.com/u/45648174?v=4)](https://github.com/alicele1512 "alicele1512 (55 commits)")

### Embed Badge

![Health badge](/badges/alicele1512-weareicers-payment/health.svg)

```
[![Health](https://phpackages.com/badges/alicele1512-weareicers-payment/health.svg)](https://phpackages.com/packages/alicele1512-weareicers-payment)
```

###  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)
