Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@filipsedivy filipsedivy released this 17 Aug 15:18
· 94 commits to master since this release
daba1d5

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, use Ramsey\Uuid\Uuid::uuid4()->toString()
  • Removing Nette Bridge & Tracy Bridge