laravel-opcache

Artisan commands for PHP OPcache

Github星跟蹤圖

Laravel OPcache

Latest Version on Packagist
Software License
Total Downloads

This package contains some useful Artisan commands to work with PHP OPcache.

If you want to learn more about OPcache and what it can do for your Laravel application, read the article on Medium.

Requirements

This package requires Laravel 5.8 or newer.
For older Laravel versions (5.5 or newer), you can use version 2.

⚠ If you upgraded from version 2, change the command opcache:optimize with opcache:compile {--force}

Installation

You can install the package via Composer:

composer require appstract/laravel-opcache

If you need to change config values, you can publish the config file with:

php artisan vendor:publish --provider="Appstract\Opcache\OpcacheServiceProvider" --tag="config"

Make sure your APP_URL is set correctly in .env.
If you want to set a different url to call the OPcache routes (for use with a load balancer for example),
you can set OPCACHE_URL.

Usage

Login to your server/vm and run one of the commands.

Requests are only excepted from the same IP as the server IP.

Clear OPcache:

php artisan opcache:clear

Show OPcache config:

php artisan opcache:config

Show OPcache status:

php artisan opcache:status

Pre-compile your application code:

php artisan 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.

Programmatic usage:

use Appstract\Opcache\OpcacheFacade as OPcache;

...

OPcache::clear();

Contributing

Contributions are welcome, thanks to y'all :)

About Appstract

Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment.

License

The MIT License (MIT). Please see License File for more information.

主要指標

概覽
名稱與所有者stefanzweifel/laravel-stats
主編程語言PHP
編程語言PHP (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2017-09-21 19:32:19
推送於2025-02-24 20:18:28
最后一次提交
發布數55
最新版本名稱v2.15.0 (發布於 )
第一版名稱v1.0.0-beta (發布於 )
用户参与
星數1.7k
關注者數24
派生數86
提交數0.9k
已啟用問題?
問題數59
打開的問題數0
拉請求數144
打開的拉請求數0
關閉的拉請求數18
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?