marcw/buzz-service-provider

Silex ServiceProvider for Buzz Http Library

2.0.0 2016-12-02 13:59 UTC

This package is not auto-updated.

Last update: 2024-03-16 10:59:16 UTC


README

/!\ UNMAINTAINED.

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 "marcw/silex-buzz-extension": "dev-master"

Tests

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