qexyorg/minix

Minix - code custom compressor

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/qexyorg/minix

dev-main 2021-10-22 02:58 UTC

This package is auto-updated.

Last update: 2025-10-22 12:00:54 UTC


README

Code minify

Install

composer require qexyorg/minix

Example

<?php

use qexyorg\Minix\Minix;

require_once('vendor/autoload.php');

$filename = 'myfile.php';

$code = Minix::Php()->file($filename);
// or $code->code(/* String format */);

$min = $code->minify();

Current supported languages

  • PHP

TODO

  • CSS
  • JavaScript