PHP Package: robrichards/wse-php

Robust PHP library for WSSE authentication, ensuring secure API access with ease.

Current Version: 2.0.4
Last Updated: Date not available
PHP Requirement: >= 5.3
Dependencies:
phpunit/phpunit
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The wse-php library by robrichards provides a comprehensive solution for implementing WSSE authentication in PHP applications. With robust encryption and ease of integration, this library enhances API security and access control. It simplifies the process of securing API requests, ensuring data integrity and confidentiality. Developers can rely on this library for seamless integration with various APIs, maintaining a high level of security throughout. Empower your PHP applications with advanced WSSE authentication capabilities using the wse-php library today.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.4

Download Download v2.0.4

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/robrichards/wse-php/2.0.4/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';

use RobRichards\WsePhp\WsseAuth;

$obj = new WsseAuth();
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.