File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PHP Curl Class: HTTP requests made easy
2
2
3
3
[ ![ 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 )
4
- [ ![ License] ( https://poser.pugx.org/ php-curl-class/php-curl-class/license .svg )] ( https://github.com/php-curl-class/php-curl-class/blob/master/LICENSE )
5
- [ ![ Downloads] ( https://poser.pugx.org/ php-curl-class/php-curl-class/downloads .svg )] ( https://packagist.org/packages/php-curl-class/php-curl-class )
4
+ [ ![ License] ( https://img.shields.io/packagist/l/ php-curl-class/php-curl-class.svg )] ( https://github.com/php-curl-class/php-curl-class/blob/master/LICENSE )
5
+ [ ![ Downloads] ( https://img.shields.io/packagist/dt/ php-curl-class/php-curl-class.svg )] ( https://packagist.org/packages/php-curl-class/php-curl-class )
6
6
7
7
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.
8
8
You can’t perform that action at this time.
0 commit comments