Download the PHP package sebkay/arbalest without Composer
On this page you can find all versions of the php package sebkay/arbalest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sebkay/arbalest
More information about sebkay/arbalest
Files in sebkay/arbalest
Download sebkay/arbalest
More information about sebkay/arbalest
Files in sebkay/arbalest
Vendor sebkay
Package arbalest
Short Description An all-in-one, easy to use solution for sending emails with various APIs.
License MIT
Package arbalest
Short Description An all-in-one, easy to use solution for sending emails with various APIs.
License MIT
Please rate this library. Is it a good library?
Informations about the package arbalest
Arbalest
A simple all-in-one solution for managing email list subscribers in PHP.
Supported
- Mailchimp (Example)
- Campaign Monitor (Example)
- ConvertKit (Example)
- ActiveCampaign (Example)
- Omnisend (Example)
Installation
This package is available on Packagist and can be installed via Composer like so:
Usage
First, create the Arbalest\Arbalest
instance. This is the object you'll use to manage subscribers.
Second, provide the Arbalest instance a service. For example Mailchimp (Arbalest\Services\Mailchimp
).
Then you can either subscribe or unsubscribe email addresses like so:
Example (Mailchimp)
Methods
These are the public methods available on Arbalest\Arbalest
.
Method | @return |
---|---|
subscribe(string $email_address)
|
bool
|
unsubscribe(string $email_address)
|
bool
|
subscribeAll(array $email_addresses)
|
bool
|
unsubscribeAll(array $email_addresses)
|
bool
|
Coming Soon
- Hubspot
- GetResponse
- Drip
- Constant Contact
- MailerLite
- Sendinblue
- AWeber
- GetResponse
All versions of arbalest with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3 | ^8.0
guzzlehttp/guzzle Version ^7.3
campaignmonitor/createsend-php Version ^6.1
guzzlehttp/guzzle Version ^7.3
campaignmonitor/createsend-php Version ^6.1
The package sebkay/arbalest contains the following files
Loading the files please wait ....