2017 © Pedro Peláez
 

library yousign-api-client-laravel

Laravel 4.X client for the Yousign API

image

wooxo/yousign-api-client-laravel

Laravel 4.X client for the Yousign API

  • Thursday, December 17, 2015
  • by wooxo
  • Repository
  • 5 Watchers
  • 1 Stars
  • 1,188 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

YouSignApiClientLaravel

Build Status Latest Stable Version Total Downloads, (*1)

It's a library for Laravel 4.2., (*2)

Library to use YouSign API with Laravel Based on PHP Client : https://github.com/Yousign/yousign-api-client-php, (*3)

Installation

Install using composer, (*4)

Now require the lib, (*5)

composer require wooxo/yousign-api-client-laravel "~0.1"

Publish config and complete informations (contact YouSign to get Credentials), (*6)

php artisan config:publish wooxo/yousign-api-client-laravel

Add provider in config.app, (*7)

'providers' = array(
    [...],
    'Wooxo\YouSignApiClientLaravel\YouSignApiClientLaravelServiceProvider'
);

Usage

Init connection, (*8)

$client = new YouSignApiClientLaravel();

After please report to the documentation of https://github.com/Yousign/yousign-api-client-php, (*9)

The Versions

17/12 2015

dev-master

9999999-dev https://github.com/wooxo/yousign-api-client-laravel

Laravel 4.X client for the Yousign API

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel yousign

29/09 2015

0.1.1

0.1.1.0 https://github.com/wooxo/yousign-api-client-laravel

Laravel 4.X client for the Yousign API

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel yousign

09/09 2015

0.1.0

0.1.0.0 https://github.com/wooxo/yousign-api-client-laravel

Laravel 4.X client for the Yousign API

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel yousign