1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-29 19:27:34 +01:00
This commit is contained in:
Michael Dowling 2013-06-10 13:47:53 -07:00
parent 3fe9da6da1
commit 47ce58d530

View File

@ -1,6 +1,8 @@
Guzzle, PHP HTTP client and webservice framework Guzzle, PHP HTTP client and webservice framework
================================================ ================================================
[![Latest Stable Version](https://poser.pugx.org/guzzle/guzzle/version.png)](https://packagist.org/packages/guzzle/guzzle) [![Composer Downloads](https://poser.pugx.org/guzzle/guzzle/d/total.png)](https://packagist.org/packages/guzzle/guzzle) [![Build Status](https://secure.travis-ci.org/guzzle/guzzle.png?branch=master)](http://travis-ci.org/guzzle/guzzle)
Guzzle is a PHP HTTP client and framework for building RESTful web service clients. Guzzle is a PHP HTTP client and framework for building RESTful web service clients.
- Extremely powerful API provides all the power of cURL with a simple interface. - Extremely powerful API provides all the power of cURL with a simple interface.
@ -199,8 +201,6 @@ $response = $request->send();
Unit testing Unit testing
------------ ------------
[![Build Status](https://secure.travis-ci.org/guzzle/guzzle.png?branch=master)](http://travis-ci.org/guzzle/guzzle)
Guzzle uses PHPUnit for unit testing. In order to run the unit tests, you'll first need Guzzle uses PHPUnit for unit testing. In order to run the unit tests, you'll first need
to install the dependencies of the project using Composer: `php composer.phar install --dev`. to install the dependencies of the project using Composer: `php composer.phar install --dev`.
You can then run the tests using `vendor/bin/phpunit`. You can then run the tests using `vendor/bin/phpunit`.