PHPackages                             loevgaard/sylius-brand-plugin - 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. loevgaard/sylius-brand-plugin

ActiveSylius-plugin

loevgaard/sylius-brand-plugin
=============================

A Sylius plugin for handling brands

v2.2.1(3y ago)29154.5k↓31.4%30[14 issues](https://github.com/loevgaard/SyliusBrandPlugin/issues)3MITPHPCI passing

Since Aug 7Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/loevgaard/SyliusBrandPlugin)[ Packagist](https://packagist.org/packages/loevgaard/sylius-brand-plugin)[ RSS](/packages/loevgaard-sylius-brand-plugin/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelog (10)Dependencies (31)Versions (35)Used By (3)

Sylius Brand Plugin
===================

[](#sylius-brand-plugin)

[![Latest Stable Version](https://camo.githubusercontent.com/7b424b8ef494fbf526f627a4923940ed6a4e1be6dc89bbc7d2d96aef4df3db13/687474703a2f2f706f7365722e707567782e6f72672f6c6f657667616172642f73796c6975732d6272616e642d706c7567696e2f76)](https://packagist.org/packages/loevgaard/sylius-brand-plugin)[![Total Downloads](https://camo.githubusercontent.com/352dde88350d54cf32d7c40a7da667f192bee440c1d9cc7df1a046ec95f677cd/687474703a2f2f706f7365722e707567782e6f72672f6c6f657667616172642f73796c6975732d6272616e642d706c7567696e2f646f776e6c6f616473)](https://packagist.org/packages/loevgaard/sylius-brand-plugin)[![License](https://camo.githubusercontent.com/4c5add21dd29cf144caa8e0305bd06a9e988c031edaa8a9cbbc411980e682d58/687474703a2f2f706f7365722e707567782e6f72672f6c6f657667616172642f73796c6975732d6272616e642d706c7567696e2f6c6963656e7365)](https://packagist.org/packages/loevgaard/sylius-brand-plugin)[![build](https://github.com/loevgaard/SyliusBrandPlugin/actions/workflows/build.yaml/badge.svg)](https://github.com/loevgaard/SyliusBrandPlugin/actions/workflows/build.yaml)[![codecov](https://camo.githubusercontent.com/4c22a50dc0f6fcbfbb0ca3f30d6847b6d96135165946e9461b6cecaf7036df3f/68747470733a2f2f636f6465636f762e696f2f6769746875622f6c6f657667616172642f53796c6975734272616e64506c7567696e2f67726170682f62616467652e7376673f746f6b656e3d514345555a434a544a37)](https://codecov.io/github/loevgaard/SyliusBrandPlugin)

[![](https://camo.githubusercontent.com/5b98e02f3693c16fd3f40037251d70ca5e1ecd2a11608dd21c9c7e3933b8942e/68747470733a2f2f73796c6975732e636f6d2f6173736574732f62616467652d617070726f7665642d62792d73796c6975732e706e67)](https://sylius.com/plugins/)

Add brand to your products in Sylius.

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

[](#requirements)

- PHP 8.2+
- Sylius 2.0+
- Symfony 6.4 or 7.4

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

[](#installation)

### Step 1: Download the plugin

[](#step-1-download-the-plugin)

```
composer require loevgaard/sylius-brand-plugin
```

### Step 2: Enable the plugin

[](#step-2-enable-the-plugin)

Enable the plugin by adding it to the list of registered plugins/bundles in `config/bundles.php` file of your project before (!) `SyliusGridBundle`:

```
