peehaa / opcachegui
GUI for PHP's OpCache
Installs: 35 628
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1 456
Watchers: 94
Forks: 170
Open Issues: 13
Requires
- php: >=5.5
Requires (Dev)
- phpunit/phpunit: 4.3.*
This package is auto-updated.
Last update: 2024-11-06 08:47:08 UTC
README
GUI for PHP's OpCache. I started this project to see what you can do with PHP's OpCache. There are already a couple of projects who implement something like this, but they are either a "one file to rule them all" or just not very nice looking.
If you are looking for a simple single file status GUI please see Rasmus' one-page OpCache project.
Installation
For installation instructions and example configuration see the installation wiki page.
Contributing
License
Roadmap
v1.1.0
- Add brazilian portuguese translations
- Add support for the ipv6 loopback address to the firewall
v2.0.0
- Add APCu support
- Add Memcached support
- Separate firewall and authentcaion layers
- Add jailing / seperation of directories
- Add adapter for external authentication
- Add support to invalidate entire directories
- Add support to warm up cache
- Add support to manage other servers centrally
- Delegate autoloading to Composer's PSR4 autoloader
- Delegate routing to external library (fastroute, fasterroute, fastererroute, fastestfasterererroute)
- Add installation page for fresh installs
- Add update/upgrade page for existing installs
- Add support for IPV6 addresses
- Use proper language + region codes for translation files (http://en.wikipedia.org/wiki/IETF_language_tag) / POSIX
- Split up individual components:
- IP firewall
- Human readable byte formatter
- I18n
- Templating system
- CSRF token generator
- Simple session storage