marcw / buzz-service-provider
Silex ServiceProvider for Buzz Http Library
Installs: 7 393
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 2
Forks: 6
Open Issues: 0
Requires
- php: >=5.5
- kriswallsmith/buzz: >=0.6
- silex/silex: ~2.0
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-10-26 14:04:59 UTC
README
/!\ UNMAINTAINED.
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