PHP Package: typo3/phar-stream-wrapper

Phar Stream Wrapper is a PHP library that provides a streamlined way to work with PHAR archives in PHP applications, enhancing performance and security for your projects.

Current Version: 4.0.0
Last Updated: 2024-12-10
PHP Requirement: ^7.1 || ^8.0
Dependencies:
typo3/phar-io/phar-io
php/php
php-fig/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Phar Stream Wrapper is a powerful PHP library that simplifies the handling of PHAR archives within your applications, enabling efficient management of bundled files and resources. By seamlessly integrating PHAR capabilities, developers can optimize application performance and enhance security measures for a robust project environment.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.0

Download Download v4.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/typo3/phar-stream-wrapper/4.0.0/loader.php';
require_once 'libs/typo3/phar-io/phar-io/{lib_version}/loader.php';
require_once 'libs/php/php/{lib_version}/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';

use Phar\StreamWrapper;

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