PHPackages                             timegryd/opcache-reset-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. timegryd/opcache-reset-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

timegryd/opcache-reset-bundle
=============================

Opcache reset bundle

1.1.2(8y ago)06.5kMITPHPPHP ^5.6.0|^7.0.0

Since Feb 16Pushed 8y agoCompare

[ Source](https://github.com/timegryd/OpcacheResetBundle)[ Packagist](https://packagist.org/packages/timegryd/opcache-reset-bundle)[ RSS](/packages/timegryd-opcache-reset-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (6)Used By (0)

OpcacheResetBundle
==================

[](#opcacheresetbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/545f9d856dfba08b459e32939ef74440738bd0d0961300605a3d530a929fb6f6/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65393033633830352d373537302d346531322d396336372d6361346130346361343339312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e903c805-7570-4e12-9c67-ca4a04ca4391)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6569282a4641c371ed252fb3e381bd4de586ca5763d13518f2655387dbb415b8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74696d65677279642f4f706361636865526573657442756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/timegryd/OpcacheResetBundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/40a2fa02037dec881a1d73c0b7ae0c0dbcaaa5db241a8b6f22045c2e16d5d931/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74696d65677279642f4f706361636865526573657442756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/timegryd/OpcacheResetBundle/build-status/master)

Command line interface to reset opcache

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require timegryd/opcache-reset-bundle "1.0.*"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
