PHP Package: phar-io/version

Phar-io version library for PHP provides tools to manage version numbers in projects efficiently and accurately.

Current Version: 3.2.1
Last Updated: 2022-02-21
PHP Requirement: ^7.2 || ^8.0
Dependencies:
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Phar-io version is a versatile PHP library designed to simplify the handling of version numbers within software projects. With this library, users can effortlessly manage versioning schemes, compare different versions, and ensure seamless compatibility across dependencies. Whether you are working on a small application or a large-scale project, Phar-io version offers a robust set of features to streamline version control.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.2.1

Download Download v3.2.1

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/version/3.2.1/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';

use PharIo\Version\Version;
use PHPUnit\Framework\TestCase;

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