Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to decoder GS1 DataMatrix? #5

Open
jesusmoreno24 opened this issue Apr 26, 2024 · 2 comments
Open

How to decoder GS1 DataMatrix? #5

jesusmoreno24 opened this issue Apr 26, 2024 · 2 comments

Comments

@jesusmoreno24
Copy link

I'm looking for a library that can be used with PHP without using any framework, but I realized that there is no tool for it.

I have observed that your work can decode the code but I cannot use it without the phpunit frame. Could you explain or implement the change to use it without using any framework?

Thank you

@Dartui
Copy link
Member

Dartui commented Apr 26, 2024

Hi, this package is framework-agnostic, which means that you can use this package in any project you want. The best place to understand how the package works is to look at tests: https://github.com/nextgen-tech/gs1-decoder/blob/main/tests/Integration/DecodeTest.php

@jesusmoreno24
Copy link
Author

I have tried many ways, I download your project and run it in xampp. But I can't even get it to run. The cases always give me errors on the routes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants