Design adapted Git web interface using php-github-api.
This version is developped for BoxonGit. To use you own gits, open allRepos.php, set the number of users you want to browse to the getRepos function arguments and the variables below then change the line getRepos($client, 'Antoine-Gelgon', 'XavierKlein', 'baladurzgate', 'EtienneOz', 'ivangrozny', 'Boxon-'); to the usernames you want.
In order to increase the rate limit fixed by GitHub, you'll need to authenticate. Open index.php and paste your auth key at the $authKey variable.
DesignGit is under the GNU/GPL V2 license!
See here for a (almost) working live example.