Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 966 Bytes

File metadata and controls

31 lines (21 loc) · 966 Bytes

DevShop Composer Common

The DevShop Composer Common component contains code that might be useful for any composer-based project.

Tools

GitRepositoryAwareTrait

A PHP Trait that gives any class awareness of the Git Repository it resides in using the PHP Stream Wrapper for Git from https://github.com/teqneers/PHP-Stream-Wrapper-for-Git.

GitHubRepositoryAwareTrait

Includes GitRepositoryAwareTrait and parses GitHub Repo URLs to allow methods getRepoOwner() and getRepoName().

Resources

Credits

$CREDITS