php-extended / php-version-parser-interface
This package is abandoned and no longer maintained.
The author suggests using the php-extended/php-version-interface package instead.
A library that parses version numbers and version ranges
3.0.25
2021-06-24 16:40 UTC
Requires
README
A library that parses version numbers and version ranges.
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-version-parser-interface": "^3"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-version-parser-object
.
License
MIT (See license file).