Skip to content

codeinchq/composer-version-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer version reader

This PHP 7 library readers the version number from the composer.json file.

Installation

This library is available through Packagist and can be installed using Composer:

composer require codeinc/composer-version-reader

Usage

<?php
use CodeInc\ComposerVersionReader\ComposerVersionReader;

echo ComposerVersionReader::readVersion(__DIR__);
// outputs "1.0.0" or NULL if the "version" entry is not set.

License

This library is published under the MIT license (see the LICENSE file).

About

Reads the version from composer.json

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages