Kris Wallsmith is announcing that Buzz with version number 0.15 is already available to download.
What is Buzz ?
Buzz is A PHP library for issuing fake HTTP requests, ideal in server mocking and application debugging .
Buzz helps developers issue HTTP requests and fetch the server's response.All is done from PHP code, with no other technology involved or required.Simple usage instructions are included with the package's README.
This is changelog for Buzz version 0.15 :
- Moved cookie jar implementation from `FileGetContents` client to a browser listener
- Added `DigestAuthListener`
You can read the complete changelog and also download this latest version on their homepage:
github.com