flashy/flashy-php

PHP library for the Flashy API.

v2.0.0 2023-02-22 15:25 UTC

This package is auto-updated.

Last update: 2024-04-12 17:47:17 UTC


README

Flashy offers the best marketing automation and personalization tools to SMBs and the agencies that serve them. We empower your small team to be as effective as the tech giants at building loyal, personal customer relationships that skyrocket sales.

How this package will help you?

The Flashy SDK for PHP helps developers to easily connect to Flashy API, through the integration you can:

  • Manage Contacts
  • Manage Lists
  • Send Email Messages
  • Send SMS
  • Send Push Notifications
  • Send Tracking Events

Installation

You can install the package via composer:

composer require flashy/flashy-php

Or you can download the "src" folder and manually add it to your project, you will need to include Flashy before you can use it:

require_once("your_path/Flashy.php");

Usage

$flashy = new Flashy\Flashy($config);

$flashy->contacts->create($contact);

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hello@flashyapp.com instead of using the issue tracker.

Credits