PHPackages                             bukashk0zzz/hellosign-bundle - 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. bukashk0zzz/hellosign-bundle

ActiveSymfony-bundle[API Development](/categories/api)

bukashk0zzz/hellosign-bundle
============================

A simple Symfony2/Symfony3 bundle for the official sdk provided by HelloSign.

v1.0.1(10y ago)14.6kMITPHPPHP &gt;=5.6.0

Since Dec 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Bukashk0zzz/HelloSignBundle)[ Packagist](https://packagist.org/packages/bukashk0zzz/hellosign-bundle)[ Docs](https://github.com/bukashk0zzz/HelloSignBundle)[ RSS](/packages/bukashk0zzz-hellosign-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

\#Symfony2/Symfony3 HelloSign Bundle

[![Build Status](https://camo.githubusercontent.com/331a2c99eb7784b6f2f233861696d34211c42f23356cf5749a8ccf555dd05a79/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f42756b6173686b307a7a7a2f48656c6c6f5369676e42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Bukashk0zzz/HelloSignBundle)[![Code Coverage](https://camo.githubusercontent.com/81f5707261a32882fd101d9fecdee96bd622ad1e6ee61601fb8423d2c4aec9bb/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f42756b6173686b307a7a7a2f48656c6c6f5369676e42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/github/Bukashk0zzz/HelloSignBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7e75338f8407a6c2d8bfa0c5d0a2ca1a626647ca2c5123e8e3535953abd5ed78/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f42756b6173686b307a7a7a2f48656c6c6f5369676e42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Bukashk0zzz/HelloSignBundle/?branch=master)[![License](https://camo.githubusercontent.com/352967ed1163bf0d3e207fd9f9379c39651a5a4d5de3c1b05eec29460396a365/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f42756b6173686b307a7a7a2f68656c6c6f7369676e2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Bukashk0zzz/hellosign-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/0d37f3223322f9f032f08f4ae3c8f8fec24a1bd345f3cea3eb7da553a990fe1d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f42756b6173686b307a7a7a2f68656c6c6f7369676e2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Bukashk0zzz/hellosign-bundle)[![Total Downloads](https://camo.githubusercontent.com/621baa9a0167ef8bf7a963c9d4e31e59c7bd3954c84d522f98e8447184dce8f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f42756b6173686b307a7a7a2f68656c6c6f7369676e2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Bukashk0zzz/hellosign-bundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/416a0be8296d016cb80dd722a01983dae5ac4f6a7165cfe88f492062db3081e0/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64396664383437652d363837352d343864392d383932392d3264623934306666623962392f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/d9fd847e-6875-48d9-8929-2db940ffb9b9)[![knpbundles.com](https://camo.githubusercontent.com/0b6f00775419ffca9149e5100eb50712b7d2de811b0f7323c7b098fa24408eae/687474703a2f2f6b6e7062756e646c65732e636f6d2f42756b6173686b307a7a7a2f48656c6c6f5369676e42756e646c652f62616467652d73686f7274)](http://knpbundles.com/Bukashk0zzz/HelloSignBundle)

About
-----

[](#about)

This is just a wrapper for the [official SDK](https://github.com/HelloFax/hellosign-php-sdk) provided by [HelloSign](https://www.hellosign.com).

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

[](#installation)

Add this to your `composer.json` file:

```
"require": {
	"bukashk0zzz/hellosign-bundle": "dev-master",
}
```

Add the bundle to `app/AppKernel.php`

```
$bundles = array(
	// ... other bundles
	new Bukashk0zzz\HelloSignBundle\Bukashk0zzzHelloSignBundle(),
);
```

Configuration
-------------

[](#configuration)

Add this to your `config.yml`:

```
bukashk0zzz_hello_sign:
    #(Required) email address or apikey or OAuthToken
    login: 'XXXXXXXX'
    #(Optional, default: null) Null if using apikey or OAuthToken
    password: 'ZZZ'
    #(Optional, default: https://api.hellosign.com/v3/) alternative api base url
    url: 'https://api.hellosign.com/v3/'
    #(Optional, default: https://www.hellosign.com/oauth/token) alternative oauth url
    oauth_url: 'https://www.hellosign.com/oauth/token'
```

Usage
-----

[](#usage)

Provided services:

ServiceClass`hellosign.client``\HelloSign\Client`Inside a controller:

```
class DocsController extends Controller
{
    public function createSignatureRequestAction()
    {
        $request = new HelloSign\TemplateSignatureRequest;
        $request->enableTestMode();
        $request->setTemplateId($template->getId());
        $request->setSubject('Purchase Order');
        $request->setMessage('Glad we could come to an agreement.');
        $request->setSigner('Client', 'george@example.com', 'George');
        $request->setCC('Accounting', 'accounting@example.com');
        $request->setCustomFieldValue('Cost', '$20,000');

        $response = $this->getContainer()->get('hellosign.client')->sendTemplateSignatureRequest($request);
    }
}
```

Copyright / License
-------------------

[](#copyright--license)

See [LICENSE](https://github.com/bukashk0zzz/HelloSignBundle/blob/master/LICENSE)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~160 days

Total

2

Last Release

3683d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1908342?v=4)[Denis Golubovskiy](/maintainers/Bukashk0zzz)[@Bukashk0zzz](https://github.com/Bukashk0zzz)

---

Top Contributors

[![Bukashk0zzz](https://avatars.githubusercontent.com/u/1908342?v=4)](https://github.com/Bukashk0zzz "Bukashk0zzz (14 commits)")

---

Tags

bundlehellosignphpsymfonysymfony-bundlesymfony3-bundlesymfonybundlehellosignhello sign

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bukashk0zzz-hellosign-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bukashk0zzz-hellosign-bundle/health.svg)](https://phpackages.com/packages/bukashk0zzz-hellosign-bundle)
```

###  Alternatives

[stfalcon-studio/api-bundle

Base classes and helper services to build API application via Symfony.

1034.6k](/packages/stfalcon-studio-api-bundle)

PHPackages © 2026

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