PHP Package: phar-io/manifest

phar-io/manifest is a PHP library that helps manage phar archives. It provides tools for creating, updating, and reading phar manifest files easily.

Current Version: 2.0.4
Last Updated: 2024-03-03
PHP Requirement: ^7.2 || ^8.0
Dependencies:
phar-io/phar-io
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

phar-io/manifest is a powerful library designed for PHP developers working with phar archives. It simplifies the process of managing manifest files by offering a range of functions and utilities. With this library, you can effortlessly create, update, and read phar manifest files, making your workflow more efficient and streamlined.

📦 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/phar-io/manifest/2.0.4/loader.php';
require_once 'libs/phar-io/phar-io/{lib_version}/loader.php';

use PharIo\Manifest\Manifest;
use PharIo\PharIo\Version\VersionConstraint;

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