Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ;)
- Host: GitHub
- URL: https://github.com/marcw/silex-buzz-extension
- Owner: marcw
- Created: 2011-06-17T21:33:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T14:00:05.000Z (about 8 years ago)
- Last Synced: 2024-10-11T13:12:14.794Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 1.28 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/BuzzInstalation
-----------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`