PHPackages                             cepdtech/pokemon - 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. [API Development](/categories/api)
4. /
5. cepdtech/pokemon

ActiveMagento2-module[API Development](/categories/api)

cepdtech/pokemon
================

Magento 2 module to integrate with PokeAPI

1.0.0(1y ago)02MITPHP

Since Jul 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/RadekBucki/Magento2PokemonApiIntegration)[ Packagist](https://packagist.org/packages/cepdtech/pokemon)[ RSS](/packages/cepdtech-pokemon/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Cepdtech\_Pokemon module
========================

[](#cepdtech_pokemon-module)

Magento 2 module to integrate with PokeAPI

Setup
-----

[](#setup)

```
composer require cepdtech/pokemon
```

ADR
---

[](#adr)

### Write own Pokemon API client

[](#write-own-pokemon-api-client)

There are 2 3rd party libraries, but both has problems:

-
    - doesn't support injection of base URL
-
    - doesn't support PHP 8

In normal situation I will propose to use the first one (in the worst scenario (url changed) composer patch could be used), but because this is skill presentation project, I decided to write my own client.

Quality
-------

[](#quality)

Tested on:

- PHP 8.3
- Magento Community Edition 2.4.7

### Tests

[](#tests)

```
vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist vendor/cepdtech/pokemon
```

### Code sniffer

[](#code-sniffer)

```
vendor/bin/phpcs --standard=Magento2 -p -s --colors --error-severity=1 --warning-severity=0 vendor/cepdtech/pokemon/
```

### Copy-paste detector

[](#copy-paste-detector)

```
vendor/bin/phpcpd vendor/cepdtech/pokemon/
```

### Mess detector

[](#mess-detector)

```
vendor/bin/phpmd vendor/cepdtech/pokemon/ text dev/tests/static/testsuite/Magento/Test/Php/_files/phpmd/ruleset.xml
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

656d ago

### Community

Maintainers

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

---

Top Contributors

[![RadekBucki](https://avatars.githubusercontent.com/u/82117265?v=4)](https://github.com/RadekBucki "RadekBucki (7 commits)")

### Embed Badge

![Health badge](/badges/cepdtech-pokemon/health.svg)

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

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[graycore/magento2-cors

A Magento 2 module that enables CORS on the GraphQL and REST Apis

99516.1k](/packages/graycore-magento2-cors)[elgentos/module-prismicio

Magento 2 - Prismic.io integration

39112.0k3](/packages/elgentos-module-prismicio)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)

PHPackages © 2026

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