2017 © Pedro Peláez
 

library zxing-bundle

Zxing bundle

image

james2001/zxing-bundle

Zxing bundle

  • Monday, May 23, 2016
  • by james2001
  • Repository
  • 1 Watchers
  • 0 Stars
  • 95 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Zxing Bundle

Call zxing (code barre reader) with Symfony2, (*1)

Requirement

This library package requires PHP 5.3 or later, java, symfony/framework-bundle ~2.1 and james2001/zxing ~1.0, (*2)

Setup

  • With composer (recommended)

Add the following line to the composer.json of your project and launch composer install command, (*3)

{
    "require": {
        "james001/zxing-bundle": "~1.0"
    }
}

Launch install from your project root with:, (*4)

composer install --no-dev --prefer-dist

Add bundle in AppKernel.php, (*5)

 $bundles = array(
 ...
new James2001\Bundle\ZxingBundle\James2001ZxingBundle(),
...
 );
 ```


Use
---

```php
$imagePath = '/path/image.jpg';
$myCode = $this->get('james2001.zxing')->findFirst($imagePath);

The Versions

23/05 2016

dev-master

9999999-dev

Zxing bundle

  Sources   Download

MIT

The Requires

 

by Rathgeber Stephane

23/05 2016

dev-analysis-87WGvN

dev-analysis-87WGvN

Zxing bundle

  Sources   Download

MIT

The Requires

 

by Rathgeber Stephane

14/12 2014

1.0.0

1.0.0.0

Zxing bundle

  Sources   Download

MIT

The Requires

 

by Rathgeber Stephane