Download the PHP package signaturit/signaturit-sdk without Composer

On this page you can find all versions of the php package signaturit/signaturit-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package signaturit-sdk

Signaturit PHP SDK

Quality Gate Status

This package is a PHP wrapper around the Signaturit API. If you didn't read the documentation yet you can take a look here.

You'll need at least PHP ^7.2 or ^8.0 to use this package (http://php.net/supported-versions.php).

Configuration

The recommended way to install the SDK is through Composer.

Then import Composer's autoload.php file from your script and instantiate the Client class passing in your API access token.

Please note that by default the client will use our sandbox API. When you are ready to start using the production environment just get the correct access token and pass an additional argument to the constructor:

Examples

Signatures

Count signature requests

Count your signature requests.

Get all signature requests

Retrieve all data from your signature requests using different filters.

All signatures
Getting the last 50 signatures
Getting signatures with custom field "crm_id"

Get signature request

Get the information regarding a single signature request passing its ID.

Signature request

Create a new signature request. You can check all signature params.

You can add custom info in your requests

You can send templates with the fields filled

Cancel signature request

Cancel a signature request.

Send reminder

Send a reminder email.

Get audit trail

Get the audit trail of a signature request document

Get signed document

Get the signed document of a signature request document

Branding

Get brandings

Get all account brandings.

Get branding

Get a single branding.

Create branding

Create a new branding. You can check all branding params.`

Update branding

Update a single branding.

Template

Get all templates

Retrieve all data from your templates.

Email

Get emails

Get all certified emails

Get last 50 emails

Navigate through all emails in blocks of 50 results

Count emails

Count all certified emails

Get email

Get a single email

Create email

Create a new certified email.

Get audit trail document

Get the audit trail document of an email request.

Sms

Get all sms

Count emails

Count all certified sms

Get sms

Get a single sms

Create sms

Create a new certified sms.

Get audit trail document

Get the audit trail document of an sms request.

Team

Get users

Get all account users

Get seats

Get all account seats

Get user

Get a single user

Invite users to join your team

Invite user to join the team

Change user role

Change role for user

Remove user

Remove user from the team

Remove seat

Remove seat from the team

Get groups

Get all account groups

Get group

Get a single group

Create group

Create a new group

Update group

Update group name

Delete group

Delete a group

Add manager to group

Add a manager to a group

Add manager to group

Add a member to a group

Delete manager from group

Remove a manager from group

Delete member from group

Remove a member from group

Contacts

Get contacts

Get all contacts

Get contact

Get a single contact

Create contact

Create a new contact

Update contact

Update contact

Delete contact

Delete a contact

Get subscriptions

Get all subscriptions

Get subscription

Get a single subscription

Create subscription

Create a new subscription

Update subscription

Update contact

Delete subscription

Delete a subscription


All versions of signaturit-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2|^8.0
ext-json Version *
guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package signaturit/signaturit-sdk contains the following files

Loading the files please wait ....