Download the PHP package kruczkowski/buzz-bundle without Composer
On this page you can find all versions of the php package kruczkowski/buzz-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kruczkowski/buzz-bundle
More information about kruczkowski/buzz-bundle
Files in kruczkowski/buzz-bundle
Download kruczkowski/buzz-bundle
More information about kruczkowski/buzz-bundle
Files in kruczkowski/buzz-bundle
Vendor kruczkowski
Package buzz-bundle
Short Description Bundle around the Buzz HTTP client
License MIT
Homepage https://github.com/Kruczkowski/BuzzBundle
Package buzz-bundle
Short Description Bundle around the Buzz HTTP client
License MIT
Homepage https://github.com/Kruczkowski/BuzzBundle
Keywords http clientbuzz
Please rate this library. Is it a good library?
Informations about the package buzz-bundle
BuzzBundle
This bundle provides a simple integration of the "Buzz library" from Kris Wallsmith into Symfony 5. Buzz is a lightweight PHP 5.3 library for issuing HTTP requests. You can find more information about Buzz on its dedicated page at https://github.com/kriswallsmith/Buzz.
Installation
Installing the bundle via packagist is the quickest and simplest method of installing the bundle. Here are the steps:
Step 1: Composer require
$ php composer.phar require "kruczkowski/buzz-bundle":"dev-master"
Step 2: Enable the bundle in the kernel
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Kruczkowski\Bundle\BuzzBundle\BuzzBundle(),
// ...
);
}
That's it! You are ready to use Buzz with Symfony 5.
All versions of buzz-bundle with dependencies
PHP Build Version
Package Version
The package kruczkowski/buzz-bundle contains the following files
Loading the files please wait ...