Download the PHP package getsendstack/laravel-sendstack without Composer
On this page you can find all versions of the php package getsendstack/laravel-sendstack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download getsendstack/laravel-sendstack
More information about getsendstack/laravel-sendstack
Files in getsendstack/laravel-sendstack
Package laravel-sendstack
Short Description A Laravel Package to work with the SendStack API
License MIT
Homepage https://github.com/getsendstack/laravel-sendstack
Informations about the package laravel-sendstack
Laravel Send Stack
Installation
You can install the package via composer:
You can publish the config file with:
Set up
To start using this package, you need to add environment variables for:
SENDSTACK_URL
- Optional, not really needed as this has a defaultSENDSTACK_TOKEN
- You can generate this from your getSendStack account.
The package will pick these up in its configuration and use these when it resolves an instance of the Client
.
Usage
This package can be used by injecting the SendStack\Laravel\Http\Client
into a method to instantiate the client:
Alternatively you can use the Facade to help you:
Getting a list of Subscribers
Getting a single Subscriber
Creating a new Subscriber
Update a Subscriber
Deleting a Subscriber
Attaching a Tag to a Subscriber
Removing a Tag from a Subscriber
Checking if an email address is an Active Subscriber
Getting all Tags
Creating a new Tag
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Steve McDougall
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-sendstack with dependencies
illuminate/contracts Version ^9.25|^10.0
juststeveking/http-status-code Version ^3.0
juststeveking/laravel-data-object-tools Version ^1.0