Download the PHP package imelgrat/barcode-validator without Composer
On this page you can find all versions of the php package imelgrat/barcode-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package barcode-validator
BarcodeValidator
A PHP class for validating EAN, IMEI, ISBN, GTIN, SSCC, GSIN, UPC and other similar codes.
Developed by Ivan Melgrati
Requirements
- PHP >= 5.3.0
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:
More details can be found over at Packagist.
Manually
- Copy
src/BarcodeValidator.php
to your codebase, perhaps to thevendor
directory. - Add the
BarcodeValidator
class to your autoloader orrequire
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.
All versions of barcode-validator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package imelgrat/barcode-validator contains the following files
Loading the files please wait ....