Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
/ Pocs Public archive

Procs stands for PHP Opcode Cache Status and provides a simple dashboard with some OpCache information

License

Notifications You must be signed in to change notification settings

dspasic/Pocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocs

Pocs stands for PHP Opcode Cache Status and provides a simple dashboard with some OpCache informations.

Pocs Dashboard

Features

  • Displays the current status
  • Displays all cached scripts
  • Displays the settings
  • Possibility to secure the dashboard by using basic HTTP Authentication
  • Donut Charts for memory, keys and hits and restarts
  • Partition Layout Chart for scripts

Installing Pocs

You just need to download the phar file and request the file over HTTP.

# curl -LSs https://github.com/dspasic/Pocs/releases/download/v0.0.1/pocs.phar > pocs.php
# php -S localhost:8081

Now open your favorite web client and type in the address bar http://localhost:8081/pocs.php.

Secure Pocs

To secure Pocs just create a pocs.config.php file in the same directory as the pocs.phar is stored and define the following constants.

define('POCS_AUTH_USER', 'USERNAME');
define('POCS_AUTH_PW', 'PASSWORD');

Requirements

  • PHP 5.6.0+ or newer
  • PHP intl (Optional)

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-4, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

Credits

The Pocs is a fork of the project rlerdorf/opcache-status.

About

Procs stands for PHP Opcode Cache Status and provides a simple dashboard with some OpCache information

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages