Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2021-03-26 (22 days ago) ![RSS 2.0 feed](/graphics/phpclasses/rss2.png) | | Not enough user ratings | | Total: 106 This week: 1 | | All time: 9,391 This week: 289![Up](/graphics/phpclasses/up.png) |
|
Description | | Author |
This package can validate bar codes in several formats.
It takes as parameter a string with a bar code in a supported format and returns a result telling of the code is valid or invalid.
Currently it supports the formats: EAN, IMEI, ISBN, GTIN, SSCC, GSIN, UPC and other similar codes. | |
![Picture of Ivan Melgrati Picture of Ivan Melgrati](/picture/user/127300.gif) |
|
Innovation award
![Innovation award](/graphics/phpclasses/innovation-award-logo.png) Nominee: 3x |
|
Details
BarcodeValidator
![GitHub stars](https://img.shields.io/github/stars/imelgrat/barcode-validator.svg?style=flat-square)
A PHP class for validating EAN, IMEI, ISBN, GTIN, SSCC, GSIN, UPC and other similar codes.
Developed by Ivan Melgrati
Requirements
Installation
Composer
The recommended installation method is through
Composer, a dependency manager for PHP. Just add
imelgrat/barcode-validator
to your project's composer.json
file:
{
"require": {
"imelgrat/barcode-validator": "*"
}
}
More details can
be found over at Packagist.
Manually
-
Copy `src/barcode-validator.php` to your codebase, perhaps to the `vendor`
directory.
-
Add the `BarcodeValidator` class to your autoloader or `require` the file
directly.
Feedback
Please open an issue to request a feature or submit a bug report. Or even if
you just want to provide some feedback, I'd love to hear. I'm also available on
Twitter as @imelgrat.
Contributing
-
Fork it.
-
Create your feature branch (`git checkout -b my-new-feature`).
-
Commit your changes (`git commit -am 'Added some feature'`).
-
Push to the branch (`git push origin my-new-feature`).
-
Create a new Pull Request.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.