PHPackages                             lizardmedia/module-product-attachments - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lizardmedia/module-product-attachments

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

lizardmedia/module-product-attachments
======================================

Products attachment by LizardMedia

1.3.10(5y ago)4125.3k↓50%39[5 issues](https://github.com/lizardmedia/product-attachments-magento2/issues)[3 PRs](https://github.com/lizardmedia/product-attachments-magento2/pulls)1MITPHPPHP ~7.1.0|~7.2.0|~7.3.0|~7.4.0CI failing

Since May 22Pushed 2y ago5 watchersCompare

[ Source](https://github.com/lizardmedia/product-attachments-magento2)[ Packagist](https://packagist.org/packages/lizardmedia/module-product-attachments)[ RSS](/packages/lizardmedia-module-product-attachments/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (26)Used By (1)

[![Latest Stable Version](https://camo.githubusercontent.com/bf9693844cb8d971624e94a75890012f5e54b9dbf42d3fb027507faa6836fb7f/68747470733a2f2f706f7365722e707567782e6f72672f6c697a6172646d656469612f6d6f64756c652d70726f647563742d6174746163686d656e74732f762f737461626c65)](https://packagist.org/packages/lizardmedia/module-product-attachments)[![Total Downloads](https://camo.githubusercontent.com/c5fcf8b8581dd446629ae7201384a0724487fd58fc582cb3f37458942da36a7a/68747470733a2f2f706f7365722e707567782e6f72672f6c697a6172646d656469612f6d6f64756c652d70726f647563742d6174746163686d656e74732f646f776e6c6f616473)](https://packagist.org/packages/lizardmedia/module-product-attachments)[![License](https://camo.githubusercontent.com/9a1bf8ea8c8530e3841e087c3d6ba2c63f6ee1657e37c770d637c099bf6fff45/68747470733a2f2f706f7365722e707567782e6f72672f6c697a6172646d656469612f6d6f64756c652d70726f647563742d6174746163686d656e74732f6c6963656e7365)](https://packagist.org/packages/lizardmedia/module-product-attachments)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b9dd1168322e2296afdbf94306f5b3c54c0b0ca8de52705f4715c6b83e39b417/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c697a6172646d656469612f70726f647563742d6174746163686d656e74732d6d6167656e746f322f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lizardmedia/product-attachments-magento2/?branch=master)[![Build Status](https://camo.githubusercontent.com/3d3ff091f7a596abc8c54e5198c7cc7821e29cbacfd69f872f67f9a9637d12fa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c697a6172646d656469612f70726f647563742d6174746163686d656e74732d6d6167656e746f322f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lizardmedia/product-attachments-magento2/build-status/master)

Magento 2 Product Attachments
=============================

[](#magento-2-product-attachments)

Module `LizardMedia_ProductAttachment` adds possibility to add attachment for products.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

[](#prerequisites)

- Magento 2.2+ / Magento 2.3+ / Magento 2.4+
- PHP 7.1 / 7.2 / 7.3 / 7.4

### Installing

[](#installing)

#### Download the module

[](#download-the-module)

##### Using composer (suggested)

[](#using-composer-suggested)

Simply run

```
composer require lizardmedia/module-product-attachments

```

##### Downloading ZIP

[](#downloading-zip)

Download a ZIP version of the module and unpack it into your project into

```
app/code/LizardMedia/ProductAttachment

```

#### Install the module

[](#install-the-module)

Run this command

```
bin/magento module:enable LizardMedia_ProductAttachment
bin/magento setup:upgrade

```

Usage
-----

[](#usage)

#### Admin panel

[](#admin-panel)

- add and manage attachments to product via product edit form

[![admin](https://user-images.githubusercontent.com/20238194/47045731-d2183680-d193-11e8-8410-9f2a93f88c44.png)](https://user-images.githubusercontent.com/20238194/47045731-d2183680-d193-11e8-8410-9f2a93f88c44.png)

#### Frontend

[](#frontend)

- display attachments on product view page

[![front-product-page](https://user-images.githubusercontent.com/20238194/47045430-122ae980-d193-11e8-9f0b-897f409f910d.png)](https://user-images.githubusercontent.com/20238194/47045430-122ae980-d193-11e8-9f0b-897f409f910d.png)

- display attachments in customer account bookmark

[![account-bookmark](https://user-images.githubusercontent.com/20238194/47045641-99785d00-d193-11e8-806d-6df5f9c17537.png)](https://user-images.githubusercontent.com/20238194/47045641-99785d00-d193-11e8-806d-6df5f9c17537.png)

[![account-attachments](https://user-images.githubusercontent.com/20238194/47045661-a5fcb580-d193-11e8-9482-a6a6a6b373d6.png)](https://user-images.githubusercontent.com/20238194/47045661-a5fcb580-d193-11e8-9482-a6a6a6b373d6.png)

For developers
--------------

[](#for-developers)

In case of uploading bigger files may be necessary adjusting some configuration with higher values:

- nginx - `client_max_body_size`
- php - `memory_limit` &amp;&amp; `upload_max_filesize` &amp;&amp; `post_max_size`

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/lizardmedia/product-attachments-magento2/tags).

Authors
-------

[](#authors)

- **Bartosz Kubicki** - *Initial work* - [Lizard Media](https://github.com/bartoszkubicki)

See also the list of [contributors](https://github.com/lizardmedia/product-attachments-magento2/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

To do
-----

[](#to-do)

- allow attachment variations depending on store view
- add tests coverage
- unit tests
- make general code refactor

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~56 days

Recently: every ~26 days

Total

19

Last Release

1905d ago

PHP version history (4 changes)1.0.2PHP ~7.1.0

1.1.0PHP ~7.1.0|~7.2.0

1.2.0PHP ~7.1.0|~7.2.0|~7.3.0

1.3.6PHP ~7.1.0|~7.2.0|~7.3.0|~7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/68c2484123c5a8f7a80ddce8b9e0f05f75c59739829102299aa6014a2c670c4f?d=identicon)[lizardmedia](/maintainers/lizardmedia)

---

Top Contributors

[![bartoszkubicki](https://avatars.githubusercontent.com/u/20238194?v=4)](https://github.com/bartoszkubicki "bartoszkubicki (4 commits)")[![maciejslawik](https://avatars.githubusercontent.com/u/11910648?v=4)](https://github.com/maciejslawik "maciejslawik (3 commits)")[![cytorick](https://avatars.githubusercontent.com/u/51737436?v=4)](https://github.com/cytorick "cytorick (2 commits)")[![syidev](https://avatars.githubusercontent.com/u/9661065?v=4)](https://github.com/syidev "syidev (1 commits)")[![voytech-net](https://avatars.githubusercontent.com/u/23280041?v=4)](https://github.com/voytech-net "voytech-net (1 commits)")[![zbigniewKurasLM](https://avatars.githubusercontent.com/u/66433780?v=4)](https://github.com/zbigniewKurasLM "zbigniewKurasLM (1 commits)")[![eugene-markov](https://avatars.githubusercontent.com/u/74355559?v=4)](https://github.com/eugene-markov "eugene-markov (1 commits)")[![mokadev](https://avatars.githubusercontent.com/u/876905?v=4)](https://github.com/mokadev "mokadev (1 commits)")

---

Tags

attachmentsmagento2magento2-module

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lizardmedia-module-product-attachments/health.svg)

```
[![Health](https://phpackages.com/badges/lizardmedia-module-product-attachments/health.svg)](https://phpackages.com/packages/lizardmedia-module-product-attachments)
```

###  Alternatives

[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

281773.3k](/packages/baldwin-magento2-module-url-data-integrity-checker)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[faonni/module-smart-category

SmartCategory module is a base of Smart Categories functionality.

8289.3k3](/packages/faonni-module-smart-category)[scandipwa/menu-organizer

Scandiweb Menu Organizer for ScandiPWA

13230.5k2](/packages/scandipwa-menu-organizer)[spaggel/tooltip

Product attribute tooltips module for Magento 2

2431.5k](/packages/spaggel-tooltip)

PHPackages © 2026

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