Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisVepris committed Jan 28, 2024
1 parent 64cf559 commit 927ceee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A simple library that decodes GS1 barcodes.

## Instalation

This package requires PHP `^8.2`
```bash
composer require janisvepris/gs1-decoder
```
Expand Down Expand Up @@ -82,3 +83,8 @@ $decoder = new Decoder();
$decoder->getIdentifierMap()
->addIdentifierClass('01', MyGtinIdentifier::class)
```

---

#### Note
This package does not validate the barcode. It tries to decode it as is.
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 927ceee

Please sign in to comment.