Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (10) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2023-11-10 (1 month ago) | Not yet rated by the users | Total: 15 | All time: 11,179 This week: 117 |
Version | License | PHP version | Categories | |||
laravel-opcache-faca 1.0.0 | MIT/X Consortium ... | 5 | PHP 5, Libraries, Cache, Language |
Description | Author | |
This package can access and retrieve statistics of OPCache usage. |
Laravel artisan commands for working with opcache.
The package can be installed via composer:
composer require yzen.dev/laravel-opcache-facade
Resets the contents of the opcode cache:
php artisan opcache:clear
Show configuration information about the cache:
php artisan opcache:config
Get status information about the cache:
php artisan opcache:status
use LaravelOpcacheFacade\OpcacheFacade;
OpcacheFacade::clear();
OpcacheFacade::getConfig();
OpcacheFacade::getStatus();
Files |
File | Role | Description | ||
---|---|---|---|---|
src (2 files, 2 directories) | ||||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
Files | / | src |
File | Role | Description | ||
---|---|---|---|---|
Commands (3 files) | ||||
utils (1 file) | ||||
OpcacheFacade.php | Class | Class source | ||
ServiceProvider.php | Class | Class source |
Files | / | src | / | Commands |
File | Role | Description |
---|---|---|
ClearCommand.php | Class | Class source |
ConfigCommand.php | Class | Class source |
StatusCommand.php | Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.