2017 © Pedro Peláez
 

library laravel-signrequest

Send signrequest in Laravel'

image

altelma/laravel-signrequest

Send signrequest in Laravel'

  • Thursday, May 10, 2018
  • by ALTELMA
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel SignRequest

Software License Build Status StyleCI Total Downloads, (*1)

Inspiration

https://github.com/AtaneNL/SignRequest, (*2)

Installation

You can install this package via composer using:, (*3)

composer require altelma/laravel-signrequest

The package will automatically register itself., (*4)

To publish the config file to config/signrequest.php run:, (*5)

php artisan vendor:publish --provider="Altelma\LaravelSignRequest\SignRequestServiceProvider"

Usage

$file = 'http://www.example.com/example.pdf'
$cdr = SignRequest::createDocumentFromURL($file);
$sender = 'admin@example.com';
$recipients = [
            [
                'email' => 'receiver@domain.com',
                'from_email_name' => 'John Doe',
            ],
        ];
$message = 'Hey, please sign this document.'; // optional
$request = SignRequest::sendSignRequest($cdr->uuid, $sender, $recipients, $message);

License

The MIT License (MIT). Please see License File for more information., (*6)

Feedback

Welcome for any help and suggestions., (*7)

The Versions

10/05 2018

dev-master

9999999-dev

Send signrequest in Laravel'

  Sources   Download

MIT

The Requires

 

by Avatar ALTELMA

08/05 2018

dev-analysis-zOKxea

dev-analysis-zOKxea

Send signrequest in Laravel'

  Sources   Download

MIT

The Requires

 

by Avatar ALTELMA

08/05 2018

dev-analysis-XZvD1a

dev-analysis-XZvD1a

Send signrequest in Laravel'

  Sources   Download

MIT

The Requires

 

by Avatar ALTELMA