{"id":16960688,"url":"https://github.com/bukashk0zzz/hellosignbundle","last_synced_at":"2026-05-03T20:37:31.413Z","repository":{"id":56951484,"uuid":"48358482","full_name":"Bukashk0zzz/HelloSignBundle","owner":"Bukashk0zzz","description":"A simple Symfony2/Symfony3 bundle for the official sdk provided by HelloSign.","archived":false,"fork":false,"pushed_at":"2016-10-17T14:51:18.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-27T09:01:03.491Z","etag":null,"topics":["bundle","hellosign","php","symfony","symfony-bundle","symfony3-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bukashk0zzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-21T07:54:02.000Z","updated_at":"2017-03-01T13:14:14.000Z","dependencies_parsed_at":"2022-08-21T09:20:11.261Z","dependency_job_id":null,"html_url":"https://github.com/Bukashk0zzz/HelloSignBundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Bukashk0zzz/HelloSignBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bukashk0zzz%2FHelloSignBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bukashk0zzz%2FHelloSignBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bukashk0zzz%2FHelloSignBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bukashk0zzz%2FHelloSignBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bukashk0zzz","download_url":"https://codeload.github.com/Bukashk0zzz/HelloSignBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bukashk0zzz%2FHelloSignBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273423414,"owners_count":25103141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bundle","hellosign","php","symfony","symfony-bundle","symfony3-bundle"],"created_at":"2024-10-13T22:49:48.609Z","updated_at":"2026-05-03T20:37:31.362Z","avatar_url":"https://github.com/Bukashk0zzz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Symfony2/Symfony3 HelloSign Bundle\n\n[![Build Status](https://img.shields.io/scrutinizer/build/g/Bukashk0zzz/HelloSignBundle.svg?style=flat-square)](https://travis-ci.org/Bukashk0zzz/HelloSignBundle)\n[![Code Coverage](https://img.shields.io/codecov/c/github/Bukashk0zzz/HelloSignBundle.svg?style=flat-square)](https://codecov.io/github/Bukashk0zzz/HelloSignBundle)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/Bukashk0zzz/HelloSignBundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/Bukashk0zzz/HelloSignBundle/?branch=master)\n[![License](https://img.shields.io/packagist/l/Bukashk0zzz/hellosign-bundle.svg?style=flat-square)](https://packagist.org/packages/Bukashk0zzz/hellosign-bundle)\n[![Latest Stable Version](https://img.shields.io/packagist/v/Bukashk0zzz/hellosign-bundle.svg?style=flat-square)](https://packagist.org/packages/Bukashk0zzz/hellosign-bundle)\n[![Total Downloads](https://img.shields.io/packagist/dt/Bukashk0zzz/hellosign-bundle.svg?style=flat-square)](https://packagist.org/packages/Bukashk0zzz/hellosign-bundle)\n\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/d9fd847e-6875-48d9-8929-2db940ffb9b9/small.png)](https://insight.sensiolabs.com/projects/d9fd847e-6875-48d9-8929-2db940ffb9b9)\n[![knpbundles.com](http://knpbundles.com/Bukashk0zzz/HelloSignBundle/badge-short)](http://knpbundles.com/Bukashk0zzz/HelloSignBundle)\n\nAbout\n-----\n\nThis is just a wrapper for the [official SDK](https://github.com/HelloFax/hellosign-php-sdk) provided by [HelloSign](https://www.hellosign.com).\n\nInstallation\n------------\n\nAdd this to your `composer.json` file:\n\n```json\n\"require\": {\n\t\"bukashk0zzz/hellosign-bundle\": \"dev-master\",\n}\n```\n\n\nAdd the bundle to `app/AppKernel.php`\n\n```php\n$bundles = array(\n\t// ... other bundles\n\tnew Bukashk0zzz\\HelloSignBundle\\Bukashk0zzzHelloSignBundle(),\n);\n```\n\nConfiguration\n-------------\n\nAdd this to your `config.yml`:\n\n```yaml\nbukashk0zzz_hello_sign:\n    #(Required) email address or apikey or OAuthToken\n    login: 'XXXXXXXX'\n    #(Optional, default: null) Null if using apikey or OAuthToken\n    password: 'ZZZ'\n    #(Optional, default: https://api.hellosign.com/v3/) alternative api base url\n    url: 'https://api.hellosign.com/v3/'\n    #(Optional, default: https://www.hellosign.com/oauth/token) alternative oauth url\n    oauth_url: 'https://www.hellosign.com/oauth/token'\n```\n\n\nUsage\n-----\n\nProvided services:\n\n| Service             | Class                         |\n|---------------------|-------------------------------|\n| `hellosign.client`  | `\\HelloSign\\Client`           |\n\n\nInside a controller:\n\n```php\nclass DocsController extends Controller\n{\n    public function createSignatureRequestAction()\n    {\n        $request = new HelloSign\\TemplateSignatureRequest;\n        $request-\u003eenableTestMode();\n        $request-\u003esetTemplateId($template-\u003egetId());\n        $request-\u003esetSubject('Purchase Order');\n        $request-\u003esetMessage('Glad we could come to an agreement.');\n        $request-\u003esetSigner('Client', 'george@example.com', 'George');\n        $request-\u003esetCC('Accounting', 'accounting@example.com');\n        $request-\u003esetCustomFieldValue('Cost', '$20,000');\n        \n        $response = $this-\u003egetContainer()-\u003eget('hellosign.client')-\u003esendTemplateSignatureRequest($request);\n    }\n}\n```\n\nCopyright / License\n-------------------\n\nSee [LICENSE](https://github.com/bukashk0zzz/HelloSignBundle/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbukashk0zzz%2Fhellosignbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbukashk0zzz%2Fhellosignbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbukashk0zzz%2Fhellosignbundle/lists"}