Download the PHP package tobyberesford/php-klaviyo without Composer
On this page you can find all versions of the php package tobyberesford/php-klaviyo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tobyberesford/php-klaviyo
More information about tobyberesford/php-klaviyo
Files in tobyberesford/php-klaviyo
Package php-klaviyo
Short Description Klaviyo PHP SDK
License Apache-2.0
Homepage https://github.com/tobyberesford/php-klaviyo
Informations about the package php-klaviyo
Klaviyo PHP SDK + GET and PUT
This is a fork of the official Klaviyo PHP API that also adds in GET and PUT functionality from robwittman/php-klaviyo. The Guzzle requirement of robwittman was removed by borrowing from the Order Desk PHP Client. It provides a minimal-abstraction wrapper for the track, identify, metrics, profiles, lists (v1 and v2), campaigns, and templates APIs all from the same class.
Table of Contents
- Metrics
- Profiles
- Lists
Lists in AccountCreating a ListList InformationUpdating a ListDeleting a ListChecking if Someone is in a List- Checking if Someone is in a Segment
Adding Someone to a ListBatch Adding People to a ListBatch Removing People from a ListExclude or Unsubscribe Someone from a ListList Exclusions or Unsubscribes for a List- List Exclusions or Unsubscribes
- Exclude or Unsubscribe Someone from All Email
- Lists v2
- Campaigns
- Templates
- Track
- Identify
- Basic Identify Call
Metrics
Listing metrics
Listing the complete event timeline
Listing the event timeline for a particular metric
Exporting metric data
Profiles
Retrieving a Person's Attributes
Adding or Updating a Person's Attributes
Listing a person's complete event timeline
Listing a person's event timeline for a particular metric
Getting All People
Lists
Lists in Account
DEPRECATED: Please use the Lists API V2.
Creating a List
DEPRECATED: Please use the Lists API V2.
List Information
DEPRECATED: Please use the Lists API V2.
Updating a List
DEPRECATED: Please use the Lists API V2.
Deleting a List
DEPRECATED: Please use the Lists API V2.
Checking if Someone is in a List
DEPRECATED: Please use the Lists API V2.
Checking if Someone is in a Segment
Adding Someone to a List
DEPRECATED: Please use the Lists API V2.
Batch Adding People to a List
DEPRECATED: Please use the Lists API V2.
Batch Removing People from a List
DEPRECATED: Please use the Lists API V2.
Exclude or Unsubscribe Someone from a List
DEPRECATED: Please use the Lists API V2.
List Exclusions or Unsubscribes for a List
DEPRECATED: Please use the Lists API V2.
List Exclusions or Unsubscribes
Exclude or Unsubscribe Someone from All Email
Lists v2
Create a List
Get Lists
Get List Details
Update a List
Delete a List
Subscribe to List
Check List Subscriptions
Unsubscribe from List
Add to List
Check List Membership
Remove from List
Get All Exclusions on a List
Get Group Member Emails
Campaigns
Campaigns in Account
Creating a Campaign
Campaign Information
Updating a Campaign
Send a Campaign Immediately
Schedule a Campaign
Cancel a Campaign
Clone a Campaign
Campaign Recipient Information
Templates
List all templates
Creating a template
Updating an email template
Deleting template
Clone template
Render template
Render template and send email
Track
Basic Event Call
However, since a GET request is being performed in the class, the following implementation is also supported:
Identify
Basic Identify Call
However, since a GET request is being performed in the class, the following implementation is also supported:
All versions of php-klaviyo with dependencies
ext-json Version *