PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ivan Melgrati   PHP Barcode Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Barcode Validator
Validate bar codes in several formats
Author: By
Last change: Update composer.json
Updated version numbers
Fixed version numbers
Renamed package

Renamed package to barcode-validator. This reflects more closely what
the package actually does. Updated Documentation and Example
Date: 3 years ago
Size: 842 bytes
 

Contents

Class file image Download
{ "name": "imelgrat/barcode-validator", "type": "library", "version" : "v1.1.3", "description": "A PHP class for validating EAN, IMEI, ISBN, GTIN, SSCC, GSIN, UPC and other barcodes.", "keywords": ["IMEI", "IMEI code", "EAN", "UPC", "GTIN", "ISBN", "EAN code", "UPC code", "GTIN code", "ISBN code", "code validation"], "homepage": "https://github.com/imelgrat/barcode-validator", "license": "MIT", "authors": [ { "name": "Ivan Melgrati", "homepage": "http://imelgrat.me", "role": "Developer" } ], "autoload": { "psr-0": { "": "src/" } }, "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=5.3.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "*" } }