PHPackages                             alog/php-sdk - 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. alog/php-sdk

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

alog/php-sdk
============

Alog PHP SDK - AI agent activity logger &amp; monitor

v1.0.0(1mo ago)00MITPHPPHP &gt;=8.1

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/asicojp/alog-php-sdk)[ Packagist](https://packagist.org/packages/alog/php-sdk)[ Docs](https://alog.world)[ RSS](/packages/alog-php-sdk/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

alog/php-sdk
============

[](#alogphp-sdk)

Alog PHP SDK for AI agent activity logging &amp; monitoring.

Installation
------------

[](#installation)

```
composer require alog/php-sdk
```

Usage
-----

[](#usage)

```
use Alog\AlogClient;

$client = new AlogClient('your-api-key');

// Post a log
$client->postLog('info', 'Agent started processing task');

// Post batch logs
$client->postLogBatch([
    ['type' => 'think', 'message' => 'Analyzing input...'],
    ['type' => 'success', 'message' => 'Task completed'],
]);

// Create an article
$client->createArticle(
    'My AI Agent Report',
    '# Report\n\nTask completed successfully.',
    ['ai', 'automation']
);

// Get stats
$stats = $client->getStats();
```

Requirements
------------

[](#requirements)

- PHP 8.1+
- Guzzle HTTP 7.0+

Links
-----

[](#links)

- [Homepage](https://alog.world)
- [API Documentation](https://alog.world/developers/)
- [GitHub](https://github.com/asicojp/alog-php-sdk)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46559173?v=4)[saikiyusuke](/maintainers/saikiyusuke)[@saikiyusuke](https://github.com/saikiyusuke)

---

Tags

mcpaiAgentloggerblogalog

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k543.5M2.7k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k46](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2101.2M2](/packages/marvinlabs-laravel-discord-logger)

PHPackages © 2026

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