kherge / version
A parsing and comparison library for semantic versioning.
Installs: 2 969 470
Dependents: 1
Suggesters: 0
Security: 0
Stars: 25
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2021-12-07 01:40:14 UTC
README
I am no longer maintaining this library. This project has been deprecated in favor of Herrera.io php-version. If you would like to take over development of this project, please email me.
A parsing and comparison library for semantic versioning.
Installing
To install Version, you must add it to the list of dependencies in your composer.json
file.
$ php composer.phar require kherge/version=1.*
If you are not using Composer to manage your dependencies, you may use any PSR-0 class loader to load it from the src/lib
directory.
Usage
Please see the wiki for detail usage information.