Looking to hire Laravel developers? Try LaraJobs

yousign-api-client-laravel maintained by wooxo

Description
Laravel 4.X client for the Yousign API
Author
Last update
2015/12/17 11:24 (dev-master)
License
Downloads
1 854
Tags

Comments
comments powered by Disqus

YouSignApiClientLaravel

Build Status Latest Stable Version Total Downloads

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

Installation

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'
);

Usage

Init connection

$client = new YouSignApiClientLaravel();

After please report to the documentation of https://github.com/Yousign/yousign-api-client-php