Download the PHP package mecanik/zf3turbo without Composer
On this page you can find all versions of the php package mecanik/zf3turbo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mecanik/zf3turbo
More information about mecanik/zf3turbo
Files in mecanik/zf3turbo
Download mecanik/zf3turbo
More information about mecanik/zf3turbo
Files in mecanik/zf3turbo
Vendor mecanik
Package zf3turbo
Short Description Zend Framework 3 Speed Optimization Module
License Apache-2.0
Homepage https://github.com/Mecanik/ZF3Turbo
Package zf3turbo
Short Description Zend Framework 3 Speed Optimization Module
License Apache-2.0
Homepage https://github.com/Mecanik/ZF3Turbo
Please rate this library. Is it a good library?
Informations about the package zf3turbo
ZF3Turbo - Zend Framework 3 Speed Optimization Module
Zend Framework is now Laminas: https://www.zend.com/blog/evolution-zend-framework-laminas-project
Laminas Turbo Speed: https://github.com/Mecanik/laminas-turbo-speed
Description
Module to supercharge your website performance by minifying/compressing HTML, inline content and pushing assets via HTTP/2. This module works for HTML5 type for now, do not use with XHTML.
Current Features:
- Events registered via ListenerAggregateInterface
- Easy to switch on/off any specific feature or the whole module
- Ability to force https for all routes (via onRoute)
- Ability to minify inline javascript (removes comments, spaces)
- Ability to minify inline stylesheet (removes comments, spaces, CDATA, line breaks)
- Ability to minify HTML (removes comments, spaces, line breaks)
- Ability to push scripts via HTTP/2
- Ability to push stylesheets via HTTP/2
- Ability to push images via HTTP/2
- PHP 7 friendly (and required)
- Does not "break" your pages/content
- Superfast processing, no cpu overhead (regex patterns have been optimised to be very fast)
- No other dependencies (than Zend Framework 3)
Planned Features:
- Caching via Redis
- Caching via Memcached
- Caching via CDN (push/pull)
- Better HTML, JS, CSS minify
- More...
Installation
Installation is done via Composer:
Module Configuration
Create config/autoload/zf3turbo.global.php with the content:
Module Usage
Load the module (in any order):
That's all for now, enjoy!
All versions of zf3turbo with dependencies
PHP Build Version
Package Version
The package mecanik/zf3turbo contains the following files
Loading the files please wait ....