Download the PHP package andrelohmann/semver without Composer
On this page you can find all versions of the php package andrelohmann/semver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download andrelohmann/semver
More information about andrelohmann/semver
Files in andrelohmann/semver
Download andrelohmann/semver
More information about andrelohmann/semver
Files in andrelohmann/semver
Vendor andrelohmann
Package semver
Short Description parser for semantic versioning
License BSD-3-Clause
Package semver
Short Description parser for semantic versioning
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package semver
SemVer
This is a Semantic Versioning 2.0.0 parser for PHP 5.4 and 5.5. It defines a simple interface Parser
that validates that a version is properly formatted and parses it into a Version
class:
Usage
Result:
Note that there is CachingParser
that can be used to cache the results of parsing, but some preliminary tests indicate that reparsing the version is actually faster.
Requirements
- PHP 5.4 or 5.5
- PHPUnit (version unknown) - for running tests.
All versions of semver with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package andrelohmann/semver contains the following files
Loading the files please wait ....