PHPackages                             mtcextendee/mautic-barcode-generator-bundle - 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. mtcextendee/mautic-barcode-generator-bundle

ActiveMautic-plugin

mtcextendee/mautic-barcode-generator-bundle
===========================================

1.1.1(6y ago)151333[1 issues](https://github.com/mtcextendee/mautic-barcode-generator-bundle/issues)PHP

Since Feb 10Pushed 6y ago7 watchersCompare

[ Source](https://github.com/mtcextendee/mautic-barcode-generator-bundle)[ Packagist](https://packagist.org/packages/mtcextendee/mautic-barcode-generator-bundle)[ RSS](/packages/mtcextendee-mautic-barcode-generator-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Mautic Barcode and QR code Generator Bundle
===========================================

[](#mautic-barcode-and-qr-code-generator-bundle)

Barcode and QRcode generator for Mautic. Barcode and QR code can be used also in Badge Bundle for Mautic

Mautic Extendee family for Mautic ([https://mtcextendee.com](https://mtcextendee.com/))

### Installation

[](#installation)

Installation by command line:

`composer require mtcextendee/mautic-barcode-generator-bundle`

### Usage for barcode

[](#usage-for-barcode)

Use `{barcode=custom_field_alias}` token in page or email builder.

**Barcode examples**

**Output types (default PNG image):**

```
{barcode=custom_contact_field}

{barcodePNG=custom_contact_field}

{barcodeJPG=custom_contact_field}

{barcodeSVG=custom_contact_field}

{barcodeHTML=custom_contact_field}

```

**Barcode types (default TYPE\_CODE\_128):**

```
{barcode=custom_contact_field|TYPE_CODE_39}

{barcode=custom_contact_field|TYPE_EAN_5}

```

### Accepted types

[](#accepted-types)

- TYPE\_CODE\_39
- TYPE\_CODE\_39\_CHECKSUM
- TYPE\_CODE\_39E
- TYPE\_CODE\_39E\_CHECKSUM
- TYPE\_CODE\_93
- TYPE\_STANDARD\_2\_5
- TYPE\_STANDARD\_2\_5\_CHECKSUM
- TYPE\_INTERLEAVED\_2\_5
- TYPE\_INTERLEAVED\_2\_5\_CHECKSUM
- TYPE\_CODE\_128
- TYPE\_CODE\_128\_A
- TYPE\_CODE\_128\_B
- TYPE\_CODE\_128\_C
- TYPE\_EAN\_2
- TYPE\_EAN\_5
- TYPE\_EAN\_8
- TYPE\_EAN\_13
- TYPE\_UPC\_A
- TYPE\_UPC\_E
- TYPE\_MSI
- TYPE\_MSI\_CHECKSUM
- TYPE\_POSTNET
- TYPE\_PLANET
- TYPE\_RMS4CC
- TYPE\_KIX
- TYPE\_IMB
- TYPE\_CODABAR
- TYPE\_CODE\_11
- TYPE\_PHARMA\_CODE
- TYPE\_PHARMA\_CODE\_TWO\_TRACKS

#### Input in email/page builder

[](#input-in-emailpage-builder)

[![](https://user-images.githubusercontent.com/462477/52535015-47aea080-2d49-11e9-983f-e9e6827204ac.png)](https://user-images.githubusercontent.com/462477/52535015-47aea080-2d49-11e9-983f-e9e6827204ac.png)

#### Output

[](#output)

[![](https://user-images.githubusercontent.com/462477/52535023-63b24200-2d49-11e9-8244-a6078bf2fcc6.png)](https://user-images.githubusercontent.com/462477/52535023-63b24200-2d49-11e9-8244-a6078bf2fcc6.png)

### Usage for QR code

[](#usage-for-qr-code)

You can setup basic settings in Plugins &gt; Barcode Generator.

[![](https://user-images.githubusercontent.com/462477/62292604-0f219100-b467-11e9-95ca-0869656e52b3.png)](https://user-images.githubusercontent.com/462477/62292604-0f219100-b467-11e9-95ca-0869656e52b3.png)

Then you can use `{qrcode=custom_field_alias}` token in page or email builder.

These settings can be overwrite also by tokens modifier::

`{qrcode=custom_contact_field|size=30,margin=10,fgcolor=000000,bgcolor=#FFFFF,error_correction_level=low}`

### Unit tests

[](#unit-tests)

```
phpunit --bootstrap ../vendor/autoload.php --configuration ../app/phpunit.xml.dist -d memory_limit=2048M --filter BarcodeTokenReplacerTest

```

### Cudos:

[](#cudos)

-
-
-

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~34 days

Recently: every ~43 days

Total

6

Last Release

2481d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9996b5ab1567cc086e4e95a1ec81b978c3dc9e780341033319e19822d0991c33?d=identicon)[mtcextendee](/maintainers/mtcextendee)

---

Top Contributors

[![kuzmany](https://avatars.githubusercontent.com/u/462477?v=4)](https://github.com/kuzmany "kuzmany (22 commits)")

---

Tags

extendeeextendee-familymauticmautic-marketing-automationmautic-plugin

### Embed Badge

![Health badge](/badges/mtcextendee-mautic-barcode-generator-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mtcextendee-mautic-barcode-generator-bundle/health.svg)](https://phpackages.com/packages/mtcextendee-mautic-barcode-generator-bundle)
```

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[proner/phppimaco

Lib para geração de Etiquetas PIMACO

7470.0k](/packages/proner-phppimaco)[pimcore/admin-ui-classic-bundle

171.1M46](/packages/pimcore-admin-ui-classic-bundle)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

7228.4k](/packages/n1ebieski-ksef-php-client)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1101.2k](/packages/abydahana-aksara)

PHPackages © 2026

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