Download the PHP package smt/buzz-realmed-curl-client without Composer
On this page you can find all versions of the php package smt/buzz-realmed-curl-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smt/buzz-realmed-curl-client
More information about smt/buzz-realmed-curl-client
Files in smt/buzz-realmed-curl-client
Download smt/buzz-realmed-curl-client
More information about smt/buzz-realmed-curl-client
Files in smt/buzz-realmed-curl-client
Vendor smt
Package buzz-realmed-curl-client
Short Description BuzzBrowser curl client with support for http-realm authentication
License MIT
Homepage http://github.com/saksmt/buzz-realmed-curl-client
Package buzz-realmed-curl-client
Short Description BuzzBrowser curl client with support for http-realm authentication
License MIT
Homepage http://github.com/saksmt/buzz-realmed-curl-client
Please rate this library. Is it a good library?
Informations about the package buzz-realmed-curl-client
smt/buzz-realmed-curl-client
Buzz Browser curl client with support for http-realm authentication.
Installation
composer require smt/buzz-realmed-curl-client
That's it!
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:
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
All versions of buzz-realmed-curl-client with dependencies
PHP Build Version
Package Version
The package smt/buzz-realmed-curl-client contains the following files
Loading the files please wait ....