PHPackages                             oleksandrmakhno/api-bridge-magento - 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. oleksandrmakhno/api-bridge-magento

ActivePimcore-plugin[API Development](/categories/api)

oleksandrmakhno/api-bridge-magento
==================================

Provides api interface for magento

1.0.0(10y ago)3962[2 issues](https://github.com/oleksandrmakhno/api-bridge-magento/issues)MITPHPPHP &gt;=5.3.0

Since Feb 9Pushed 10y ago6 watchersCompare

[ Source](https://github.com/oleksandrmakhno/api-bridge-magento)[ Packagist](https://packagist.org/packages/oleksandrmakhno/api-bridge-magento)[ Docs](https://github.com/oleksandrmakhno/api-bridge-magento)[ RSS](/packages/oleksandrmakhno-api-bridge-magento/feed)WikiDiscussions master Synced 2mo ago

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

Pimcore plugin api-bridge-magento
=================================

[](#pimcore-plugin-api-bridge-magento)

Package content
---------------

[](#package-content)

Bridge includes 2 extensions:

1. magento extension
2. pimcore plugin

How it works
------------

[](#how-it-works)

1. very simple
2. in magento we have product 'shirt' with sku = e123
3. in pimcore we have object MagentoBaseProduct 'shirt' with sku = e123
4. for example when in magento we open PDP (product details page) for 'shirt' - api call to pimcore fetch product media data

Pimcore plugin installation
---------------------------

[](#pimcore-plugin-installation)

Using Composer:

```
composer require oleksandrmakhno/api-bridge-magento

```

Manually:

```
https://github.com/oleksandrmakhno/api-bridge-magento.git

```

Manage pimcore settings:

```
1. pimcore => settings => object => classes => add class 'MagentoBaseProduct' => import (button in the bottom) => install/objectDefinition/class_MagentoBaseProduct_export.json => save
2. pimcore => settings => system => web service api => web service api enabled (check checkbox) => save
3. pimcore => settings => users / roles => users => create user 'api-bridge-magento'
4. pimcore => settings => users / roles => users => select user 'api-bridge-magento' => generate user api key (mypimcorerestapikey) => save
5. (install extension to magento) magento => system => configuration => api bridge pimcore => settings => pimcore api user key => set generated value (mypimcorerestapikey) => save config
6. pimcore => extras => extensions => extension 'ApiBridgeMagento' => enable
7. pimcore => objects panel => home (right click) add object => MagentoBaseProduct (sku=e123) => save & publish

```

Test api call
-------------

[](#test-api-call)

1. pimcore api returns data or nothing
2. we can test in browser

```
http://pimcore.local/plugin/ApiBridgeMagento/api/gateway?paramCommand=commandGetProduct&paramSku=e123&paramApiKey=mypimcorerestapikey
response: {"sku":"e123","info":null,"imageMain":null}

```

Release history
---------------

[](#release-history)

- 20160205 0.0.1 pimcore plugin initial version
- 20160216 0.0.2 added logic to install as pimcore plugin
- 20160329 0.1.0 version for installation process testing
- 20160329 0.2.0 version for installation process testing
- 20160329 0.3.0 version for installation process testing
- 20160329 0.4.0 description added
- 20160329 0.5.0 folder structure changed, images added
- 20160329 0.6.0 added folders doc, install
- 20160330 1.0.0 public release

Maintainer
----------

[](#maintainer)

- Oleksandr Makhno
-
- [](https://ua.linkedin.com/in/oleksandr-makhno-98a30b45)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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

Every ~7 days

Recently: every ~0 days

Total

8

Last Release

3695d ago

Major Versions

0.6.0 → 1.0.02016-03-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/606907ae59354d0dc918da03c897f2775acfa6b89219e9802ba49bf15b9e4924?d=identicon)[oleksandrmakhno](/maintainers/oleksandrmakhno)

---

Top Contributors

[![marharytagithub](https://avatars.githubusercontent.com/u/12852314?v=4)](https://github.com/marharytagithub "marharytagithub (5 commits)")[![night-hamster](https://avatars.githubusercontent.com/u/266169017?v=4)](https://github.com/night-hamster "night-hamster (5 commits)")

---

Tags

apimagentoBridgeintegrationpimcore

### Embed Badge

![Health badge](/badges/oleksandrmakhno-api-bridge-magento/health.svg)

```
[![Health](https://phpackages.com/badges/oleksandrmakhno-api-bridge-magento/health.svg)](https://phpackages.com/packages/oleksandrmakhno-api-bridge-magento)
```

###  Alternatives

[lasserafn/laravel-economic

Economic REST wrapper for Laravel

1118.5k](/packages/lasserafn-laravel-economic)

PHPackages © 2026

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