Download the PHP package arkuuu/semantic-version without Composer
On this page you can find all versions of the php package arkuuu/semantic-version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arkuuu/semantic-version
More information about arkuuu/semantic-version
Files in arkuuu/semantic-version
Download arkuuu/semantic-version
More information about arkuuu/semantic-version
Files in arkuuu/semantic-version
Vendor arkuuu
Package semantic-version
Short Description A small tool to handle semantic versions and their comparison
License MIT
Package semantic-version
Short Description A small tool to handle semantic versions and their comparison
License MIT
Please rate this library. Is it a good library?
Informations about the package semantic-version
SemanticVersion
A small PHP library to handle semantic versions and compare them to each other.
This is a small library with restricted real life use. I mainly created it to practice unit testing, github actions and publishing to packagist. If you really need a library like this, try Composer\Semver.
Installation
Use composer to install from packagist.
Usage
Ideas for the future
- Refactor comparisons into own class
- Support check against version constraints (
^
,~
etc) - Support wildcards (e.g.
1.4.*
) - Support more comparisons (e.g. less than)
All versions of semantic-version with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package arkuuu/semantic-version contains the following files
Loading the files please wait ....