Skip to content

Releases: pdffiller/pdffiller-php-api-client

1.7.0

20 Mar 14:29

Choose a tag to compare

Added

  • Support oauth2-client:2.0

v3.2.0

21 Feb 08:33
281532a

Choose a tag to compare

Changed:

  • Support 8.0

v3.1.0

15 Sep 12:28
6eb0285

Choose a tag to compare

update "league/oauth2-client" to "2.6.1" and "guzzlehttp/guzzle" to "7.4.5"

3.0.1

04 Jan 14:02
162729d

Choose a tag to compare

  • Fix auth example

3.0.0

20 Sep 05:23
b980425

Choose a tag to compare

New PHP client for PDFfiller public REST API V2.

https://docs.pdffiller.com/v2/reference

2.2.2

13 Nov 15:43

Choose a tag to compare

Removed return type in message generator.

2.2.1: Merge pull request #62 from pdffiller/add-attr-pin-s2s

05 May 10:31

Choose a tag to compare

Added pin property to SignatureRequest.

2.2.0: Merge pull request #59 from pdffiller/master

05 May 06:58

Choose a tag to compare

Added constructor endpoint for documents.

2.1.0: Merge pull request #54 from pdffiller/fix/API-1737-fixes

22 Mar 15:20

Choose a tag to compare

Added:

  • Endpoint: additional_documents.
  • Parameters for exporting Filled Forms: users can now pass their list of parameters.
  • FillRequest::download() method.
  • New functionality for FillableField:
    • Added new property fillable in FillableField: determines if this field can be filled via API.
    • Added methods (functions) which simplify work with fields of different types. Ex: listing fields that can be filled via API.
  • Property converting of fillable field value if its type is checkbox
  • Support for FillableField type dropdown.

Updated:

  • Models properties.

Fixed:

  • Loss of additional_documents field in FillRequest.

Removed:

  • callbacks field from SendToSign inbox list.

2.0.1

22 Feb 09:52

Choose a tag to compare

Fixes for fillable_fields.
Fixed additional_documents properties.