{"id":37014312,"url":"https://github.com/olucode/trending-github","last_synced_at":"2026-01-14T01:25:07.646Z","repository":{"id":62506656,"uuid":"114389572","full_name":"olucode/trending-github","owner":"olucode","description":"Simple package for getting trending repositories on Github.","archived":false,"fork":false,"pushed_at":"2018-06-04T15:33:31.000Z","size":5,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-17T03:46:37.368Z","etag":null,"topics":["github","github-api","trending-repositories"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olucode.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-15T16:19:14.000Z","updated_at":"2024-07-11T17:34:22.000Z","dependencies_parsed_at":"2022-11-02T10:15:45.138Z","dependency_job_id":null,"html_url":"https://github.com/olucode/trending-github","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/olucode/trending-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olucode%2Ftrending-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olucode%2Ftrending-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olucode%2Ftrending-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olucode%2Ftrending-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olucode","download_url":"https://codeload.github.com/olucode/trending-github/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olucode%2Ftrending-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","github-api","trending-repositories"],"created_at":"2026-01-14T01:25:07.125Z","updated_at":"2026-01-14T01:25:07.628Z","avatar_url":"https://github.com/olucode.png","language":"PHP","readme":"# trending-github\n\nThis package is a PHP port of [this module](https://github.com/ecrmnn/trending-github)\n\n## Installation\n\n``` bash\ncomposer require fortecdev/trending-github\n```\n\n## Usage\n\n```php\nrequire_once __DIR__ . '/vendor/autoload.php';\n\nuse Fortec\\GithubTrending;\n\n$github = new GithubTrending();\n\n$data = $github-\u003egetTrending();\n\nvar_dump($data);\n/*\n[\n    [\n        'author' =\u003e 'facebook',\n        'name' =\u003e 'react',\n        'url' =\u003e 'https://github.com/facebook/react',\n        'description' =\u003e 'A declarative, efficient, and flexible JavaScript library for building user interfaces.',\n        'language' =\u003e 'JavaScript',\n        'stars' =\u003e '83,511',\n        'forks' =\u003e '15,791',\n        'starsToday' =\u003e '25 stars today'\n    ],\n    ...\n]\n*/\n```\n\nYou can also add time period and language filters.\n\n```php\nrequire_once __DIR__ . '/vendor/autoload.php';\n\nuse Fortec\\GithubTrending;\n\n$github = new GithubTrending(\"weekly\",\"php\");\n\n$data = $github-\u003egetTrending();\n\nvar_dump($data);\n/*\n[\n    [\n        'author' =\u003e 'laravel',\n        'name' =\u003e 'laravel',\n        'url' =\u003e 'https://github.com/laravel/laravel',\n        'description' =\u003e 'A PHP Framework For Web Artisans',\n        'language' =\u003e 'JavaScript',\n        'stars' =\u003e '36,921',\n        'forks' =\u003e '12,145',\n        'starsToday' =\u003e '200 stars this week'\n    ],\n    ...\n]\n*/\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2017 Olumide Falomo","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folucode%2Ftrending-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folucode%2Ftrending-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folucode%2Ftrending-github/lists"}