定制 unialteri/curl-request 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

unialteri/curl-request

最新稳定版本:1.0.5

Composer 安装命令:

composer require unialteri/curl-request

包简介

Allow you to create and execute HTTP Requests with cURL in POO context. Fork from zeroem/curl-bundle

README 文档

README

SensioLabsInsight Build Status

Welcome and thank you to having downloaded this library. This library allows you to easily create and execute HTTP Requests with cURL. It was a fork from zeroem/curl-bundle". Symfony dependencies has been removed, and this lib has been redesigned.

Simple example

$generator = new Teknoo\Curl\RequestGenerator();

$request = $generator->getRequest();

//Fetch the URL http://teknoo.it with a GET Method.
$request->setUrl('http://teknoo.it')
    ->setMethod('GET');
    
echo $request->execute();    

Installation & Requirements

To install this library with composer, run this command :

composer require teknoo/curl-request

This library requires :

  • PHP 5.4+
  • cUrl extension

Quick Howto

Quick How-to to learn how use this library : Startup.

API Documentation

Generated documentation from the library with PhpDocumentor : Open.

Credits

About Teknoo Software

Teknoo Software is a PHP software editor, founded by Richard Déloge. Teknoo Software's DNA is simple : Provide to our partners and to the community a set of high quality services or software, sharing knowledge and skills.

License

States is licensed under the MIT and GPL3+ Licenses - see the licenses folder for details

Contribute :)

You are welcome to contribute to this project. Fork it on Github

统计信息

  • 总下载量: 2.49k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 4
  • Forks: 12
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-05