oneawebmarketing/loghub-php
最新稳定版本:1.0.2
Composer 安装命令:
composer require oneawebmarketing/loghub-php
包简介
PHP Wrapper for LogHub.cloud
README 文档
README
LogHub is a cloud logging platform to aggregate your logs from all your projects.
require __DIR__ . '/vendor/autoload.php'; use LogHub\LogHub; LogHub::init('API_KEY'); $logId = LogHub::log( 'group-1', 'my actual log content, string, array, class instance or json' );
Installing
The recommended way to install LogHub PHP is through Composer.
composer require oneawebmarketing/loghub-php
Security
If you discover a security vulnerability within this package, please send an email to security@loghub.cloud. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced.
License
This repository is made available under the MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 2.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-19