Coder Social home page Coder Social logo

signrequest / signrequest-php-client Goto Github PK

View Code? Open in Web Editor NEW
10.0 33.0 19.0 156 KB

Official PHP client for SignRequest.com

Home Page: https://signrequest.com

License: MIT License

PHP 99.85% Shell 0.15%
signrequest digital-signatures php api-client

signrequest-php-client's People

Contributors

cjackson avatar michi88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

signrequest-php-client's Issues

Embedded e-signing problem

Hi guys,

I am facing problems to implement the Embedded e-signing of SignRequest.

Till now I have created a new Document from URL and I have set an Embed URL, but I don't know how to proceed to be redirected to a new window for the signing ceremony and after that to be redirected to the embed URL?

I will appreciate your help

P.S can I set an Embed URL on the localhost or do I need to run everything on my server?

Differences between SignRequest\Api\Model\SignRequest and SignRequest\Api\Model\DocumentSignRequest

When fetching the list of documents with an error arrises if a signrequest has no subject.

There are some small differences between the two classes which causes this behaviour. Since your code is generated by Swagger, I will not put in a pull request.

Could you change the minimum and maximum length for the fields in DocumentSignRequest model?

For the changes I've made to get it working see: https://github.com/Stapelpanda/signrequest-php-client/tree/fix-documentsignrequest-diff

Replacing abandoned packages

Hi,

I've just installed the package using Composer and it showed me this message:

Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead.
Package jakub-onderka/php-console-highlighter is abandoned, you should avoid using it. Use php-parallel-lint/php-console-highlighter instead.

Seems like a simple replacement. Would you like me to create a PR for this?

Thanks in advance!

deprecated warnings in php8

I just upgraded to php8.1 and I am getting deprecated warnings in the source code:

PHP Deprecated: Return type of SignRequest\Model\SignRequestQuickCreate::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/SignRequestQuickCreate.php on line 1585

Deprecated: Return type of SignRequest\Model\SignRequestQuickCreate::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/SignRequestQuickCreate.php on line 1585
PHP Deprecated: Return type of SignRequest\Model\SignRequestQuickCreate::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xx.com/vendor/signrequest/signrequest-client/src/Model/SignRequestQuickCreate.php on line 1597

Deprecated: Return type of SignRequest\Model\SignRequestQuickCreate::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/SignRequestQuickCreate.php on line 1597
PHP Deprecated: Return type of SignRequest\Model\SignRequestQuickCreate::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/SignRequestQuickCreate.php on line 1610

Deprecated: Return type of SignRequest\Model\SignRequestQuickCreate::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/SignRequestQuickCreate.php on line 1610
PHP Deprecated: Return type of SignRequest\Model\SignRequestQuickCreate::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/SignRequestQuickCreate.php on line 1626

Deprecated: Return type of SignRequest\Model\SignRequestQuickCreate::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/SignRequestQuickCreate.php on line 1626
PHP Deprecated: Return type of SignRequest\Model\Signer::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/Signer.php on line 1489

Deprecated: Return type of SignRequest\Model\Signer::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/Signer.php on line 1489
PHP Deprecated: Return type of SignRequest\Model\Signer::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/Signer.php on line 1501

Deprecated: Return type of SignRequest\Model\Signer::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/Signer.php on line 1501
PHP Deprecated: Return type of SignRequest\Model\Signer::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/Signer.php on line 1514

Deprecated: Return type of SignRequest\Model\Signer::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/Signer.php on line 1514
PHP Deprecated: Return type of SignRequest\Model\Signer::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/Signer.php on line 1530

Deprecated: Return type of SignRequest\Model\Signer::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/xxx.com/vendor/signrequest/signrequest-client/src/Model/Signer.php on line 1530

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.