PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Celso   PHP EAN Utils   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP EAN Utils
Validate EAN code strings
Author: By
Last change:
Date: 23 days ago
Size: 1,022 bytes
 

Contents

Class file image Download
{ "name": "celsonery/php-ean-utils", "description": "A package utility to work with EANs/GTINs, for validate and generate fake EANs", "type": "library", "keywords": [ "ean", "gtin", "validate ean gtin", "fix ean gtin with zeros" ], "license": "MIT", "autoload": { "psr-4": { "CelsoNery\\EanUtils\\": "src/" } }, "authors": [ { "name": "Celso Nery", "email": "celso.nery@gmail.com", "role": "Maintainer" } ], "require": { "php": "^8.1" }, "require-dev": { "phpunit/phpunit": "^10.2", "dealerdirect/phpcodesniffer-composer-installer": "^1.0" }, "config": { "platform": { "php": "8.1.0" }, "optimize-autoloader": true, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "scripts": { "tests": "vendor/bin/phpunit" } }