PHPackages                             visionappscz/loggly-integration-test-command-bundle - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. visionappscz/loggly-integration-test-command-bundle

AbandonedArchivedSymfony-bundle[Testing &amp; Quality](/categories/testing)

visionappscz/loggly-integration-test-command-bundle
===================================================

Loggly integration tester for symfony projects

06PHP

Since Oct 26Pushed 9y ago4 watchersCompare

[ Source](https://github.com/visionappscz/loggly-integration-test-command-bundle)[ Packagist](https://packagist.org/packages/visionappscz/loggly-integration-test-command-bundle)[ RSS](/packages/visionappscz-loggly-integration-test-command-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Loggly Integration Test Command Bundle
======================================

[](#loggly-integration-test-command-bundle)

The Loggly Integration Test Bundle provides commands for listing and testing of loggly monolog handlers integration in symfony projects.

Getting Started
---------------

[](#getting-started)

### Installing

[](#installing)

Install with composer

```
require visionappscz/loggly-integration-test-command-bundle

```

Add bundle to AppKernel

```
// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new LogglyIntegrationTestCommandBundle\LogglyIntegrationTestCommandBundle(),
        ];

        // ...

        return $bundles;
    }

```

### Usage

[](#usage)

```
loggly:handlers
loggly:test [handler|all [severity|all]]

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![fousjiri](https://avatars.githubusercontent.com/u/16101556?v=4)](https://github.com/fousjiri "fousjiri (1 commits)")

### Embed Badge

![Health badge](/badges/visionappscz-loggly-integration-test-command-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/visionappscz-loggly-integration-test-command-bundle/health.svg)](https://phpackages.com/packages/visionappscz-loggly-integration-test-command-bundle)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M341](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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