flashy / flashy-php
PHP library for the Flashy API.
Installs: 7 833
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=7.1
- ext-curl: *
- ext-json: *
Requires (Dev)
- laravel/helpers: ^1.4
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-03-12 19:48:21 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.