Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 809 Bytes

readme.md

File metadata and controls

34 lines (21 loc) · 809 Bytes

Federal Open Source Repositories PHP Class

Class to retrieve federal open source code hosted on GitHub

Usage

Instantiate the class

$gh = new Federal_Open_Source_Repos();

Get a specific agencies repos

$gh->fcc

Get all federal repos

$gh->get_repos();

Returns an array of repository objects, as returned from the GitHub API

See http://develop.github.com/p/repo.html for additional information

Contributing to the Project

  1. Fork the project using the "fork" button in the top-right corner
  2. Create a new branch
  3. Make changes
  4. Commit, push
  5. Visit your repository's page to submit a pull request

Note: By contributing to this project, you do so under the terms of the GNU General Public License v2 or later.