royopa/buzz-service-provider

Silex ServiceProvider for Buzz Http Library

dev-master 2015-03-18 02:03 UTC

This package is auto-updated.

Last update: 2024-03-29 03:03:41 UTC


README

Build Status

Buzz is a lightweight PHP 5.3 library for issuing HTTP requests.

Provides Buzz library to use with Silex microframework.

Requirements

  • PHP 5.3+
  • kriswallsmith/Buzz

Instalation

Package available on Composer. Autoloading with composer is PSR-0 compatible.

$ composer require "royopa/buzz-service-provider": "dev-master"

Tests

From the project directory, tests can be ran using ./vendor/bin/phpunit