8lines/sylius-notification-plugin-ovh-cloud-adapter 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

8lines/sylius-notification-plugin-ovh-cloud-adapter

最新稳定版本:1.0

Composer 安装命令:

composer require 8lines/sylius-notification-plugin-ovh-cloud-adapter

包简介

Ovh Cloud adapter for Sylius Notification Plugin

README 文档

README

8lines

SyliusNotificationPlugin

Ovh Cloud Notification Channel Adapter

Table of Content

Overview

This package is an adapter for the SyliusNotificationPlugin that allows you to send notifications to Ovh Cloud.

Installation

To install the adapter you need to run the following command:

composer require 8lines/slack-notification-plugin-ovh-cloud-adapter

Then configure Ovh Cloud Notifier and add the following variable to your .env file:

OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&sender=SENDER&no_stop_clause=NO_STOP_CLAUSE

And finally, add the following configuration to your config/packages/notifier.yaml file:

framework:
  notifier:
    texter_transports:
        ovhcloud: '%env(OVHCLOUD_DSN)%'

Usage

After the installation, you can use the Ovh Cloud Notification Channel in your application. There are one additional option that you can specify during the notification creation:

  • phone number from - the phone number from which the notification will be sent.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-12