Skip to content

AvidahRai/barcode-generator-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

barcode-generator-v1

Barcode Generator is an one-page web-application, developed for generating barcodes from user input. Currently, it can generate five different symbologies of barcode:- UPC-A. UPC-E, EAN-8, EAN-13 and ISBN. The built-in PHP GD Library can create raster graphics which made it possible to generate the Barcodes.

Features

  1. Generate five symbologies of Barcode Graphic: UPC-A, UPC-E, EAN-8, EAN-13 and ISBN
  2. Visitor's IP and Session based Caching for storing and display Barcodes.

Setup Instructions

This source code is for Local Environment only.
  1. Download the Application zip file and extract the folder.
  2. Copy the "barcode-generator-v1-master" folder in the XAMMPP's htdocs folder. Rename if desired.
  3. Open the "local.php" file in "barcode-generator-v1-master/barcodeGenerator/Config" with any text editors.
  4. * Change the Constant Definition values to fit your Folder placement. DONT CHANGE THE STRING NAME.*
    1. BASE_URI : The absolute path of the main folder.
      E.g. C:\Program Files\XAMPP\htdocs\barcode-generator-v1-master\\
    2. CACHE_URI : The absolute path of the "cache" folder.
      E.g. C:\Program Files\XAMPP\htdocs\barcode-generator-v1-master\public_html\cache\\
    3. PUBLIC_URL : The url path of the "public_html" folder.
      E.g. http://localhost/barcode-generator-v1-master/public_html/
    4. CACHE_URL : The url path of the "cache" folder.
      E.g. http://localhost/barcode-generator-v1-master/public_html/
  5. Run XAMMPP Apache and enter the URL address of the "public_html" folder on the browser.
    E.g. http://localhost/barcode-generator-v1-master/public_html/

About

PHP-OOP-Design Patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published