Download the PHP package lsv/ean-search without Composer
On this page you can find all versions of the php package lsv/ean-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ean-search
EAN Search
A library for EAN, UPC and ISBN name lookup and validation using the API on ean-search.org.
Install
Setup
To use it, you need an API access token from ean-search
Then you need to set your token with
Usage
Everywhere <language>
is a language from \Lsv\EanSearch\Utils\LanguageEnum
Fx.
Barcode lookup
Query the ean-search database for a specific barcode.
Barcode prefix search
Query the ean-search database for all barcodes with the same beginning.
Verify checksum
You can verify the checksum in a barcode. This allows you to check if it is a valid barcode regardless if ean-search have it the database or not.
Barcode image
Issuing country lookup
Query ean-search database for an issuing country of a barcode.
In contrast to barcode-lookup, this will give a result, even if we don't know the product name.
Product search
Query the ean-search database for a keyword or product name.
Category search
Query the ean-search database for products from a certain category.
To get a <category>
you must use \Lsv\EanSearch\Utils\CategoryEnum
Fx.
Account status
Query the status of your account.
License
MIT License
Copyright (c) 2022 Martin Aarhof
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All versions of ean-search with dependencies
symfony/http-client Version ^6.1
symfony/serializer Version ^6.1
symfony/property-access Version ^6.1
symfony/http-foundation Version ^6.1