Add license and download badges to readme

This commit is contained in:
Zach Borboa
2015-04-08 17:45:22 -07:00
parent 38eb75eb81
commit 161b8f517f
+2
View File
@@ -1,6 +1,8 @@
# PHP Curl Class: HTTP requests made easy
[![Build Status](https://travis-ci.org/php-curl-class/php-curl-class.png?branch=master)](https://travis-ci.org/php-curl-class/php-curl-class)
[![License](https://poser.pugx.org/php-curl-class/php-curl-class/license.svg)](https://packagist.org/packages/php-curl-class/php-curl-class)
[![Downloads](https://poser.pugx.org/php-curl-class/php-curl-class/downloads.svg)](https://packagist.org/packages/php-curl-class/php-curl-class)
PHP Curl Class is an object-oriented wrapper of the PHP cURL extension that makes it easy to send HTTP requests and integrate with web APIs.