Download the PHP package softonic/laravel-request-content-decompress-middleware without Composer
On this page you can find all versions of the php package softonic/laravel-request-content-decompress-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download softonic/laravel-request-content-decompress-middleware
More information about softonic/laravel-request-content-decompress-middleware
Files in softonic/laravel-request-content-decompress-middleware
Package laravel-request-content-decompress-middleware
Short Description Laravel request content decompress middleware
License Apache-2.0
Homepage https://github.com/softonic/laravel-request-content-decompress-middleware
Informations about the package laravel-request-content-decompress-middleware
Laravel request content decompress middleware
This middleware adds the ability to automatically decompress the content of a compressed request
Installation
Via composer:
Documentation
To use the middleware simply register it in app/Http/Kernel.php
From now on all requests having Content-Encoding: gzip
will be automatically decompressed and processed as a uncompressed request.
Testing
softonic/laravel-request-content-decompress-middleware
has a PHPUnit test suite and a coding style compliance test suite using PHP CS Fixer.
To run the tests, run the following command from the project folder.
License
The Apache 2.0 license. Please see LICENSE for more information.
All versions of laravel-request-content-decompress-middleware with dependencies
illuminate/http Version ^7.0 || ^8.0
illuminate/contracts Version ^7.0 || ^8.0
ext-zlib Version *