This repository has been archived by the owner on May 3, 2024. It is now read-only.
v4.0.0
New version, new code, new features
🤟🏻 Biggest change
- Compatible with PHP 7.1
- Implementation of
symfony/validator
- Receipt can be validated before sending to EET - Documentation improvements
- Creating a logical exception system
- Refactoring code
👌🏻 Good changed
- Impelement PSR-4
- Integrate PHP Coding Standards
- Library is covered by 80% tests
- Receipt automatically generates header and body
- Separation file functions
- Create an enum list for errors and warning messages
🚫 Removed
- Remove
UUID:v4
, useRamsey\Uuid\Uuid::uuid4()->toString()
- Removing Nette Bridge & Tracy Bridge