Download the PHP package sergiusd/composer-warmup without Composer
On this page you can find all versions of the php package sergiusd/composer-warmup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package composer-warmup
OpCode Warmer (composer plugin)
Optimize your application by warmuping OpCode.
Requirements
- PHP
>=7.0
- Zend Opcache
- composer
>=1.0.0
Install
Configure
Usage
How does it work ?
Since PHP 7.0, the OpCache extension is able to store the compiled OpCode into files.
This plugin add the warmup-opcode
command to
composer which triggers the compilation for every
PHP file discovered in the project.
When you start the application for the first time, PHP don't need to compile the files which improve performances, as you can see in this blackfire comparison.
All versions of composer-warmup with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
composer-plugin-api Version ^1.0
symfony/finder Version ^3.3.10
ext-zend-opcache Version *
composer-plugin-api Version ^1.0
symfony/finder Version ^3.3.10
ext-zend-opcache Version *
The package sergiusd/composer-warmup contains the following files
Loading the files please wait ....