PHPackages                             softel/elastic\_logs - 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. softel/elastic\_logs

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

softel/elastic\_logs
====================

Integrate laravel with elastic search for sending all logs to elastic search

v1.1.1(3y ago)31.9k1MITPHPPHP &gt;=7.1

Since Aug 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pageswebsite/ElasticLogs)[ Packagist](https://packagist.org/packages/softel/elastic_logs)[ RSS](/packages/softel-elastic-logs/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

Laravel with ElasticSearch Implementation
=========================================

[](#laravel-with-elasticsearch-implementation)

This package is fork from [softel/elastic\_logs](https://github.com/pageswebsite/ElasticLogs.git). That package is a simple initializer of elasticsearch logs for Kibana with laravel.

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

[](#installation)

Install the package via composer:

```
composer require softel/elastic_logs
```

Usage
-----

[](#usage)

Merge this with logging.php config file

```
use ElasticLog\CreateElasticsearchLogger;

...

return [
    'channels' => [
        'elastic' => [
            'driver' => 'custom',
            'via' => CreateElasticsearchLogger::class,
        ],
    ],
];
```

Config in file .env

```
LOG_CHANNEL=elastic
...

ELASTIC_HOST="http://elasticsearch-cluster.......internal"
ELASTIC_API_KEY="xxxxxxxx"
ELASTIC_INDEX=xxxxxxx
ELASTIC_TYPE=_doc
```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity46

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

Every ~0 days

Total

10

Last Release

1095d ago

### Community

Maintainers

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

---

Tags

loglaravelelasticsearch

### Embed Badge

![Health badge](/badges/softel-elastic-logs/health.svg)

```
[![Health](https://phpackages.com/badges/softel-elastic-logs/health.svg)](https://phpackages.com/packages/softel-elastic-logs)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

935628.9k2](/packages/mailerlite-laravel-elasticsearch)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

399693.0k](/packages/jeroen-g-explorer)[addons/elasticsearch

Laravel's elasticsearch Paginator/Collection/Logger Helper.

462.5k](/packages/addons-elasticsearch)[atrapalo/monolog-elasticsearch

A Monolog handler and formatter that makes use of the elasticsearch/elasticsearch package

1123.0k](/packages/atrapalo-monolog-elasticsearch)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1170.5k](/packages/moesif-moesif-laravel)

PHPackages © 2026

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