Skip to content

Commit

Permalink
Updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
chelout committed Apr 4, 2018
1 parent 32626b2 commit 57b8240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Log HTTP requests
[![Latest Version on Packagist](https://img.shields.io/packagist/v/chelout/laravel-http-logger.svg)](https://packagist.org/packages/chelout/laravel-http-logger)
[![Total Downloads](https://img.shields.io/packagist/dt/chelout/laravel-http-logger.svg)](https://packagist.org/packages/chelout/laravel-http-logger)
[![License](https://poser.pugx.org/chelout/laravel-relationship-events/license)](https://packagist.org/packages/chelout/laravel-relationship-events)
[![Latest Stable Version](https://poser.pugx.org/chelout/laravel-http-logger/v/stable)](https://packagist.org/packages/chelout/laravel-http-logger)
[![Total Downloads](https://poser.pugx.org/chelout/laravel-http-logger/downloads)](https://packagist.org/packages/chelout/laravel-http-logger)
[![License](https://poser.pugx.org/chelout/laravel-http-logger/license)](https://packagist.org/packages/chelout/laravel-http-logger)

This package provides a middleware to log incoming http requests data (body data, headers and session data). It utilizes [Laravel 5.6 logging servises](https://laravel.com/docs/5.6/logging) functionality.
This package might be useful to log user requests to public apis.
Expand Down

0 comments on commit 57b8240

Please sign in to comment.