Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcw/silex-buzz-extension

WARNING, NOT TESTED ;)
https://github.com/marcw/silex-buzz-extension

Last synced: 3 months ago
JSON representation

WARNING, NOT TESTED ;)

Awesome Lists containing this project

README

        

Buzz Silex Extension
====================

## /!\ UNMAINTAINED.

[![Build Status](https://travis-ci.org/marcw/silex-buzz-extension.svg?branch=master)](https://travis-ci.org/marcw/silex-buzz-extension)

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](https://packagist.org/packages/marcw/silex-buzz-extension). Autoloading with [composer](http://getcomposer.org/) is [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compatible.

$ composer require "marcw/silex-buzz-extension": "dev-master"

Tests
-----

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