Download the PHP package jorgenevens/php-cache-dashboard without Composer

On this page you can find all versions of the php package jorgenevens/php-cache-dashboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-cache-dashboard

PHP Cache Dashboard

A dashboard for multiple caches in PHP with support for PHP Opcache, APCu, realpath and Redis

Try it out at the demo page.

Prerequisites

and one or more of the supported caches

Supported operations

Usage

Simply drop the cache.php file somewhere on your webserver, preferably somewhere private, and that is it! Navigate to the page using your browser and you will receive cache information.

Screenshot of php-cache-dashboard

Configuring caches

Information about specific caches can be disabled by setting the ENABLE_<cache> key to false. The default code tests whether the specific cache is available and supported before enabling it.

APC / APCu

OPcache

Realpath

Redis

Redis configuration can be done by either changing the REDIS_ constants or by setting the environment variables with the same name.

Environment Variable Default Description
REDIS_HOST 127.0.0.1 The hostname of the redis instance to connect to
REDIS_PORT 6379 The TCP port number on which Redis is listening for connections
REDIS_PASSWORD null The password used to connect
REDIS_DATABASE null Set this to the database number if you want to lock the database number
REDIS_SIZE null The size of your Redis database in bytes if total size is detected incorrectly

Contributing

I really appreciate any contribution you would like to make, so don't hesitate to report an issue or submit pull requests.

About me

Hi, my name is Jorgen Evens. By day I built things (mainly in PHP and JavaScript) for Ambassify and by night I tinker around with these kinds of projects.


All versions of php-cache-dashboard with dependencies

PHP Build Version
Package Version
Requires ext-apcu Version ^5.1
ext-zend-opcache Version ^7.1
php Version ^7.1
ext-memcached Version ^3.0
ext-redis Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jorgenevens/php-cache-dashboard contains the following files

Loading the files please wait ....