PHPackages                             softr/phile-page-compressor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. softr/phile-page-compressor

ActivePhile-plugin[Utility &amp; Helpers](/categories/utility)

softr/phile-page-compressor
===========================

PhileCMS Page Compressor Plugin

091PHP

Since Aug 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/softr/philePageCompressor)[ Packagist](https://packagist.org/packages/softr/phile-page-compressor)[ RSS](/packages/softr-phile-page-compressor/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

philePageCompressor
===================

[](#philepagecompressor)

A plugin for [Phile](https://github.com/PhileCMS/Phile) to compress the html output and reduce server load.

### 1.1 Installation (composer)

[](#11-installation-composer)

```
php composer.phar require softr/phile-page-compressor:*

```

### 1.2 Installation (Download)

[](#12-installation-download)

- Install the latest version of [Phile](https://github.com/PhileCMS/Phile)
- Clone this repo into `plugins/softr/pageCompressor`

### 2. Activation

[](#2-activation)

After you have installed the plugin. You need to add the following line to your `config.php` file:

```
$config['plugins']['softr\\pageCompressor'] = array('active' => true);

```

### 3. Configuration

[](#3-configuration)

By default the plugin is set to use the maximum level of compress. Anyway you can reduce or disable the compress level. To do so you need to add the following line to your `config.php` file:

```
$config['page_compress_level'] = 0,1,2,3 or 4;

```

### Usage

[](#usage)

The different compress level perform the following tasks:

```
0 - No Minify
1 - Safe Minify
2 - Extreme Reduce. Minify all
3 - Heavy Reduce. Save pre and code tags
4 - Light Reduce. Minify and keep comments
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1193589?v=4)[Aldo Anizio Lugão Camacho](/maintainers/aldoanizio)[@aldoanizio](https://github.com/aldoanizio)

---

Top Contributors

[![denizdogan](https://avatars.githubusercontent.com/u/50928?v=4)](https://github.com/denizdogan "denizdogan (1 commits)")

### Embed Badge

![Health badge](/badges/softr-phile-page-compressor/health.svg)

```
[![Health](https://phpackages.com/badges/softr-phile-page-compressor/health.svg)](https://phpackages.com/packages/softr-phile-page-compressor)
```

###  Alternatives

[bitwasp/bitcoin

PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings

1.1k537.0k43](/packages/bitwasp-bitcoin)[fadion/fixerio

Wrapper for Fixer.io

49340.4k](/packages/fadion-fixerio)[humanmade/clean-html

Safe HTML for WordPress. Adds esc\_\*()-like function to allow some HTML.

46202.9k10](/packages/humanmade-clean-html)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
