Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

Repositories

Shea Lewis edited this page Jun 2, 2015 · 1 revision

Get Repository Information

Github::repo()->show($user, $repository);

Returns an array of information about the specified repository.

Parameters

  • $user (string) User or organization slug. Required.
  • $repository (string) Repository slug. Required.

Returns

array

Example

Github::repo()->show('caffeinated', 'github');
Table of Contents
  1. Home
  2. Installation
  3. Configuration
API References
Clone this wiki locally