2017 © Pedro Peláez
 

library zeus-barcode-dhl

Provides a Objected-Oriented API to create, draw and manipulate barcode data using DHL (Deutsche Post) standards

image

rafsalvioni/zeus-barcode-dhl

Provides a Objected-Oriented API to create, draw and manipulate barcode data using DHL (Deutsche Post) standards

  • Wednesday, November 9, 2016
  • by rafsalvioni
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

zeus-barcode-dhl

Provides a Objected-Oriented API to create, draw and manipulate barcode data using DHL (Deutsche Post) standards, (*1)

Example

<?php
require 'vendor/autoload.php';

use Zeus\Barcode\Renderer\SvgRenderer;

$bcs = [
    new \Zeus\Barcode\DHL\Leitcode('21348075016401'),
    new \Zeus\Barcode\DHL\Identcode('563102430313'),
];

$render = new SvgRenderer();
$render->merge = true;

foreach ($bcs as &$bc) {
    $bc->border = 2;
    $bc->showText = true;
    $bc->draw($render);
    $render->offsetTop += $bc->getTotalHeight() + 50;
}
$render->render();

The Versions

09/11 2016

dev-master

9999999-dev https://github.com/rafsalvioni/zeus-barcode-dhl

Provides a Objected-Oriented API to create, draw and manipulate barcode data using DHL (Deutsche Post) standards

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

dhl barcode zeus leitcode identcode

09/11 2016

1.1.0

1.1.0.0 https://github.com/rafsalvioni/zeus-barcode-dhl

Provides a Objected-Oriented API to create, draw and manipulate barcode data using DHL (Deutsche Post) standards

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

dhl barcode zeus leitcode identcode

09/11 2016

1.0.1

1.0.1.0 https://github.com/rafsalvioni/zeus-barcode-dhl

Provides a Objected-Oriented API to create, draw and manipulate barcode data using DHL (Deutsche Post) standards

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.5 <6
  • rafsalvioni/zeus-barcode-code2of5 1.*

 

The Development Requires

dhl barcode zeus leitcode identcode

08/11 2016

1.0

1.0.0.0 https://github.com/rafsalvioni/zeus-barcode-dhl

Provides a Objected-Oriented API to create, draw and manipulate barcode data using DHL (Deutsche Post) standards

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.5 <6
  • rafsalvioni/zeus-barcode-code2of5 1.*

 

The Development Requires

dhl barcode zeus leitcode identcode