PHP Package: spomky-labs/aes-key-wrap
The AES key wrap PHP library provides secure key wrapping functionality for AES encryption. It offers simple and efficient key management solutions.
Package Description
The AES key wrap PHP library by Spomky Labs is a powerful tool for developers needing secure key wrapping capabilities for AES encryption. It ensures data confidentiality and integrity during key exchange processes. With this library, you can easily implement key management functionalities into your PHP applications, enhancing security and protection against unauthorized access. The library is designed to be easy to integrate, making it ideal for various projects requiring robust encryption solutions.
Download Latest Version: 7.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/spomky-labs/aes-key-wrap/7.0.0/loader.php';
require_once 'libs/spomky-labs/aes-key-wrap-dependency/{lib_version}/loader.php';
use SpomkyLabs\AesKeyWrap\AesKeyWrap;
use SpomkyLabs\AesKeyWrap\KeyUnwrapper;
$obj = new AesKeyWrap();
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.