PHPackages                             mateusgalasso/clicksign - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mateusgalasso/clicksign

ActiveLibrary[API Development](/categories/api)

mateusgalasso/clicksign
=======================

Laravel package for integration with Clicksign

1.0(2y ago)12173MITPHPPHP &gt;=8.1

Since Aug 22Pushed 2y ago2 watchersCompare

[ Source](https://github.com/mateusgalasso/clicksign)[ Packagist](https://packagist.org/packages/mateusgalasso/clicksign)[ Docs](https://github.com/mateusgalasso/clicksign)[ Fund](https://ko-fi.com/mateusgalasso)[ Patreon](https://www.patreon.com/mateusgalasso)[ RSS](/packages/mateusgalasso-clicksign/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Laravel package for integration with ClickSign services
=======================================================

[](#laravel-package-for-integration-with-clicksign-services)

[![Latest Version on Packagist](https://camo.githubusercontent.com/87d866057d04e65743bb55bca2c30f1cfff62f332f4d29c7ccfe489484fcfc0c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617465757367616c6173736f2f636c69636b7369676e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mateusgalasso/clicksign)[![Build Status](https://camo.githubusercontent.com/b122f9fe0ad59a625d6dc22a4e798999dc84159ca2f8514b7780018103fcbe58/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d617465757367616c6173736f2f636c69636b7369676e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/mateusgalasso/clicksign)[![Total Downloads](https://camo.githubusercontent.com/f21a39e4b5c21a1d4b266932173f5f0290e33a7ca8e13616f5a11155d501d142/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d617465757367616c6173736f2f636c69636b7369676e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mateusgalasso/clicksign)

Laravel package for integration with ClickSign services

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require mateusgalasso/clicksign
```

fill in the required variables

```
CLICKSIGN_ACCESS_TOKEN=
CLICKSIGN_DEV_MODE=true //In production it must be false to get the clicksign production path
CLICKSIGN_DEV_URL=https://sandbox.clicksign.com
CLICKSIGN_PROD_URL=https://app.clicksign.com
```

Usage
-----

[](#usage)

#### To create a document

[](#to-create-a-document)

```
$response = (new Clicksign())->createDocument($path, $clicksignPath = null, $mimetype = 'application/pdf', $deadline = null, $autoClose = true, $locale = 'pt-BR', $sequence_enabled = false);
```

#### To create a signer

[](#to-create-a-signer)

```
$response = (new Clicksign())->createSigner(String $email, String $name, $phoneNumber = null, $documentation = false, $birthday = null, $has_documentation = false);
```

#### To add a signer to the document

[](#to-add-a-signer-to-the-document)

```
$response =  (new Clicksign())->signerToDocument(String $document_key, $signer_key, $sign_as = 'approve', $message = null);
```

#### to view a document

[](#to-view-a-document)

```
$response =  (new Clicksign())->visualizaDocumento($DocumentKey);
```

#### To Cancel Document

[](#to-cancel-document)

```
$response = (new Clicksign())->cancelDocument($DocumentKey);
```

#### To Delete Document

[](#to-delete-document)

```
$response = (new Clicksign())->deleteDocument($DocumentKey);
```

#### To Notify Signer By Email

[](#to-notify-signer-by-email)

```
$response = (new Clicksign())->notificationsByEmail($signer_key, $message = null);
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mateus Galasso](https://github.com/mateusgalasso)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~106 days

Recently: every ~258 days

Total

11

Last Release

1020d ago

Major Versions

0.4 → 1.02023-07-24

PHP version history (3 changes)0.1.0PHP ^7.1

0.2.1PHP &gt;=7.4

1.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/d555cb34a1604bd31fa4e90091945e7752fd3ee3772a04e37134f3ded65505e6?d=identicon)[mateusgalasso](/maintainers/mateusgalasso)

---

Top Contributors

[![mateusgalasso](https://avatars.githubusercontent.com/u/3990028?v=4)](https://github.com/mateusgalasso "mateusgalasso (18 commits)")[![Stonkeep](https://avatars.githubusercontent.com/u/202413701?v=4)](https://github.com/Stonkeep "Stonkeep (3 commits)")

---

Tags

clicksignlaravelclicksignmateusgalasso

### Embed Badge

![Health badge](/badges/mateusgalasso-clicksign/health.svg)

```
[![Health](https://phpackages.com/badges/mateusgalasso-clicksign/health.svg)](https://phpackages.com/packages/mateusgalasso-clicksign)
```

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
