Download the PHP package signiflow/connect-php-sdk without Composer

On this page you can find all versions of the php package signiflow/connect-php-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 connect-php-sdk

SigniFlow Logo

PHP Composer PHP version Apache-2 license

SigniFlow/connect-php-sdk - the PHP library for the SigniFlow OpenAPI Spec v1

SigniFlow API used to automate esignature workflow creation and management.

For more information, please visit https://www.signiflow.com/contact.

Installation & Usage

Requirements

PHP 7.2 and later.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://server-url/API/SignFlowAPIServiceRest.svc

Class Method HTTP request Description
AuditsApi postGetAuditDocument POST /GetAuditDocument Get Audit Document
AuditsApi postGetDocumentAudit POST /GetDocumentAudit Get Document Audit
AuthenticationApi login POST /Login Login
AuthenticationApi postLogout POST /Logout Logout
AuthenticationApi postTokenExtend POST /TokenExtend Token Extend
AuthenticationApi postTokenValidate POST /TokenValidate Token Validate
PortfoliosApi postCreatePortfolio POST /CreatePortfolio Create Portfolio
PortfoliosApi postDownloadPortfolio POST /DownloadPortfolio Download Portfolio
PortfoliosApi postLinkToPortfolio POST /LinkToPortfolio Link To Portfolio
PortfoliosApi postSetDocumentOrder POST /SetDocumentOrder Set Document Order
PortfoliosApi postSharePortfolio POST /SharePortfolio Share Portfolio
PortfoliosApi postSharePortfolioNoEmail POST /SharePortfolio_No_Email Share Portfolio No Email
SigningCeremonyApi postMultipleSignersSigningCeremony POST /MultipleSignersSigningCeremony Multiple Signers Signing Ceremony
SigningCeremonyApi postSigningCeremonyV2 POST /SigningCeremonyV2 Signing Ceremony V2
TemplatesApi postApplyPrepperTemplate POST /ApplyPrepperTemplate Apply a Prepper template
TemplatesApi postGetDocumentTagFieldBoxPosition POST /GetDocumentTagFieldBoxPosition Get Document Tag Field Box Position
TemplatesApi postGetDocumentTagFieldPosition POST /GetDocumentTagFieldPosition Get Document Tag Field Position
TemplatesApi postGetPrepperTemplate POST /GetPrepperTemplate Get Prepper Template
TemplatesApi postGetPrepperTemplateList POST /GetPrepperTemplateList Get Prepper Template List
ViewersApi postGetDocLink POST /GetDocLink Get Document Link
ViewersApi postGetDocumentPrepperLink POST /GetDocumentPrepperLink Get Document Prepper Link
WorkFlowApi createWorkflow POST /CreateWorkflow Create Workflow
WorkFlowApi getDocument POST /GetDoc Get Document
WorkFlowApi postAddWorkflowStep POST /AddWorkflowStepV2 Add a Workflow step
WorkFlowApi postCancelFlow POST /CancelFlow Cancel Flow
WorkFlowApi postDeleteDoc POST /DeleteDoc Delete Document
WorkFlowApi postDocPrepperAddField POST /DocPrepperAddFieldsFlowID Document Prepper Add Fields
WorkFlowApi postDocPrepperAdvancedFields POST /DocPrepperAdvancedFields Document Prepper Add Advanced Fields
WorkFlowApi postFullWorkflow POST /FullWorkflow FullWorkflow
WorkFlowApi postGetDocStatus POST /GetDocStatus Get Document Status
WorkFlowApi postInitiateFlow POST /InitiateFlow Initiate Flow
WorkFlowApi postInitiateFlowNoEmail POST /InitiateFlow_No_Email Initiate Flow No Email
WorkFlowApi postInitiateFlowNoInitialEmail POST /InitiateFlow_No_Initial_Email Initiate Flow No Initial Email
WorkFlowApi postWorkflowSign POST /WorkflowSign Workflow Sign

Models

Authorization

All endpoints do not require authorization.

Tests

To run the tests, use:

Author

[email protected]

About this package

This PHP package is automatically generated by the OpenAPI Generator project:

Contributing

Send bug reports, feature requests, and code contributions to the API specifications repository, as this repository contains only the generated SDK code.

License


All versions of connect-php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version >=6.2
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 signiflow/connect-php-sdk contains the following files

Loading the files please wait ....