| Package Data | |
|---|---|
| Maintainer Username: | wooxo |
| Maintainer Contact: | dev@wooxo.fr (Wooxo SA) |
| Package Create Date: | 2015-09-09 |
| Package Last Update: | 2015-12-17 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:05:43 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,854 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 6 |
| Total Forks: | 2 |
| Total Open Issues: | 1 |
It's a library for Laravel 4.2.
Library to use YouSign API with Laravel Based on PHP Client : https://github.com/Yousign/yousign-api-client-php
Install using composer
Now require the lib
composer require wooxo/yousign-api-client-laravel "~0.1"
Publish config and complete informations (contact YouSign to get Credentials)
php artisan config:publish wooxo/yousign-api-client-laravel
Add provider in config.app
'providers' = array(
[...],
'Wooxo\YouSignApiClientLaravel\YouSignApiClientLaravelServiceProvider'
);
Init connection
$client = new YouSignApiClientLaravel();
After please report to the documentation of https://github.com/Yousign/yousign-api-client-php