PHPackages                             marcandreappel/git-tag - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. marcandreappel/git-tag

ActiveLibrary

marcandreappel/git-tag
======================

Library that helps with retrieving the tag of git-hosted PHP projects

0234PHP

Since Oct 11Pushed 3y agoCompare

[ Source](https://github.com/marcandreappel/git-tag)[ Packagist](https://packagist.org/packages/marcandreappel/git-tag)[ RSS](/packages/marcandreappel-git-tag/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

git-tag
=======

[](#git-tag)

**git-tag** is a library that helps with retrieving the tag of git-hosted PHP projects.

Installation
------------

[](#installation)

You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):

```
composer require marcandreappel/git-tag
```

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

```
composer require --dev marcandreappel/git-tag
```

Usage
-----

[](#usage)

Here is a contrived example that shows the basic usage ; if the:

```
