An open API service indexing awesome lists of open source software.

https://github.com/davidjeddy/auto-gourcer

Provide credentials and let Gource render your most active repositories! Set it as a cron job and get daily updates!
https://github.com/davidjeddy/auto-gourcer

Last synced: 3 months ago
JSON representation

Provide credentials and let Gource render your most active repositories! Set it as a cron job and get daily updates!

Awesome Lists containing this project

README

        

# Auto Gourcer

# What does this do?

Using [Gource](http://gource.io) and [PHP](http://php.net ) this library reads your top active repositories and renders the history in a cool looking video.

[Gource Examples](https://github.com/acaudwell/Gource/wiki/Videos)

# Badges

[![Latest Stable Version](https://poser.pugx.org/davidjeddy/auto-gourcer/v/stable?format=flat-square)](https://packagist.org/packages/davidjeddy/auto-gourcer)
[![Total Downloads](https://poser.pugx.org/davidjeddy/auto-gourcer/downloads?format=flat-square)](https://packagist.org/packages/davidjeddy/auto-gourcer)
[![Latest Unstable Version](https://poser.pugx.org/davidjeddy/auto-gourcer/v/unstable?format=flat-square)](https://packagist.org/packages/davidjeddy/auto-gourcer)
[![License](https://poser.pugx.org/davidjeddy/auto-gourcer/license?format=flat-square)](https://packagist.org/packages/davidjeddy/auto-gourcer)
[![Monthly Downloads](https://poser.pugx.org/davidjeddy/auto-gourcer/d/monthly?format=flat-square)](https://packagist.org/packages/davidjeddy/auto-gourcer)
[![Daily Downloads](https://poser.pugx.org/davidjeddy/auto-gourcer/d/daily?format=flat-square)](https://packagist.org/packages/davidjeddy/auto-gourcer)
[![composer.lock](https://poser.pugx.org/davidjeddy/auto-gourcer/composerlock?format=flat-square)](https://packagist.org/packages/davidjeddy/auto-gourcer)

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/1d1a7b75-6eb7-4a4c-8585-9ac9c87370b9/big.png)](https://insight.sensiolabs.com/projects/1d1a7b75-6eb7-4a4c-8585-9ac9c87370b9)

# Requirements

- Really depends on how you plan to use this library.
- As a [container service](./docs/readme_container.md) (recommended)
- As a [PHP / Composer package](./docs/readme_php.md) (NOT recommended)

# SCM host Integrations

Currently only [BitBucket](https://bitbucket.com) is supported; others are planned.

# RoadMap

- 0.1.0 Initial Alpha release
- 0.1.75 Add initial test suite
- 0.2.0 Code Review 1 release
- 0.3.0 Add GitHub integration
- 0.4.0 Add GitLab integration
- 0.4.5 Use Monolog et al for logging, remove echo()s.
...
- 1.0.0 Public Release