PHPackages                             bilalbaraz/laravel-kibana - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. bilalbaraz/laravel-kibana

ActiveLibrary[HTTP &amp; Networking](/categories/http)

bilalbaraz/laravel-kibana
=========================

This allows you to use your kibana api

v0.1.1(6y ago)081MITPHPPHP ^7.2.5CI failing

Since Apr 20Pushed 6y agoCompare

[ Source](https://github.com/bilalbaraz/laravel-kibana)[ Packagist](https://packagist.org/packages/bilalbaraz/laravel-kibana)[ RSS](/packages/bilalbaraz-laravel-kibana/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (9)Used By (0)

Laravel Kibana
==============

[](#laravel-kibana)

[![Packagist Version](https://camo.githubusercontent.com/29dbd236f82414bd60ead32f04dc4fb60e927b46666960d335277245c05b0d01/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696c616c626172617a2f6c61726176656c2d6b6962616e61)](https://camo.githubusercontent.com/29dbd236f82414bd60ead32f04dc4fb60e927b46666960d335277245c05b0d01/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696c616c626172617a2f6c61726176656c2d6b6962616e61)[![Packagist](https://camo.githubusercontent.com/b45beabbd79967c50ecceb327b9266ec61c5d457dcde7a6af537cbf7f2893211/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f62696c616c626172617a2f6c61726176656c2d6b6962616e61)](https://camo.githubusercontent.com/b45beabbd79967c50ecceb327b9266ec61c5d457dcde7a6af537cbf7f2893211/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f62696c616c626172617a2f6c61726176656c2d6b6962616e61)[![Build Status](https://camo.githubusercontent.com/81179b1598c26a8e4a69f3b82f05aa41af15d742c091a7b60220ed5d02143aa9/68747470733a2f2f7472617669732d63692e6f72672f62696c616c626172617a2f6c61726176656c2d6b6962616e612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bilalbaraz/laravel-kibana)[![codecov](https://camo.githubusercontent.com/785d22ae3a6496b5765d7518432364a8aa79dad541e30fdd90e3b7ca769a696e/68747470733a2f2f636f6465636f762e696f2f67682f62696c616c626172617a2f6c61726176656c2d6b6962616e612f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/bilalbaraz/laravel-kibana)

An easy way to use the official [Kibana REST API](https://www.elastic.co/guide/en/kibana/7.6/api.html) in your Laravel applications.

Installation and Configuration
------------------------------

[](#installation-and-configuration)

Install the current version of the `bilalbaraz/laravel-kibana` package via composer:

```
composer require bilalbaraz/laravel-kibana
```

The package's service provider will automatically register its service provider.

Publish the configuration file:

```
php artisan vendor:publish --provider="Bilalbaraz\LaravelKibana\KibanaServiceProvider"
```

After you publish the configuration file as suggested above, you may configure Kibana by adding the following to your application's `.env` file (with appropriate values):

```
KIBANA_VERSION=7.6.2
KIBANA_HOST=127.0.0.1
KIBANA_PORT=5601
KIBANA_SECURITY_ENABLED=true
KIBANA_USERNAME=admin
KIBANA_PASSWORD=password
```

### Usage

[](#usage)

T.B.D.

Documentation
-------------

[](#documentation)

Have a look at the documentation [here](https://bilalbaraz.github.io/laravel-kibana/).

Test
----

[](#test)

```
./vendor/bin/phpunit tests
```

Which Endpoints Have Been Implemented?
--------------------------------------

[](#which-endpoints-have-been-implemented)

- Get features
- Create space
- Update space
- Get space
- Get all spaces
- Delete space
- Copy saved objects to space
- Resolve copy to space conflicts
- Create or update role
- Get specific role
- Get all roles
- Delete role
- Get object
- Bulk get objects
- Find objects
- Create saved objects
- Bulk create saved objects
- Update object
- Delete object
- Export objects
- Resolve import errors
- Import dashboard
- Export dashboard

Contributing
------------

[](#contributing)

Contributions are **welcome** and will be fully **credited**.

We accept contributions via pull requests via [Github](https://github.com/bilalbaraz/laravel-kibana).

1. Fork the project.
2. Create your bugfix/feature branch and write your (well-commented) code.
3. Create unit tests for your code:
    - Run `composer install --dev` in the root directory to install required testing packages.
    - Add your test classes/methods to the `/tests/` directory.
    - Run `vendor/bin/phpunit` and make sure everything passes (new and old tests).
4. Commit your changes (and your tests) and push to your branch.
5. Create a new pull request against this package's `master` branch.

Copyright and License
---------------------

[](#copyright-and-license)

[laravel-kibana](https://github.com/bilalbaraz/laravel-kibana)was written by [Bilal Baraz](https://github.com/bilalbaraz) and is released under the [MIT License](LICENSE.md).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

8

Last Release

2207d ago

### Community

Maintainers

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

---

Top Contributors

[![bilalbaraz](https://avatars.githubusercontent.com/u/5327866?v=4)](https://github.com/bilalbaraz "bilalbaraz (35 commits)")

---

Tags

kibanalaravellaravel-frameworkphplaravelkibana

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bilalbaraz-laravel-kibana/health.svg)

```
[![Health](https://phpackages.com/badges/bilalbaraz-laravel-kibana/health.svg)](https://phpackages.com/packages/bilalbaraz-laravel-kibana)
```

###  Alternatives

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[georgeboot/laravel-echo-api-gateway

Use Laravel Echo with API Gateway Websockets

10435.5k](/packages/georgeboot-laravel-echo-api-gateway)[cybercog/youtrack-rest-php

YouTrack REST API PHP Client.

37149.2k3](/packages/cybercog-youtrack-rest-php)[dreamfactory/df-core

DreamFactory(tm) Core Components

1651.7k20](/packages/dreamfactory-df-core)

PHPackages © 2026

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