Skip to content

breakpointstudio/laravel-vero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
return [
    ...
    'vero' => [
        'auth_token' => env('VERO_AUTH_TOKEN'),
    ],
];
  • Lastly, add your Vero auth token to your .env
VERO_AUTH_TOKEN="your auth token here"

Usage

\LaravelVero::identify('test-user-id');

About

A laravel adaptation of the Vero library for handling push notifications

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%