2017 © Pedro Peláez
 

library buzz-realmed-curl-client

BuzzBrowser curl client with support for http-realm authentication

image

smt/buzz-realmed-curl-client

BuzzBrowser curl client with support for http-realm authentication

  • Monday, December 21, 2015
  • by smt
  • Repository
  • 1 Watchers
  • 0 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

smt/buzz-realmed-curl-client

Buzz Browser curl client with support for http-realm authentication., (*1)

Installation

composer require smt/buzz-realmed-curl-client

That's it!, (*2)

Usage

<?php

use Smt\Buzz\Client\RealmedCurlClient;
use Buzz\Browser;

$client = new RealmedCurlClient('username', 'password');
$client->setAuthenticationMethod(RealmedCurlClient::AUTH_NTLM);
$browser = new Browser($client);
$browser->get(/* ... */);

Available authentication methods:, (*3)

  • RealmedCurlClient::AUTH_ANY - cURL "any" authentication method;
  • RealmedCurlClient::AUTH_BASIC - Basic authentication method;
  • RealmedCurlClient::AUTH_NTLM - NTLM authentication method;
  • RealmedCurlClient::AUTH_DIGEST - Digest authentication method;
  • RealmedCurlClient::AUTH_NEGOTIATE - Negotiate authentication method;

For more see Buzz Browser, (*4)

The Versions

21/12 2015

dev-develop

dev-develop http://github.com/saksmt/buzz-realmed-curl-client

BuzzBrowser curl client with support for http-realm authentication

  Sources   Download

MIT

The Requires

 

by Kirill Saksin

authentication curl auth http browser buzz realm

21/12 2015

v1.0.2

1.0.2.0 http://github.com/saksmt/buzz-realmed-curl-client

BuzzBrowser curl client with support for http-realm authentication

  Sources   Download

MIT

The Requires

 

by Kirill Saksin

authentication curl auth http browser buzz realm

09/09 2015

v1.0.1

1.0.1.0 http://github.com/saksmt/buzz-realmed-curl-client

BuzzBrowser curl client with support for http-realm authentication

  Sources   Download

MIT

The Requires

 

by Kirill Saksin

authentication curl auth http browser buzz realm