You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,13 @@ php-cache-dashboard
3
3
4
4
A dashboard for PHP Opcache and APCu
5
5
6
-
# Supported operations
6
+
## Prerequisites
7
+
8
+
- PHP
9
+
- PHP OpCache (opcache extension for php5, included by default in php5.5+)
10
+
- APC or APCu extension
11
+
12
+
## Supported operations
7
13
8
14
- View memory statistics
9
15
- View hit rate
@@ -12,9 +18,19 @@ A dashboard for PHP Opcache and APCu
12
18
- Selecting all keys
13
19
- Deleting keys without regular expressions
14
20
15
-
# Usage
21
+
##Usage
16
22
17
-
Simply drop the cache.php file somewhere on your webserver, preferably somewhere private, and that is it.
23
+
Simply drop the `cache.php` file somewhere on your webserver, preferably somewhere **private**, and that is it!
18
24
Navigate to the page using your browser and you will receive cache information.
19
25
20
26

27
+
28
+
## Contributing
29
+
30
+
I really appreciate any contribution you would like to make, so don't hesitate to report an issue or submit pull requests.
31
+
32
+
## About me
33
+
34
+
Hi, my name is Jorgen Evens. By day I built things (mainly in PHP and JavaScript) for [Ambassify](https://ambassify.com) and by night I tinker around with these kinds of projects.
35
+
36
+
I you want you can always follow me around on [Twitter](https://twitter.com/JorgenEvens).
0 commit comments