Download the PHP package samlittler/laravel-vero without Composer
On this page you can find all versions of the php package samlittler/laravel-vero. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download samlittler/laravel-vero
More information about samlittler/laravel-vero
Files in samlittler/laravel-vero
Package laravel-vero
Short Description A laravel extension for interacting with the Vero API using the Vero PHP library
License MIT
Informations about the package laravel-vero
laravel-vero
About
This library adapts the Vero PHP library for Laravel. It provides a service container and facade for easy access.
Requirements
- PHP 7.1+
- Laravel 5.6+
- json extension // Undocumented requirement of the underlying library
- curl extension // Undocumented requirement of the underlying library
Installation
- Install the library with composer
composer require samlittler/laravel-vero
-
Store an auth_token key in your
config/services.php
- Lastly, add your Vero auth token to your
.env
Usage
- Users
- Identify
- Unsubscribe
- Resubscribe
- Delete
- Tags
- Add
- Remove
- Events
- Track
Get a Vero instance
Users
Identify
Standard Identify Usage
Standard identification usage is simple, and it allows subsequent track events to be collected on the Vero dashboard.
You can also add arbitrary identification information here.
Note: Email addresses have a dedicated method, because they're handled differently.
Push Channels
You can only register push channels during the identify call.
Unsubscribe
You can programmatically unsubscribe users from Vero marketing.
Resubscribe
You can programmatically resubscribe users to Vero marketing.
Delete
You can delete users from Vero. You'll require a new identify call to re-add them.
Tags
Add
Remove
Events
Track
You can send track events with arbitrary data.
All versions of laravel-vero with dependencies
ext-json Version *
ext-curl Version *
illuminate/support Version >=5.0
samlittler/vero-php Version ^1.0