dev-master
9999999-devA checksum calculator for the UPC check digit method
The Development Requires
by Sam Littler
v1.0.0
1.0.0.0A checksum calculator for the UPC check digit method
The Development Requires
by Sam Littler
Wallogit.com
2017 © Pedro Peláez
A checksum calculator for the UPC check digit method
A PHP library for calculating UPC (Universal Product Code) checksum digits., (*1)
Download and install this library using composer:, (*2)
composer require samlittler/upc
Alternatively, download this repository as a ZIP and include the src/UPC.php file in your project., (*3)
Usage is simple, (*4)
$your_product_code = '03600024145'; $checksum = \SamLittler\UPC\UPC::calculate($your_product_code); // returns 7
A checksum calculator for the UPC check digit method
A checksum calculator for the UPC check digit method