Download the PHP package cloudmersive/cloudmersive_barcode_api_client without Composer
On this page you can find all versions of the php package cloudmersive/cloudmersive_barcode_api_client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cloudmersive_barcode_api_client
cloudmersive_barcode_api_client
Barcode APIs let you generate barcode images, and recognize values from images of barcodes.
Cloudmersive Barcode API provides advanced barcode generation, lookup and recognition capabilities.
- API version: v1
- Package version: 3.1.0
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://api.cloudmersive.com
Class | Method | HTTP request | Description |
---|---|---|---|
BarcodeLookupApi | barcodeLookupEanLookup | POST /barcode/lookup/ean | Lookup EAN barcode value, return product data |
BarcodeScanApi | barcodeScanImage | POST /barcode/scan/image | Scan and recognize an image of a barcode |
BarcodeScanApi | barcodeScanImageAdvancedQR | POST /barcode/scan/image/advanced/qr | Advanced AI scan and recognition of an image of one or more QR barcodes |
GenerateBarcodeApi | generateBarcodeEAN13 | POST /barcode/generate/ean-13 | Generate a EAN-13 code barcode as PNG file |
GenerateBarcodeApi | generateBarcodeEAN8 | POST /barcode/generate/ean-8 | Generate a EAN-8 code barcode as PNG file |
GenerateBarcodeApi | generateBarcodeQRCode | POST /barcode/generate/qrcode | Generate a QR code barcode as PNG file |
GenerateBarcodeApi | generateBarcodeUPCA | POST /barcode/generate/upc-a | Generate a UPC-A code barcode as PNG file |
GenerateBarcodeApi | generateBarcodeUPCE | POST /barcode/generate/upc-e | Generate a UPC-E code barcode as PNG file |
Documentation For Models
- BarcodeLookupResponse
- BarcodeQRResultItem
- BarcodeScanQRAdvancedResult
- BarcodeScanResult
- ProductMatch
Documentation For Authorization
Apikey
- Type: API key
- API key parameter name: Apikey
- Location: HTTP header
Author
All versions of cloudmersive_barcode_api_client with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.5