Download the PHP package stephenjude/laravel-sendportal without Composer
On this page you can find all versions of the php package stephenjude/laravel-sendportal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stephenjude/laravel-sendportal
More information about stephenjude/laravel-sendportal
Files in stephenjude/laravel-sendportal
Package laravel-sendportal
Short Description A Laravel Package to work with the SendPortal API
License MIT
Homepage https://github.com/stephenjude/laravel-sendportal
Informations about the package laravel-sendportal
Laravel SendPortal SDK
The unofficial Laravel Package to work with the SendPortal APIs.
Installation
You can install the package via composer:
Set up
To start using this package, you need to add environment variables for:
SENDPORTAL_URL- The url of your Sendportal account like this — https://sendportal.io/api/v1SENDPORTAL_TOKEN- You can generate this from your SendPortal 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 using the SendPortal facade or by injecting the SendPortal\Laravel\Http\Client into a method to instantiate the client:
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
- Stephen Jude
- Steve McDougall
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-sendportal with dependencies
illuminate/contracts Version ^9.25|^10.0
juststeveking/http-status-code Version ^3.0
juststeveking/laravel-data-object-tools Version ^1.0