Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbtcd/git-bundle
A short way to show Git Branch and Commits in the Symfony Web Debug Toolbar
https://github.com/jbtcd/git-bundle
git symfony symfony-bundle
Last synced: about 7 hours ago
JSON representation
A short way to show Git Branch and Commits in the Symfony Web Debug Toolbar
- Host: GitHub
- URL: https://github.com/jbtcd/git-bundle
- Owner: jbtcd
- License: mit
- Created: 2020-09-01T15:45:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T18:55:28.000Z (9 months ago)
- Last Synced: 2024-05-01T15:03:29.948Z (7 months ago)
- Topics: git, symfony, symfony-bundle
- Language: PHP
- Homepage: https://jbtcd.me/
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony Git Bundle
[![@jbtcd on Threads](http://img.shields.io/badge/Threads-%40jbtcd-blue.svg?style=flat-square)](https://www.threads.net/@jbtcd)
[![CI](https://github.com/jbtcd/git-bundle/actions/workflows/ci.yml/badge.svg?style=flat-square)](https://github.com/jbtcd/git-bundle/actions/workflows/ci.yml)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![packagist](https://img.shields.io/packagist/v/jbtcd/git-bundle.svg?style=flat-square)](https://packagist.org/packages/jbtcd/git-bundle)
[![downloads](https://img.shields.io/packagist/dt/jbtcd/git-bundle.svg?style=flat-square)](https://packagist.org/packages/jbtcd/git-bundle)
[![php version](https://img.shields.io/packagist/php-v/jbtcd/git-bundle?style=flat-square)](https://packagist.org/packages/jbtcd/git-bundle)## Installation
To install, use composer:
```bash
$ composer require jbtcd/git-bundle
```## Testing
``` bash
$ composer run tests
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.