PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP Compress JSON, HTML and Text Output   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Compress JSON, HTML and Text Output
Compress the output of the current HTTP response
Author: By
Last change: Update composer.json
Update composer.json
Update composer.json
Update composer.json
Update composer.json
Update composer.json
Date: 1 year ago
Size: 688 bytes
 

Contents

Class file image Download
{ "name": "peterujah/ob-compress", "type": "library", "description": "Php class to compress output buffer in gzip.", "keywords": [ "library", "gzip", "compress ob", "output buffer", "optimize page" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^7.0 || ^8.0" }, "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } }, "prefer-stable": true }