Download the PHP package lyqiu/es-notify without Composer

On this page you can find all versions of the php package lyqiu/es-notify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package es-notify

简介

可方便快捷的实现通知服务,目前已接入的有钉钉和微信公众号(含测试号)

使用场景

目录结构

src
 ├── DingTalk 钉钉实现
 ├── Interface 接口定义
 └── Wechat 微信实现

开始

composer require yizuan/es-notify

配置

  1. 钉钉

  2. 微信

注册

可注册多个,不限数量,key需要保证唯一,调用通知时需声明此key

调用通知

  1. 调用doesOne时第一个参数为注册时的key,第二个参数为消息类
  2. 钉钉支持的消息类型是固定的,都在DingTalk\Message目录
  3. 微信公众号模板消息的每个模板,理论上格式都不同,请自行继承src/WeChat/Message/Base.php 实现struct抽象方法传递模板结构,可参考Warning.php和Notice.php

常见问题

  1. 我想在没注册的情况下,按指定配置实例化然后调用通知可以吗?

TODO

相关文档


All versions of es-notify with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
easyswoole/easyswoole Version 3.4.x
easyswoole/http-client Version ^1.5
easyswoole/wechat Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lyqiu/es-notify contains the following files

Loading the files please wait ....