2017 © Pedro Peláez
 

library php-versions

Semantic versioning library for PHP

image

ganbarodigital/php-versions

Semantic versioning library for PHP

  • Sunday, October 25, 2015
  • by stuartherbert
  • Repository
  • 1 Watchers
  • 3 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

PHP Versions

GitHub license @ganbarodigital on Twitter Total Downloads Scrutinizer Code Quality Build Status Coverage Status Dependency Status Reference Status, (*1)

The PHP Versions library provides a set of useful tools for working with version numbers that you can quickly drop into your own project to save you time and effort., (*2)

Status

We're still working out what the library's API should look like. Once that's stable, we'll be able to move to a v1.0 release very quickly., (*3)

Installation

Add this to your composer.json file:, (*4)

{
    "require": {
        "ganbarodigital/php-versions": "dev-develop"
    }
}

and then run composer update., (*5)

The Versions