PHP Package: jamesiarmes/php-ntlm

PHP library for NTLM authentication handling in web applications, providing secure communication with Windows servers.

Current Version: 1.0.0
Last Updated: 2017-10-04
PHP Requirement: >=5.3.9
Dependencies:
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The PHP-NTLM library simplifies NTLM authentication processes for developers, ensuring secure interactions with Windows servers. It streamlines the exchange of encrypted credentials, enhancing server-client communications. With this library, users can effortlessly authenticate users in PHP applications, enabling seamless integration with Windows environments.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.0

Download Download v1.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/jamesiarmes/php-ntlm/1.0.0/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';

use jamesiarmes\PhpNtlm\NtlmSoapClient;

$obj = new NtlmSoapClient();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.