usabilitydynamics/wp-varnish

This package is abandoned and no longer maintained. No replacement package was suggested.

WordPress plugin and PHP toolkit for working with Varnish cache

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 11

Forks: 22

Type:wordpress-plugin

1.0.0 2014-08-19 03:18 UTC

This package is not auto-updated.

Last update: 2023-10-10 12:00:11 UTC


README

PHP tools for working with Varnish reverse proxy cache.

Admin socket

This package includes an admin socket class, which PHP applications can use to interface with the varnishadm program.
Common tasks would include checking the health of caches and purging when site content needs refreshing.

Wordpress plug-in

This package includes a Wordpress plug-in. See wordpress-plugin/README.md

Todo

  • Add short cut methods for all admin commands
  • Sanitise admin command parameters, such as regexp
  • HTTP tools
  • Drupal module

License

The whole php-varnish package, is released under the MIT license, see LICENSE.