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.
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
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");
$flashy = new Flashy\Flashy($config);
$flashy->contacts->create($contact);
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email hello@flashyapp.com instead of using the issue tracker.