承接 stovendo/omnisend 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stovendo/omnisend

Composer 安装命令:

composer require stovendo/omnisend

包简介

Unofficial API client library for interacting with the Omnisend API.

README 文档

README

Welcome to the Omnisend SDK by Stovendo. This SDK allows you to interact with the Omnisend API in a streamlined and efficient manner.

Important Note

Please note that the SDK does not cover 100% of the Omnisend API functionality. If you require a specific use case that is not covered, feel free to implement it yourself and submit a pull request. We are happy to review and merge your contributions.

Contributions

Contributions are welcome! Whether it's fixing a bug, implementing a new feature, or improving the documentation, we appreciate your help in making this SDK better.

Disclaimer

We are not affiliated with, endorsed by, or in any way officially connected to Omnisend. This SDK is an independent project developed by Stovendo.

API Version

This SDK is based on the Omnisend API v3.

Installation

To install the SDK, use the following command:

composer require stovendo/omnisend-sdk

Usage

Here is a basic example of how to use the SDK:

require 'vendor/autoload.php';

use Stovendo\Omnisend\OmnisendApiClient;
use \Stovendo\Omnisend\OmnisendFactory;

// use the client directly
$client = new OmnisendApiClient('YOUR_API_KEY');

// or use the factory
$client = (new OmnisendFactory())->create('YOUR_API_KEY');

// check connection
$isConnected = $client->ping();

print_r($isConnected);

Documentation

For detailed API usage and examples, please refer to the Omnisend API v3 Documentation.

Support

If you encounter any issues or have questions, please open an issue on this repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Thank you for using the Omnisend SDK by Stovendo. Happy coding!

统计信息

  • 总下载量: 336
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-13