PHPackages                             italisecdir/loggix-client - 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. italisecdir/loggix-client

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

italisecdir/loggix-client
=========================

Client for Loggix Log Server

0307PHP

Since Jan 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/italisecdir/loggix-client)[ Packagist](https://packagist.org/packages/italisecdir/loggix-client)[ RSS](/packages/italisecdir-loggix-client/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Loggix Client
=============

[](#loggix-client)

Composer package for Laravel
----------------------------

[](#composer-package-for-laravel)

To use Loggix from a Laravel project you just need to require the package using composer and set some environment variables to define the server location, the token of the application you want to log from and the behaviour of the library.

```
composer require italisecdir/loggix-client

```

Configure .env variables

```
LOGGIX_ACTIVE=true
LOGGIX_SERVER=https://loggix.xxxxxxxxxx.xxx
LOGGIX_VERSION=v1
LOGGIX_TOKEN=xxxxxxxxxxxxxxxxxxxx

```

LOGGIX\_TOKEN is the one specified in the client table of the Loggix Server. This token is unique and identifies the client application to log it's entries separately of the rest. This token is created by the Loggix Server Administrator.

Linux command line client
-------------------------

[](#linux-command-line-client)

The linux command line utility is intended for sending log information to the Loggix server from outside a Laravel application. Use it to log info/errors from inside cron jobs, automated tasks, etc

### Installation

[](#installation)

```
mkdir temp
cd temp
wget -qO install.sh https://raw.githubusercontent.com/italisecdir/loggix-client/main/cli/linux/install.sh
chmod +x install.sh
sudo ./install.sh

```

When a Loggix Server prompt appears, specify the protocol://hostname of the Loggix Server:

```
Loggix Server (eg: https://loggix.server.com): https://loggix...

```

Execute a test

```
loggix prueba inf

```

Remove installation file

```
rm install.sh

```

The Client utility is deployed under /usr/bin folder and it is called loggix

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.9% 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/2dcadea72fea37b37730f738c374700a98172fb731c0992c73c18bd8d392c86b?d=identicon)[italisecdir](/maintainers/italisecdir)

---

Top Contributors

[![pangodream](https://avatars.githubusercontent.com/u/44610297?v=4)](https://github.com/pangodream "pangodream (13 commits)")[![italisecdir](https://avatars.githubusercontent.com/u/77011630?v=4)](https://github.com/italisecdir "italisecdir (1 commits)")

### Embed Badge

![Health badge](/badges/italisecdir-loggix-client/health.svg)

```
[![Health](https://phpackages.com/badges/italisecdir-loggix-client/health.svg)](https://phpackages.com/packages/italisecdir-loggix-client)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)

PHPackages © 2026

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