2017 © Pedro Peláez
 

symfony-bundle buzz-bundle

Bundle around the Buzz HTTP client

image

sensio/buzz-bundle

Bundle around the Buzz HTTP client

  • Tuesday, March 15, 2016
  • by fabpot
  • Repository
  • 15 Watchers
  • 86 Stars
  • 1,096,477 Installations
  • PHP
  • 43 Dependents
  • 5 Suggesters
  • 33 Forks
  • 6 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

SensioBuzzBundle

This bundle provides a simple integration of the "Buzz library" from Kris Wallsmith into Symfony2. 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., (*1)

<?php

$buzz = $this->container->get('buzz');

The bundle provides a new buzz service that returns an instance of Buzz\Browser., (*2)

Installation

Installing the bundle via packagist is the quickest and simplest method of installing the bundle. Here are the steps:, (*3)

Step 1: Composer require

$ php composer.phar require "sensio/buzz-bundle":"dev-master"

Step 2: Enable the bundle in the kernel

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Sensio\Bundle\BuzzBundle\SensioBuzzBundle(),
        // ...
    );
}

That's it! You are ready to use Buzz with symfony2., (*4)

The Versions

15/03 2016

dev-master

9999999-dev https://github.com/sensio/SensioBuzzBundle

Bundle around the Buzz HTTP client

  Sources   Download

MIT

The Requires

 

http client buzz

15/03 2016

v1.1.0

1.1.0.0 https://github.com/sensio/SensioBuzzBundle

Bundle around the Buzz HTTP client

  Sources   Download

MIT

The Requires

 

http client buzz

10/07 2013

v1.0.0

1.0.0.0 https://github.com/sensio/SensioBuzzBundle

Bundle around the Buzz HTTP client

  Sources   Download

MIT

The Requires

 

http client buzz

28/05 2012

v0.2

0.2.0.0 https://github.com/sensio/SensioBuzzBundle

Bundle around the Buzz HTTP client

  Sources   Download

MIT

The Requires

 

http client buzz

07/02 2012

v0.1

0.1.0.0 https://github.com/sensio/SensioBuzzBundle

Bundle around the Buzz HTTP client

  Sources   Download

MIT

The Requires

 

http client buzz