PHPackages                             idci/barcode-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. [Templating &amp; Views](/categories/templating)
4. /
5. idci/barcode-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

idci/barcode-bundle
===================

Symfony2 Barcode Generator Bundle using Twig function extension

v1.0.0(10y ago)14.2kMITPHPPHP &gt;=5.3.2

Since Jun 6Pushed 5y ago2 watchersCompare

[ Source](https://github.com/IDCI-Consulting/BarecodeBundle)[ Packagist](https://packagist.org/packages/idci/barcode-bundle)[ RSS](/packages/idci-barcode-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

IDCIBarcodeBundle
=================

[](#idcibarcodebundle)

IDCIBarcodeBundle is the Symfony2 Barcode Generator Bundle what you want!

Features:

1. Support 3 two-dimensional (2D) and 30 one-dimensional (1D) Barcode types
2. Three output formats: HTML, PNG and SVG canvas
3. Twig integration: you can simply use a extensional function of Twig in the template to generate Barcode
4. Core of this bundle use this laravel project: [dinesh/barcode](https://github.com/dineshrabara/barcode)

[![IDCIBarcodeBundle](Resources/doc/README.png)](Resources/doc/README.png)

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

[](#installation)

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "idci/barcode-bundle": "dev-master"
},
```

Install these new dependencies in your application using composer:

```
$ php composer.phar update
```

Register needed bundles in your application kernel:

```
