PHPackages                             rapidez/amasty-shop-by-brand - 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. rapidez/amasty-shop-by-brand

AbandonedArchivedLibrary

rapidez/amasty-shop-by-brand
============================

Rapidez Amasty Shop By Brand

2.0.0(1y ago)13.1k8GPL-3.0PHPPHP ^8.0|^8.1|^8.2

Since Jun 30Pushed 1y ago2 watchersCompare

[ Source](https://github.com/rapidez/amasty-shop-by-brand)[ Packagist](https://packagist.org/packages/rapidez/amasty-shop-by-brand)[ Docs](https://rapidez.io)[ RSS](/packages/rapidez-amasty-shop-by-brand/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (30)Used By (0)

Rapidez Amasty Shop By Brand
============================

[](#rapidez-amasty-shop-by-brand)

Requirements
------------

[](#requirements)

You need to have the [Amasty Shop By Brand](https://amasty.com/shop-by-brand-for-magento-2.html) module installed and configured within your Magento 2 installation. This module comes with the [Improved Layered Navigation](https://amasty.com/improved-layered-navigation-for-magento-2.html) module.

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

[](#installation)

```
composer require rapidez/amasty-shop-by-brand

```

After that brands are available at `/some_brand` where all products from that brand will be displayed with the configured meta data and the description. If you want to display the brand image somewhere you can use `$product->amasty_brand_image` or `item.amasty_brand_image` within Reactive Search. For example on a product page:

```
@if($product->amasty_brand_image)

@endif

```

### Brand list widget

[](#brand-list-widget)

If you want to use the the `Amasty\ShopbyBrand\Block\Widget\BrandList` widget you can register it in the `config/rapidez.php` file. Useful for a brand cms page with all brands listed.

```
'widgets' => [
    ...
    'Amasty\ShopbyBrand\Block\Widget\BrandList' => Rapidez\AmastyShopByBrand\Widgets\BrandList::class,
],
```

Views
-----

[](#views)

If you need to change the views you can publish them with:

```
php artisan vendor:publish --provider="Rapidez\AmastyShopByBrand\AmastyShopByBrandServiceProvider" --tag=views

```

Note
----

[](#note)

Currently only brand pages, the brand list widget and images are implemented.

License
-------

[](#license)

GNU General Public License v3. Please see [License File](LICENSE) for more information.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance40

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 51.6% 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 ~38 days

Recently: every ~56 days

Total

29

Last Release

714d ago

Major Versions

0.9.0 → 2.0.02024-05-28

PHP version history (3 changes)0.1.0PHP ^7.4

0.5.1PHP ^8.0|^8.1

0.9.0PHP ^8.0|^8.1|^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72222911?v=4)[Rapidez](/maintainers/rapidez)[@rapidez](https://github.com/rapidez)

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

---

Top Contributors

[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (32 commits)")[![indykoning](https://avatars.githubusercontent.com/u/15870933?v=4)](https://github.com/indykoning "indykoning (7 commits)")[![claudio-ferraro](https://avatars.githubusercontent.com/u/54107647?v=4)](https://github.com/claudio-ferraro "claudio-ferraro (5 commits)")[![rbnmulder](https://avatars.githubusercontent.com/u/1227535?v=4)](https://github.com/rbnmulder "rbnmulder (5 commits)")[![BobWez98](https://avatars.githubusercontent.com/u/23509926?v=4)](https://github.com/BobWez98 "BobWez98 (4 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (4 commits)")[![danielsmink](https://avatars.githubusercontent.com/u/2118314?v=4)](https://github.com/danielsmink "danielsmink (2 commits)")[![VincentBean](https://avatars.githubusercontent.com/u/3906942?v=4)](https://github.com/VincentBean "VincentBean (1 commits)")[![Jade-GG](https://avatars.githubusercontent.com/u/32514269?v=4)](https://github.com/Jade-GG "Jade-GG (1 commits)")[![quintenbuis](https://avatars.githubusercontent.com/u/36452184?v=4)](https://github.com/quintenbuis "quintenbuis (1 commits)")

---

Tags

hacktoberfestrapidez

### Embed Badge

![Health badge](/badges/rapidez-amasty-shop-by-brand/health.svg)

```
[![Health](https://phpackages.com/badges/rapidez-amasty-shop-by-brand/health.svg)](https://phpackages.com/packages/rapidez-amasty-shop-by-brand)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[livewire-filemanager/filemanager

A simple, friendly and practical Livewire filemanager for your applications

3587.6k1](/packages/livewire-filemanager-filemanager)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)[rapidez/core

Rapidez Core

1820.7k53](/packages/rapidez-core)

PHPackages © 2026

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