PHPackages                             achertovsky/yii2-loggly - 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. achertovsky/yii2-loggly

AbandonedArchivedYii2-extension[Logging &amp; Monitoring](/categories/logging)

achertovsky/yii2-loggly
=======================

Use loggly cloud log management service as log target within Yii2 apps.

0.2.0(10y ago)0914BSD-3-ClausePHP

Since Mar 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/achertovsky/yii2-loggly)[ Packagist](https://packagist.org/packages/achertovsky/yii2-loggly)[ Docs](https://github.com/spacedealer/yii2-loggly)[ RSS](/packages/achertovsky-yii2-loggly/feed)WikiDiscussions master Synced 2mo ago

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

Loggly Extension for Yii2
=========================

[](#loggly-extension-for-yii2)

This extensions provides support for [Loggly](http://loggly.com/) as log target for [Yii2](https://github.com/yiisoft/yii2) applications. It is partially based on the yii 1.\* extension [yii-loggly](https://github.com/aotd1/yii-loggly) by Alexey Ashurok.

[![Build Status](https://camo.githubusercontent.com/b1be56c2f925cacbce82b8c0ce9065ecf51d9b2c8d5a86585aaa30eafa8f894e/68747470733a2f2f7472617669732d63692e6f72672f73706163656465616c65722f796969322d6c6f67676c792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/spacedealer/yii2-loggly)[![SensioLabsInsight](https://camo.githubusercontent.com/7dccd07b193b274ec7cc516fc7a09e473da9f50db29d4d983d4e713b029517c5/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36363530626664632d386331332d346664622d626365632d3636363936653038346661382f6d696e692e706e67)](https://insight.sensiolabs.com/projects/6650bfdc-8c13-4fdb-bcec-66696e084fa8)[![Dependency Status](https://camo.githubusercontent.com/e66b1eaf13256f429ff94a142b9dd484858965ce0d9ece26fc16d46e77247995/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534376463326465383637346134386665623030303064662f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/547dc2de8674a48feb0000df)

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

[](#requirements)

- php &gt;= 5.4
- php5-curl extension
- Yii2

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist achertovsky/yii2-loggly "*"

```

or add

```
"achertovsky/yii2-loggly": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application configuration as follows:

```
'log' => [
	'targets' => [
		'loggly' => [
			'class' => 'spacedealer\loggly\Target',
			'customerToken' => 'your_customer_token',
			'levels' => ['error', 'warning', 'info', 'trace'],
			'tags' => ['console', 'staging']
			'enableIp' => false,
			'enableTrail' => true,
			'enableTrace' => false,
		],
	],
],
```

Resources
---------

[](#resources)

- [GitHub](https://github.com/spacedealer/yii2-loggly)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~66 days

Total

2

Last Release

4013d ago

### Community

Maintainers

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

---

Top Contributors

[![achertovsky](https://avatars.githubusercontent.com/u/13575044?v=4)](https://github.com/achertovsky "achertovsky (15 commits)")

---

Tags

logyii2loggly

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/achertovsky-yii2-loggly/health.svg)

```
[![Health](https://phpackages.com/badges/achertovsky-yii2-loggly/health.svg)](https://phpackages.com/packages/achertovsky-yii2-loggly)
```

###  Alternatives

[lav45/yii2-activity-logger

Tools to store user activity log for Yii2

3456.3k](/packages/lav45-yii2-activity-logger)

PHPackages © 2026

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