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

Feature/lp 956 update php sdk #18

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

alejouribesanchez
Copy link
Collaborator

  • Added BankStatement process documents and GET endpoints
  • Added AnyDocs process documents and GET endpoints
  • Added W2 process documents and GET endpoints
  • Added some unit tests
  • Added missing PHP types for the functions
  • Added support for PHP 8.3
  • Update missing unit tests
  • Update to version 1.0.4

Added BankStatement process documents and GET endpoints
Added AnyDocs process documents and GET endpoints
Added W2 process documents and GET endpoints
Added some unit tests
Added missing PHP types for the functions
Added support for PHP 8.3
Update missing unit tests
Update to version 1.0.4
src/veryfi/Client.php Outdated Show resolved Hide resolved
src/veryfi/Client.php Outdated Show resolved Hide resolved
src/veryfi/Client.php Outdated Show resolved Hide resolved
src/veryfi/Client.php Show resolved Hide resolved
src/veryfi/Client.php Outdated Show resolved Hide resolved
src/veryfi/Client.php Outdated Show resolved Hide resolved
Add some links to the official documentation
Add missing additional arguments to the GET endpoints
keep pathinfo() is more versatile as it can extract other file path components (like file extension) if needed. Remove  file_get_contents() is simpler and reads the entire file at once. It’s easier to use, but can consume more memory for very large files since it loads everything into memory at once
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

Successfully merging this pull request may close these issues.

2 participants