PHPackages                             maximk/maximkexternallinks - 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. [Admin Panels](/categories/admin)
4. /
5. maximk/maximkexternallinks

ActiveMagento2-module[Admin Panels](/categories/admin)

maximk/maximkexternallinks
==========================

N/A

06PHP

Since Mar 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/MaximKitsenko/magento2-bridge)[ Packagist](https://packagist.org/packages/maximk/maximkexternallinks)[ RSS](/packages/maximk-maximkexternallinks/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Synopsis
--------

[](#synopsis)

This extension add external links, such as ebay.com, amazon.com product links to magento products as extension attributes.

The example of adding extension attributes with plugin could be find in this extension

The list of feeds can be accessed at the following url:

Extension Attributes can be accessible in product object by path: extension\_attributes -&gt; external\_links -&gt; \[Array of Links could be find here\]

Motivation
----------

[](#motivation)

To demonstrate how to add extension attributes to product or to list of products

Technical features
------------------

[](#technical-features)

### API

[](#api)

In order to get product or list of products by Magento API you need to do API request to appropriate service. In Response you will see product object with described extension attributes You can find them by path, introduced below

### Product Repository Plugin

[](#product-repository-plugin)

You can find plugin here: {extension\_folder}/Model/Plugin/Product/Repository afterGet, afterGetList, afterSave - this methods are listen ProductRepositoryInterface in order to add there own attributes

### External Links Loader

[](#external-links-loader)

External links are loaded in plugin with ExternalLinks/Loader help. You can get few external links by product id

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

[](#installation)

This module is intended to be installed using composer. After the code is marshalled by composer, enable the module by adding it the list of enabled modules in [the config](app/etc/config.php) or, if that file does not exist, installing Magento. After including this component and enabling it, you can verify it is installed by going the backend at:

STORES -&gt; Configuration -&gt; ADVANCED/Advanced -&gt; Disable Modules Output

Once there check that the module name shows up in the list to confirm that it was installed correctly.

### Database

[](#database)

In Database this module is represented by one table: product\_external\_links and next fields: link\_id, link, link\_type, product\_id

Tests
-----

[](#tests)

Unit tests are found in the [Test/Unit](Test/Unit) directory. Api Functional Test is stored in the \[Test/ApiFunctional\] directory You need to create new database for api-functional test In order to run Api Functional Test you need to add it in dev/tests/api-functional/phpunit.xml.dist Also you can run this test directly from your IDE.

Contributors
------------

[](#contributors)

Magento Core team

License
-------

[](#license)

[Open Source License](LICENSE.txt)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/4807486?v=4)[Maxim Kitsenko](/maintainers/MaximKitsenko)[@MaximKitsenko](https://github.com/MaximKitsenko)

---

Top Contributors

[![MaximKitsenko](https://avatars.githubusercontent.com/u/4807486?v=4)](https://github.com/MaximKitsenko "MaximKitsenko (3 commits)")

### Embed Badge

![Health badge](/badges/maximk-maximkexternallinks/health.svg)

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

PHPackages © 2026

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