PHPackages                             paymee/core - 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. paymee/core

ActiveMagento2-module[Payment Processing](/categories/payments)

paymee/core
===========

Paymee API Magento 2 Integration

34841JavaScript

Since Apr 7Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/paymeebrasil/magento-2x)[ Packagist](https://packagist.org/packages/paymee/core)[ RSS](/packages/paymee-core/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Module for Magento 2.x - PayMee
===============================

[](#module-for-magento-2x---paymee)

Documentation in English
------------------------

[](#documentation-in-english)

This plugin for Magento 2.x allows you to integrate youy store with PayMee API.

Banks:

- 001 - Banco do Brasil S.A
- 033 - Santander Brasil S.A
- 077 - Banco Inter S.A
- 104 - Caixa Econômica Federal
- 212 - Banco Original S.A
- 237 - Banco Bradesco S.A
- 341 - Itaú-Unibanco S.A
- OUTROS BANCOS
- PIX

Requirements to integrate
-------------------------

[](#requirements-to-integrate)

- [PHP 7.0+](https://www.php.net)
- [Magento 2.x](https://magento.com/tech-resources/download)

Instalation via Composer
------------------------

[](#instalation-via-composer)

```
Open your Magento 2.x composer.json file, change `minimum-stability` to `dev`

Example: `"minimum-stability": "dev",`

After run:

$ composer require paymee/core
$ rm -rf pub/static/*
$ php bin/magento setup:upgrade;
$ php bin/magento setup:di:compile;
$ php bin/magento setup:static-content:deploy -f
$ php bin/magento cache:clean;
$ php bin/magento cache:flush;

```

Instalation via Upload
----------------------

[](#instalation-via-upload)

```
Download files from this repository
Create in your store root the folder: app/code/Paymee/Core/
Paste all files and folders

Run commands:
$ rm -rf pub/static/*
$ php bin/magento setup:upgrade;
$ php bin/magento setup:di:compile;
$ php bin/magento setup:static-content:deploy -f
$ php bin/magento cache:clean;
$ php bin/magento cache:flush;

```

API Reference
-------------

[](#api-reference)

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance56

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity12

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/e0ae6443cf5b16ae2599f2511eb223ca4c0601ba743e999bbadcb5776d52f5f6?d=identicon)[jrmaia](/maintainers/jrmaia)

---

Top Contributors

[![jrmaia](https://avatars.githubusercontent.com/u/19672685?v=4)](https://github.com/jrmaia "jrmaia (35 commits)")

### Embed Badge

![Health badge](/badges/paymee-core/health.svg)

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

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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