per-seo/gzip
最新稳定版本:1.0.1
Composer 安装命令:
composer require per-seo/gzip
包简介
Gzip compression for Slim 4
README 文档
README
A simple middleware for Slim4 framework that add GZIP compression to the output. Usage is very simple, just enable this Middleware (in the Middleware part of your Slim4 Project) with:
<?php
use PerSeo\Middleware\GZIP\GZIP;
$app->add(GZIP::class);
After this, your Slim 4 project returns a GZIP compressed page if browser support it.
统计信息
- 总下载量: 106
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-18