Skip to content

PHP Class to retrieve details about federal open source code hosted on GitHub

Notifications You must be signed in to change notification settings

GSA/federal-open-source-repos-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

PHP Class to retrieve details about federal open source code hosted on GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages