Download the PHP package fuzz/felk-php without Composer
On this page you can find all versions of the php package fuzz/felk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fuzz/felk-php
More information about fuzz/felk-php
Files in fuzz/felk-php
Download fuzz/felk-php
More information about fuzz/felk-php
Files in fuzz/felk-php
Vendor fuzz
Package felk-php
Short Description A module that assists with logging all requests and responses.
License MIT
Package felk-php
Short Description A module that assists with logging all requests and responses.
License MIT
Please rate this library. Is it a good library?
Informations about the package felk-php
Felk for PHP/Laravel
FELK is a helper library which can take data from a Laravel request/response and push it to a store (currently ElasticSearch, hence Fuzz ELK). It is intended to only be used in development environments to debug and run analytics on API requests/responses.
Installation
Configuration
-
Add the service provider to
config/app.php
- Publish the vendor config
$ php artisan vendor:publish --provider="Fuzz\Felk\Providers\FelkServiceProvider"
- Configure the configuration variables in
config/felk.php
-
Add the Felk middleware to the middleware stack in
app/Http/Kernel.php
- Check ElasticSearch.
All versions of felk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
nesbot/carbon Version ~1.18
laravel/framework Version ^5.1.0
elasticsearch/elasticsearch Version ~5.0
jsq/amazon-es-php Version ^0.2.0
nesbot/carbon Version ~1.18
laravel/framework Version ^5.1.0
elasticsearch/elasticsearch Version ~5.0
jsq/amazon-es-php Version ^0.2.0
The package fuzz/felk-php contains the following files
Loading the files please wait ....