Download the PHP package hail/optimize without Composer
On this page you can find all versions of the php package hail/optimize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hail/optimize
More information about hail/optimize
Files in hail/optimize
Download hail/optimize
More information about hail/optimize
Files in hail/optimize
Please rate this library. Is it a good library?
Informations about the package optimize
Hail Optimize
Use the memory extension cache:
- data storage in files, reduce file system IO
- data after complex operations
Environment Variables
- HAIL_OPTIMIZE_ADAPTER
- auto (default)
- check order: yac, apcu, wincache, redis
- yac
- yac extension must be installed
- apcu
- apcu extension must be installed
- wincache
- wincache extension must be installed
- redis
- phpredis extension must be installed
- HAIL_OPTIMIZE_REDIS must be defined
- memory
- saving data with PHP arrays
- none
- disable
- auto (default)
- HAIL_OPTIMIZE_DELAY
- The time interval between checking whether the cached file changes (seconds)
- 0 means check every time you get data
- Less than 0 means never check (not recommended)
- if not defined, the default value is 5
- HAIL_OPTIMIZE_REDIS
- redis configuration
- unix:///var/run/redis/redis.sock?auth=password&select=0
- tcp://127.0.0.1:6379?auth=password&select=0
Example
All versions of optimize with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0.0
ext-json Version *
ext-json Version *
The package hail/optimize contains the following files
Loading the files please wait ....