wooxo/yousign-api-client-laravel

Laravel 4.X client for the Yousign API
1,854 1
Install
composer require wooxo/yousign-api-client-laravel
Latest Version:0.1.1
License:MIT
Last Updated:Dec 17, 2015
Links: GitHub  ·  Packagist
Maintainer: wooxo

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

Related Packages

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,893,314 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 161
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

361,233 86
laravel/laravel

The skeleton application for the Laravel framework.

64,400,768 84,869