Download the PHP package keepsuit/laravel-zoho-campaigns without Composer
On this page you can find all versions of the php package keepsuit/laravel-zoho-campaigns. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download keepsuit/laravel-zoho-campaigns
More information about keepsuit/laravel-zoho-campaigns
Files in keepsuit/laravel-zoho-campaigns
Package laravel-zoho-campaigns
Short Description Manage Zoho Campaigns from Laravel
License MIT
Homepage https://github.com/keepsuit/laravel-zoho-campaigns
Informations about the package laravel-zoho-campaigns
Manage Zoho Campaigns from Laravel
This package provides an easy way to interact with the Zoho Campaigns API.
Right now only the following features are supported:
- Subscribe a contact to a list
- Unsubscribe a contact from a list
- Get subscribers from a list
- Get subscribers count of a list
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
First time setup:
This should be done also on production because tokens are saved in the database. Run the following command and follow the instructions:
`
Usage
Subscribe a contact to a list
Unsubscribe a contact from a list
Get subscribers from a list
Get subscribers count of a list
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Fabio Capucci
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-zoho-campaigns with dependencies
guzzlehttp/guzzle Version ^7.5
illuminate/contracts Version ^10.0 || ^11.0 || ^12.0
spatie/laravel-package-tools Version ^1.16