php-version
A library for creating, editing, and comparing semantic versioning numbers.
File Explorer
Download Latest Version (.zip)- 00-Installing.md
- 01-Building.md
- 02-Comparing.md
- 03-Dumping.md
- 04-Parsing.md
- 05-Validating.md
- InvalidIdentifierException.php
- InvalidNumberException.php
- InvalidStringRepresentationException.php
- VersionException.php
- Builder.php
- Comparator.php
- Dumper.php
- Parser.php
- Validator.php
- Version.php
- InvalidIdentifierExceptionTest.php
- InvalidNumberExceptionTest.php
- InvalidStringRepresentationExceptionTest.php
- BuilderTest.php
- ComparatorTest.php
- DumperTest.php
- ParserTest.php
- ValidatorTest.php
- VersionTest.php
- .gitignore
- .travis.yml
- composer.json
- LICENSE
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/kherge-archive/php-version
Downloads the entire project code from GitHub to your computer.
cd php-version
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
