定制 ssaweb/appwrite-logger 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

ssaweb/appwrite-logger

最新稳定版本:v1.3.2

Composer 安装命令:

composer require ssaweb/appwrite-logger

包简介

This is a package responsible for calling a logger function made in appwrite

README 文档

README

It's just a helper class I use in my appwrite functions to call my log function that submits the log to logz.io services.

If you find it useful you could deploy the function in your appwrite server and then install the Logger package in your PHP function and use it like below:

$logger = new Logger(new Functions($client));
$logger->log("My Log", ['tagA', 'tagB']);

It seems to be recommended to avoid using appwrite log functions due to the issue below:

https://discord.com/channels/564160730845151244/1202496275967115275

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Dockerfile

其他信息

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