logdo/logdo-php
Composer 安装命令:
composer require logdo/logdo-php
包简介
A php sdk for logdo. A php and laravel logging app
README 文档
README
Logdo, PHP SDK | 
LogDo: You production logs, exactly like you are used to them on your local 🥳
- Simple interface for viewing logs
- App based logging setup
- Members can join teams and have access to teams' apps logs.
- Clean APIs and SDKs...
... and many more ....
require_once __DIR__ . '/../vendor/autoload.php'; use LogdoPhp\Logdo; $logdo = Logdo::instance() ->logger() ->for(app_id: "app_id") ->log(log: "hello world") ->at(incident_datetime: "2023-01-31 12:07:56") ->as(environment: "local") ->with(stack_trace: "stack trace") ->level(log_level: "info") ->go();
Tests
To run tests in this sdk, run
composer run tests
Help and docs
We use GitHub issues only to discuss bugs and new features. You can also RTFML here | documentation.
Installing Logdo php SDK
The recommended way to install the SDK through Composer.
composer require logdo/logdo-php
Contributing
Contributions are welcome in any form.
Bug and Security Report
Report and bugs and security issue to theguys@theoneapp.rocks
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 5
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-13
