Download the PHP package bilalbaraz/laravel-kibana without Composer
On this page you can find all versions of the php package bilalbaraz/laravel-kibana. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bilalbaraz/laravel-kibana
More information about bilalbaraz/laravel-kibana
Files in bilalbaraz/laravel-kibana
Package laravel-kibana
Short Description This allows you to use your kibana api
License MIT
Informations about the package laravel-kibana
Laravel Kibana
An easy way to use the official Kibana REST API in your Laravel applications.
Installation and Configuration
Install the current version of the bilalbaraz/laravel-kibana
package via composer:
The package's service provider will automatically register its service provider.
Publish the configuration file:
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):
Usage
T.B.D.
Documentation
Have a look at the documentation here.
Test
Which Endpoints Have Been Implemented?
- [x] Get features
- [x] Create space
- [x] Update space
- [x] Get space
- [x] Get all spaces
- [x] Delete space
- [ ] Copy saved objects to space
- [ ] Resolve copy to space conflicts
- [x] Create or update role
- [x] Get specific role
- [x] Get all roles
- [x] Delete role
- [x] Get object
- [x] Bulk get objects
- [x] Find objects
- [ ] Create saved objects
- [ ] Bulk create saved objects
- [ ] Update object
- [x] Delete object
- [x] Export objects
- [ ] Resolve import errors
- [x] Import dashboard
- [x] Export dashboard
Contributing
Contributions are welcome and will be fully credited.
We accept contributions via pull requests via Github.
- Fork the project.
- Create your bugfix/feature branch and write your (well-commented) code.
- 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).
- Run
- Commit your changes (and your tests) and push to your branch.
- Create a new pull request against this package's
master
branch.
Copyright and License
laravel-kibana was written by Bilal Baraz and is released under the MIT License.