Download the PHP package grom/buzy without Composer
On this page you can find all versions of the php package grom/buzy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package buzy
Buzy is an HTTP client for PHP built on top of Symfony2 components
This is a work in progress project. The goal is to build an efficient and robust library on top of Symfony2 HttpFoundation (Request and Response).
Todo:
- HTTP cache listener to skip not necessary requests.
- CURL client
- Proxy support
- History listener
- Logger listener
Requirements
- PHP 5.3 +
- Symfony HttpFoundation
- Symfony EventDispatcher
- Symfony BrowserKit (for CookieJar)
- Curl Extension (not yet)
Usage
You can also use the low-level HTTP classes directly.
Simple reverse proxy
With this 5 lines of code, you can re-send a request and transfert the response.
Licence
Original code base is extracted from Buzz library written by Kris Wallsmith.
This library is shared under MIT licence. See LICENCE file.
All versions of buzy with dependencies
PHP Build Version
Package Version
Requires
symfony/http-foundation Version
2.1.*
The package grom/buzy contains the following files
Loading the files please wait ....