azdhebar/validate-ean

Validate EAN is a package which provides laravel validation extension to validate ean 8 and ean 13

1.0.0 2023-08-05 21:06 UTC

This package is auto-updated.

Last update: 2024-09-05 23:53:09 UTC


README

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require azdhebar/validate-ean

Usage

// Usage description here

//import the package
use AZDhebar\ValidateEan\ValidateEan;

//call the function
ValidateEan::validateEan(76543211); //returns boolean true/false | 1/0

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email azdhebarpersonal@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.