PHPackages                             logdo/logdo-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. logdo/logdo-php

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

logdo/logdo-php
===============

A php sdk for logdo. A php and laravel logging app

2.0.0(3y ago)2531MITPHP

Since Sep 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/logdo/php-sdk)[ Packagist](https://packagist.org/packages/logdo/logdo-php)[ RSS](/packages/logdo-logdo-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (1)

[![Logdo](.github/logo.png?raw=true)](.github/logo.png?raw=true)

Logdo, PHP SDK | [![Tests](https://github.com/logdo/php-sdk/actions/workflows/php_versions_compatibilty_and_tests.yml/badge.svg)](https://github.com/logdo/php-sdk/actions/workflows/php_versions_compatibilty_and_tests.yml/badge.svg)
=======================================================================================================================================================================================================================================

[](#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
-----

[](#tests)

To run tests in this sdk, run

```
composer run tests
```

Help and docs
-------------

[](#help-and-docs)

We use GitHub issues only to discuss bugs and new features. You can also RTFML [here | documentation.](http://logdo.theonehq.com/docs)

Installing Logdo php SDK
------------------------

[](#installing-logdo-php-sdk)

The recommended way to install the SDK through [Composer](https://getcomposer.org/).

```
composer require logdo/logdo-php
```

Contributing
------------

[](#contributing)

Contributions are welcome in any form.

Bug and Security Report
-----------------------

[](#bug-and-security-report)

Report and bugs and security issue to `theguys@theoneapp.rocks`

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~435 days

Total

3

Last Release

1203d ago

Major Versions

1.0.1 → 2.0.02023-01-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/db5111c1c45c26d510cca26fc1db9f7655b59898ac2e53f90e8d4c66fe37510e?d=identicon)[mwkams](/maintainers/mwkams)

---

Top Contributors

[![mwakaambrose](https://avatars.githubusercontent.com/u/8328295?v=4)](https://github.com/mwakaambrose "mwakaambrose (21 commits)")

---

Tags

logging-libraryphp-libraryphp7

### Embed Badge

![Health badge](/badges/logdo-logdo-php/health.svg)

```
[![Health](https://phpackages.com/badges/logdo-logdo-php/health.svg)](https://phpackages.com/packages/logdo-logdo-php)
```

###  Alternatives

[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[yoeriboven/laravel-log-db

A database driver for logging with Laravel

58156.5k](/packages/yoeriboven-laravel-log-db)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)[hamidrezaniazi/pecs

PHP ECS (Elastic Common Schema): Simplify logging with the power of elastic common schema.

3325.5k1](/packages/hamidrezaniazi-pecs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
