Laravel 4.X client for the Yousign API
wooxo/yousign-api-client-laravel is a Laravel package for laravel 4.x client for the yousign api.
It currently has 1 GitHub stars and 1.854 downloads on Packagist (latest version 0.1.1).
Install it with composer require wooxo/yousign-api-client-laravel.
Discover more Laravel packages by wooxo
or browse all Laravel packages to compare alternatives.
Last updated
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