PHPackages                             mojahed/eduplusbarcode - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mojahed/eduplusbarcode

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mojahed/eduplusbarcode
======================

EduplusBarcode - Fast Barcode Generator PHP SDK with Go binary backend.

1.0.1(4mo ago)00MITPHPPHP &gt;=7.4

Since Nov 25Pushed 4mo agoCompare

[ Source](https://github.com/md-mojahed/EduplusBarcodePHP)[ Packagist](https://packagist.org/packages/mojahed/eduplusbarcode)[ RSS](/packages/mojahed-eduplusbarcode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

EduplusBarcode PHP SDK
======================

[](#eduplusbarcode-php-sdk)

[![License: MIT](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](LICENSE)

EduplusBarcode is a lightweight, high-performance PHP SDK for generating barcodes using a fast Go binary backend. It generates PNG barcodes from plain strings with zero external PHP dependencies and supports multiple barcode formats.

---

Features
--------

[](#features)

---

- **Lightning Fast**: Powered by optimized Go binary
- **Zero PHP Dependencies**: No GD, ImageMagick, or other extensions required
- **Cross-Platform**: Works on Linux (amd64/arm64), macOS (amd64/arm64), and Windows
- **Multiple Formats**: Code128, Code39, EAN-13
- **Fluent API**: Clean, chainable method syntax
- **Flexible Output**: Save to file, return binary data, or get base64 encoded
- **Customizable**: Configure width, height, and barcode type
- **cPanel Compatible**: Works even with restricted PHP functions

---

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

[](#installation)

---

Install via Composer:

```
composer require mojahed/eduplusbarcode
```

---

Quick Start
-----------

[](#quick-start)

---

```
