Download the PHP package balfour/laravel-klaviyo without Composer
On this page you can find all versions of the php package balfour/laravel-klaviyo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download balfour/laravel-klaviyo
More information about balfour/laravel-klaviyo
Files in balfour/laravel-klaviyo
Download balfour/laravel-klaviyo
More information about balfour/laravel-klaviyo
Files in balfour/laravel-klaviyo
Vendor balfour
Package laravel-klaviyo
Short Description A library for interacting with the Klaviyo API in Laravel
License MIT
Package laravel-klaviyo
Short Description A library for interacting with the Klaviyo API in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-klaviyo
laravel-klaviyo
A library for interacting with the Klaviyo API in Laravel.
This library is in early release and is pending unit tests.
Installation
Configuration
The package makes use of the following env vars:
KLAVIYO_ENABLED
[default =false
]KLAVIYO_API_KEY
[default =null
]KLAVIYO_QUEUE
[default =klaviyo
]
If you would like to publish the config, you can do so using:
php artisan vendor:publish --provider="Balfour\LaravelKlaviyo\ServiceProvider"
If you plan to process events
and identities
on a queue, you'll need to make sure
you have a queue worker running and handling the KLAVIYO_QUEUE
jobs.
Usage
All versions of laravel-klaviyo with dependencies
PHP Build Version
Package Version
Requires
ext-json Version
*
guzzlehttp/guzzle Version ^6.3
laravel/framework Version ^5.7
propaganistas/laravel-phone Version ^4.1
guzzlehttp/guzzle Version ^6.3
laravel/framework Version ^5.7
propaganistas/laravel-phone Version ^4.1
The package balfour/laravel-klaviyo contains the following files
Loading the files please wait ....