Download the PHP package tfs/sendy without Composer
On this page you can find all versions of the php package tfs/sendy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor tfs
Package sendy
Short Description Consumes Sendy's API and provides a usable class with method processRequest() allowing easy requesting quote as well as completing request.
License MIT
Package sendy
Short Description Consumes Sendy's API and provides a usable class with method processRequest() allowing easy requesting quote as well as completing request.
License MIT
Please rate this library. Is it a good library?
Informations about the package sendy
Overview
This is a Laravel SDK consuming Sendy Public API, allowing you to easily make your request.
Installation
composer require tfs/sendy
NOTE: Confirm that TFS\Sendy\SendyServiceProvider::class
service provider has been automatically registered inside your config/app.config
Usage
The whole point of this, is to reduce the hassle of using Sendy's Public API https://sendypublicapi.docs.apiary.io/
use TFS\Sendy\Sendy;
$sendy = new Sendy;
//processing request
$response = $sendy->processRequest($params, $mode);
Variable | Type | Description |
---|---|---|
$params | array | Parameters to pass to Sendy Public API |
$mode | string | 'sandbox' or 'live' |
Happy Coding!!
All versions of sendy with dependencies
PHP Build Version
Package Version
No informations.
The package tfs/sendy contains the following files
Loading the files please wait ....