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

Commits on Sep 24, 2024

  1. Add support for new endpoints

    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
    alejouribesanchez committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e96a75e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add missing unit tests

    Update missing unit tests
    Update to version 1.0.4
    alejouribesanchez committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    024734a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Add documentation

    Add some links to the official documentation
    Add missing additional arguments to the GET endpoints
    alejouribesanchez committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    959af24 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Remove duplicate function

    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
    alejouribesanchez committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    53b48a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08951b5 View commit details
    Browse the repository at this point in the history