varnish

pecl install varnish

Varnish Cache bindings

Varnish Cache is an open source, state of the art web application accelerator. The extension makes it possible to interact with a running varnish instance through TCP socket or shared memory.

Maintainer

  • Anatoliy Belsky (lead )

Details

Stars: 3
Downloads: 71984
0.3
13 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 0.3 change log


Implemented VarnishAdmin and VarnishStat classes with an minimal set on functionality.
VarnishAdmin:
* connect on varnish administration interface
* authenticate on a varnish instance
* read/write varnish configuration
* ban urls
* start/stop varnish slave
* check varnish slave status
VarnishStat:
* connect to the shared memory
* snapshot the current varnish statistics
There is no documentation for this package yet, please take a look at the tests and sources.
The extension is being currently developed with varnish 3.0 and php 5.3.6, so if you have any issues with older versions, please file a bug.

requires:

  • php >=5.3
  • pearinstaller >=1.4.0
  • os