flashy/flashy-php
最新稳定版本:v2.0.0
Composer 安装命令:
composer require flashy/flashy-php
包简介
PHP library for the Flashy API.
关键字:
README 文档
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
统计信息
- 总下载量: 10.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2021-05-28