PHPackages                             shadiakiki1986/flysystem-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. [File &amp; Storage](/categories/file-storage)
4. /
5. shadiakiki1986/flysystem-git

ActiveLibrary[File &amp; Storage](/categories/file-storage)

shadiakiki1986/flysystem-git
============================

Flysystem adapter for git repositories

0.0.8(9y ago)57691PHPPHP &gt;=5.5

Since Nov 21Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (9)Used By (0)

flysystem-git
=============

[](#flysystem-git)

[![Build Status](https://camo.githubusercontent.com/b4cf5f81ed817d02d54072161826726714c1138650eb0a0c0570686b63f0a240/68747470733a2f2f7472617669732d63692e6f72672f7368616469616b696b69313938362f666c7973797374656d2d6769742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/shadiakiki1986/flysystem-git)

Adapter for [flysystem](https://github.com/thephpleague/flysystem/) that interfaces to any git repository served with a [node-git-rest-api](https://github.com/korya/node-git-rest-api) server via [git-rest-api-client-php](https://github.com/shadiakiki1986/git-rest-api-client-php)

Usage
-----

[](#usage)

Install from [packagist](https://packagist.org/packages/shadiakiki1986/flysystem-git)

```
composer install shadiakiki1986/flysystem-git
```

Launch a [node-git-rest-api](https://github.com/korya/node-git-rest-api) server

```
docker run -p 8081:8081 -it shadiakiki1986/docker-node-git-rest-api
```

Example

```
