2017 © Pedro Peláez
 

package zend-headminifier

ZF3 module for minifying head scripts and head links using matthiasmullie/minify

image

halfpastfouram/zend-headminifier

ZF3 module for minifying head scripts and head links using matthiasmullie/minify

  • Monday, March 19, 2018
  • by bobkruithof
  • Repository
  • 1 Watchers
  • 0 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 24 % Grown

The README.md

Latest Stable Version composer.lock available License Total Downloads Maintainability Scrutinizer score Scrutinizer build status, (*1)

ZF3 Head Minifier

ZF3 module that minifies head links and head scripts using matthiasmullie/minify., (*2)

Installation:

Require this module via composer:, (*3)

$ composer require halfpastfouram/zend-headminifier

Add the module to modules.config.php:, (*4)

'Halfpastfour\HeadMinifier'

Configuration

The following settings can be changed in your global configuration file:, (*5)

    'minify_head' => [
        'script' => [
            'enabled'     => true,
            'directories' => [
                'public' => './public',
                'cache'  => './public/js',
            ],
        ],
        'link'   => [
            'enabled'     => true,
            'directories' => [
                'public' => './public',
                'cache'  => './public/css',
            ],
        ],
    ],

The Versions

19/03 2018

dev-master

9999999-dev https://github.com/halfpastfouram/zend-headminifier

ZF3 module for minifying head scripts and head links using matthiasmullie/minify

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Bob Kruithof

style php zend minify script compress

19/03 2018

v1.1

1.1.0.0 https://github.com/halfpastfouram/zend-headminifier

ZF3 module for minifying head scripts and head links using matthiasmullie/minify

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Bob Kruithof

style php zend minify script compress

19/03 2018