2017 © Pedro Peláez
 

library widgit

A widget to display your GitHub repositories within your website.

image

markogrady1/widgit

A widget to display your GitHub repositories within your website.

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

widgit.js

Library that provides small GitHub widgets to display various GitHub information directly into your website.
  • Enter the correct path to the widget.js file.

The repo list widget.

<?php
  use Widgit\Lib\Plugin;

  //simply provide your username and the amount of repositories your wish to display
  $widget = new Plugin("markogrady1", 10);
  echo $widget->getData(true);
?>

This will result in the following widget., (*1)

checkmark, (*2)

NOTE: More widgets are on their way., (*3)

The Versions

15/07 2016

dev-master

9999999-dev https://github.com/markogrady1/widgit

A widget to display your GitHub repositories within your website.

  Sources   Download

MIT

The Requires

 

The Development Requires

php github widget