wilbur-yu / hyperf-opcache
PHP Opcache command for Hyperf
Installs: 2 890
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=8.0
- ext-zend-opcache: *
- hyperf/command: ^3.0
- hyperf/config: ^3.0
- hyperf/contract: ^3.0
- hyperf/di: ^3.0
- symfony/finder: ^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^0.12
- phpunit/phpunit: >=7.0
- swoole/ide-helper: dev-master
- swow/swow: dev-develop
- symfony/var-dumper: ^5.1
README
PHP Opcache command for Hyperf
description
Transplantation in laravel-opcache Opcache configuration reference OPcache configuration
Requirements
This package requires hyperf 2.1 or newer.
Installation
You can install the package via Composer:
composer require wilbur-yu/hyperf-opcache
If you need to change config values, you can publish the config file with:
php bin/hyperf.php vendor:publish wilbur-yu/hyperf-opcache
usage
- config
php bin/hyperf.php opcache:config
- status
php bin/hyperf.php opcache:status
- clear
php bin/hyperf.php opcache:clear
- compile
php bin/hyperf.php opcache:compile {--force}
Note: opcache.dups_fix must be enabled, or use the --force flag. If you run into "Cannot redeclare class" errors, enable opcache.dups_fix or add the class path to the exclude list.
Contributing
Thanks to the laravel-opcache and their contributors
License
The MIT License (MIT). Please see License File for more information.