PHPackages                             jesus.calle/logify-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. jesus.calle/logify-client

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

jesus.calle/logify-client
=========================

Client for Logify Log Server

v1.0.0(1y ago)09MITPHP

Since Jan 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/JesusCalleRuiz/logify-client)[ Packagist](https://packagist.org/packages/jesus.calle/logify-client)[ RSS](/packages/jesuscalle-logify-client/feed)WikiDiscussions main Synced 1mo ago

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

Logify Client
=============

[](#logify-client)

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

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

To use Logify 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 jesus.calle/logify-client

```

Configure .env variables

```
LOGIFY_ACTIVE=true
LOGIFY_SERVER=https://logify.xxxxxxxxxx.xxx
LOGIFY_VERSION=v1
LOGIFY_TOKEN=xxxxxxxxxxxxxxxxxxxx

```

LOGIFY\_TOKEN is the one specified in the client table of the Logify 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 Logify Server Administrator.

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

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

The linux command line utility is intended for sending log information to the Logify 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/JesusCalleRuiz/logify-client/main/cli/linux/install.sh
chmod +x install.sh
sudo ./install.sh

```

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

```
Logify Server (eg: https://logify.server.com): https://logify...

```

Execute a test

```
logify prueba inf

```

Remove installation file

```
rm install.sh

```

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance42

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

479d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ad9b890a39c9352b232768cdbf93b076110cea933f072cda2e3fdf4339442c7?d=identicon)[JesusCalleRuiz](/maintainers/JesusCalleRuiz)

### Embed Badge

![Health badge](/badges/jesuscalle-logify-client/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[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)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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