{"id":32347429,"url":"https://github.com/pascalkleindienst/octobercms-github-projects","last_synced_at":"2025-10-24T06:52:50.249Z","repository":{"id":57042287,"uuid":"72832060","full_name":"PascalKleindienst/octobercms-github-projects","owner":"PascalKleindienst","description":"A OctoberCMS plugin which utilizes to GitHub API to show informations about repositories.","archived":false,"fork":false,"pushed_at":"2020-10-01T18:06:01.000Z","size":47,"stargazers_count":6,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T00:41:32.449Z","etag":null,"topics":["github-api","octobercms","octobercms-plugin","unit-tested"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PascalKleindienst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-04T09:14:30.000Z","updated_at":"2023-12-05T15:37:56.000Z","dependencies_parsed_at":"2022-08-24T02:50:43.222Z","dependency_job_id":null,"html_url":"https://github.com/PascalKleindienst/octobercms-github-projects","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/PascalKleindienst/octobercms-github-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKleindienst%2Foctobercms-github-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKleindienst%2Foctobercms-github-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKleindienst%2Foctobercms-github-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKleindienst%2Foctobercms-github-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PascalKleindienst","download_url":"https://codeload.github.com/PascalKleindienst/octobercms-github-projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalKleindienst%2Foctobercms-github-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280755319,"owners_count":26385096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-api","octobercms","octobercms-plugin","unit-tested"],"created_at":"2025-10-24T06:52:45.859Z","updated_at":"2025-10-24T06:52:50.236Z","avatar_url":"https://github.com/PascalKleindienst.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OctoberCMS GitHub Projects Plugin\n\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![HHVM][ico-hhvm]][link-hhvm]\n[![StyleCI][ico-style]][link-style]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Code Coverage][ico-code-coverage]][link-code-coverage]\n\nA plugin which utilizes to GitHub API to show informations about repositories.\n\n---\n\n## Details\nThis plugin will provide a collection of components to display data about GitHub repositories based on the [GitHub API v3](https://developer.github.com/v3/repos/). \n\nAs time passes more parts like *Projects or Issues* will be added to this collection of components.\n\n### Requirements\nIn order to work the [PHP cURL extension](https://secure.php.net/manual/en/book.curl.php) must be installed and enabled.\n\n---\n\n## Documentation\n\n### RepoList\nList public repositories for the specified user.\n\n#### Parameters\n|     Name    |   Type   |                                                 Description                                                 |\n|:------------|:---------|:------------------------------------------------------------------------------------------------------------|\n| `user`      | `string` | The user whose repositories are displayed                                                                   |\n| `type`      | `string` | The repository type. Can be one of `all, owner, member`. Default: `owner`                                   |\n| `sort`      | `string` | The sorting field. Can be one of `created, updated, pushed, full_name`. Default: `full_name`                |\n| `direction` | `string` | The sort direction. Can be one of `asc` or `desc`. Default: when using `full_name`: `asc`, otherwise `desc` |\n\n### Item\nGet a specific repository\n\nThe available variables which can be used in the component view are listed here: [https://developer.github.com/v3/repos/#response-3](\nhttps://developer.github.com/v3/repos/#response-3)\n\n#### Parameters\n| Name   | Type     | Description                            |\n|:-------|:---------|:---------------------------------------|\n| `user` | `string` | The user whose repository is displayed |\n| `repo` | `string` | The repository name                    |\n\n### Gist\nGet a specific repository\n\nThe available variables which can be used in the component view are listed here: [https://developer.github.com/v3/gists/#get-a-single-gist](\nhttps://developer.github.com/v3/gists/#get-a-single-gist)\n\n#### Parameters\n| Name   | Type     | Description                            |\n|:-------|:---------|:---------------------------------------|\n| `id`   | `string` | ID of the gist                         |\n| `sha`  | `string` | Get a specific revision of a gist      |\n---\n\n## Contributing\nPlease submit pull requests with translations or bugfixes on the plugin's [GitHub page](https://github.com/PascalKleindienst/octobercms-github-projects). Bug reports and feature requests via [Issues](https://github.com/PascalKleindienst/octobercms-github-projects/issues) are welcome!\n\n## Security\nIf you discover any security related issues, please email security@pascalkleindienst.de instead of using the issue tracker.\n\n## Credits\n\n- [Pascal Kleindienst][link-author]\n\n## License\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n\n[ico-license]: https://img.shields.io/github/license/PascalKleindienst/octobercms-github-projects.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/PascalKleindienst/octobercms-github-projects/master.svg?style=flat-square\n[ico-hhvm]: https://img.shields.io/hhvm/pkleindienst/octobercms-github-projects.svg?style=flat-square\n[ico-style]: https://styleci.io/repos/72832060/shield?branch=master\n[ico-code-quality]: https://img.shields.io/codeclimate/github/PascalKleindienst/octobercms-github-projects.svg?style=flat-square\n[ico-code-coverage]: https://img.shields.io/codeclimate/coverage/github/PascalKleindienst/octobercms-github-projects.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/atog/octobercms-github-projects\n[link-travis]: https://travis-ci.org/PascalKleindienst/octobercms-github-projects\n[link-hhvm]: http://hhvm.h4cc.de/package/pkleindienst/octobercms-github-projects\n[link-code-quality]: https://codeclimate.com/github/PascalKleindienst/octobercms-github-projects\n[link-code-coverage]: https://codeclimate.com/github/PascalKleindienst/octobercms-github-projects/coverage\n[link-style]: https://styleci.io/repos/72832060\n[link-author]: https://github.com/PascalKleindienst","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalkleindienst%2Foctobercms-github-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalkleindienst%2Foctobercms-github-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalkleindienst%2Foctobercms-github-projects/lists"}