PHPackages                             markmarco16/yii2-git - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. markmarco16/yii2-git

AbandonedArchivedYii2-extension[Utility &amp; Helpers](/categories/utility)

markmarco16/yii2-git
====================

Visualization repositories GIT

3483PHP

Since Apr 15Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-git
========

[](#yii2-git)

Módulo que permitirá visualizar repositorios GIT utilizando Yii Framework.

En desarrollo...

[![Latest Stable Version](https://camo.githubusercontent.com/9c368f601bfd3aade272bb55e9a09371be03a5e63d153a3d50f199049af82a20/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6d6172636f31362f796969322d6769742f762f737461626c652e737667)](https://packagist.org/packages/markmarco16/yii2-git)[![Latest Unstable Version](https://camo.githubusercontent.com/6040a447f0a9780f48428477d87b5d80547d9ae9db523c2e7464009081a1d3b6/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6d6172636f31362f796969322d6769742f762f756e737461626c652e737667)](https://packagist.org/packages/markmarco16/yii2-git)[![Total Downloads](https://camo.githubusercontent.com/89e53de5b16a262dc1c3bc7c85dc1b60c2b926b2421766b1fa28f4a2264975ff/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6d6172636f31362f796969322d6769742f646f776e6c6f6164732e737667)](https://packagist.org/packages/markmarco16/yii2-git)[![License](https://camo.githubusercontent.com/8d2fd2d19773d5159f9d2e7b8acdfa4929608bc708bce41e34850d6dbeb61b9f/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6d6172636f31362f796969322d6769742f6c6963656e73652e737667)](https://packagist.org/packages/markmarco16/yii2-git)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/88694c87fe2f3d96b866fa986a3cc9e946118d0d1791dc20d40008b23930899a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61726b6d6172636f31362f796969322d6769742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/markmarco16/yii2-git/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/c242ef41b715989d16b969491b88c38fde54064db3d5d7d1cba9538accd5bcf0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61726b6d6172636f31362f796969322d6769742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/markmarco16/yii2-git/?branch=master)[![Build Status](https://camo.githubusercontent.com/1deb0a21b78451a769968b708e1dca4a07b05ba358e02bf98dc4dd45769fc0d1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61726b6d6172636f31362f796969322d6769742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/markmarco16/yii2-git/build-status/master)[![Dependency Status](https://camo.githubusercontent.com/b1dab0c9c311ce46add74f4946ac3dd9cbdefc5524e5d77abb0df17484eeb691/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534636662373739336361303834306231393030303030322f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/54cfb7793ca0840b19000002)[![Code Climate](https://camo.githubusercontent.com/c415838df791f6a58d7a08c8a342180ad5efbc06e5fbc4f0f4a364d8fd73f128/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6d61726b6d6172636f31362f796969322d6769742f6261646765732f6770612e737667)](https://codeclimate.com/github/markmarco16/yii2-git)[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](http://www.yiiframework.com/)

Instalación
-----------

[](#instalación)

### Requiere

[](#requiere)

Git Yii2 php funcion exec

### Composer

[](#composer)

La mejor forma de instalar esta extensión es a través de [Composer](http://getcomposer.org/).

Ejecuta

```
php composer.phar require markmarco16/yii2-git "dev-master"

```

o agrega

```
"markmarco16/yii2-git": "dev-master"

```

en la sección de requeridos en tu `composer.json`

Uso
---

[](#uso)

Configura este módulo en la configuracion de tu aplicación Yii

```
