{"id":19398105,"url":"https://github.com/piedweb/github","last_synced_at":"2025-10-12T00:39:14.381Z","repository":{"id":57041398,"uuid":"164404128","full_name":"PiedWeb/Github","owner":"PiedWeb","description":"[PHP] Github Meta Data Repo Extractor (via Web Interface)","archived":false,"fork":false,"pushed_at":"2021-01-20T15:24:37.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T10:04:44.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dev.piedweb.com/","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/PiedWeb.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":"2019-01-07T08:52:34.000Z","updated_at":"2021-01-20T14:51:48.000Z","dependencies_parsed_at":"2022-08-23T23:31:13.440Z","dependency_job_id":null,"html_url":"https://github.com/PiedWeb/Github","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/PiedWeb/Github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2FGithub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2FGithub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2FGithub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2FGithub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiedWeb","download_url":"https://codeload.github.com/PiedWeb/Github/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2FGithub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262941543,"owners_count":23388148,"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","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":[],"created_at":"2024-11-10T11:04:54.079Z","updated_at":"2025-10-12T00:39:09.331Z","avatar_url":"https://github.com/PiedWeb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://dev.piedweb.com\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/PiedWeb/piedweb-devoluix-theme/master/src/img/logo_title.png\" width=\"200\" height=\"200\" alt=\"Open Source Package\" /\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n# Github Meta Data Repo Extractor\n\n[![Latest Version](https://img.shields.io/github/tag/PiedWeb/Github.svg?style=flat\u0026label=release)](https://github.com/PiedWeb/Github/tags)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/PiedWeb/Github/blob/master/LICENSE)\n[![Build Status](https://img.shields.io/travis/PiedWeb/Github/master.svg?style=flat)](https://travis-ci.org/PiedWeb/Github)\n[![Quality Score](https://img.shields.io/scrutinizer/g/PiedWeb/Github.svg?style=flat)](https://scrutinizer-ci.com/g/PiedWeb/Github)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/PiedWeb/Github.svg?style=flat)](https://scrutinizer-ci.com/g/PiedWeb/Github/code-structure)\n[![Total Downloads](https://img.shields.io/packagist/dt/piedweb/github.svg?style=flat)](https://packagist.org/packages/piedweb/github)\n\n## Install\n\nVia [Packagist](https://img.shields.io/packagist/dt/piedweb/github.svg?style=flat)\n\n``` bash\n$ composer require piedweb/github\n```\n\n## Usage\n\n``` php\nuse PiedWeb\\Github\\ExtractRepoMetaData;\n\n$github = new ExtractRepoMetaData('https://github.com/PiedWeb/CMS');\n\n$github-\u003egetName()        // @return string\n$github-\u003egetDescription() // @return string\n$github-\u003egetStars()       // @return string\n$github-\u003egetRepo()        // @return string eg. PiedWeb/CMS\n$github-\u003egetUrl()        // @return string\n```\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [contributing](https://dev.piedweb.com/contributing)\n\n## Credits\n\n- [PiedWeb](https://piedweb.com)\n- [All Contributors](https://github.com/PiedWeb/:package_skake/graphs/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n[![Latest Version](https://img.shields.io/github/tag/PiedWeb/Github.svg?style=flat\u0026label=release)](https://github.com/PiedWeb/Github/tags)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/PiedWeb/Github/blob/master/LICENSE)\n[![Build Status](https://img.shields.io/travis/PiedWeb/Github/master.svg?style=flat)](https://travis-ci.org/PiedWeb/Github)\n[![Quality Score](https://img.shields.io/scrutinizer/g/PiedWeb/Github.svg?style=flat)](https://scrutinizer-ci.com/g/PiedWeb/Github)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/PiedWeb/Github.svg?style=flat)](https://scrutinizer-ci.com/g/PiedWeb/Github/code-structure)\n[![Total Downloads](https://img.shields.io/packagist/dt/piedweb/github.svg?style=flat)](https://packagist.org/packages/piedweb/github)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedweb%2Fgithub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiedweb%2Fgithub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedweb%2Fgithub/lists"}