{"id":13616534,"url":"https://github.com/pgrimaud/git-stars","last_synced_at":"2025-04-14T00:32:25.269Z","repository":{"id":37588912,"uuid":"370659902","full_name":"pgrimaud/git-stars","owner":"pgrimaud","description":"Discover your ranking on GitHub","archived":true,"fork":false,"pushed_at":"2023-03-15T04:33:58.000Z","size":1502,"stargazers_count":37,"open_issues_count":8,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-02T20:48:17.140Z","etag":null,"topics":["github","hacktoberfest","hacktoberfest2021","php","php8","ranking"],"latest_commit_sha":null,"homepage":"https://git-stars.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/pgrimaud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"pgrimaud","custom":["https://www.paypal.me/grimaudpierre","https://www.paypal.me/nisouc"]}},"created_at":"2021-05-25T10:54:16.000Z","updated_at":"2024-07-01T10:11:32.000Z","dependencies_parsed_at":"2024-01-08T08:00:08.151Z","dependency_job_id":null,"html_url":"https://github.com/pgrimaud/git-stars","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgrimaud%2Fgit-stars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgrimaud%2Fgit-stars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgrimaud%2Fgit-stars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgrimaud%2Fgit-stars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgrimaud","download_url":"https://codeload.github.com/pgrimaud/git-stars/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223612161,"owners_count":17173587,"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":["github","hacktoberfest","hacktoberfest2021","php","php8","ranking"],"created_at":"2024-08-01T20:01:29.903Z","updated_at":"2024-11-08T00:32:01.525Z","avatar_url":"https://github.com/pgrimaud.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"100\" src=\"https://user-images.githubusercontent.com/1866496/123269537-5f90b480-d4ff-11eb-9c71-ea0c5b6365d4.png\"/\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eGit stars\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=php\u0026message=%3E=8\u0026color=blue\"\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\u003cimg src='https://img.shields.io/badge/all_contributors-2-orange.svg'/\u003e\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n    \n\u003c/p\u003e\n\n## About\n\nThis project was inspired by [Git Awards](http://git-awards.com)!\nSince it apparently isn't supported anymore we thought we'd take the concept back and add our own touch to it.\n\nThis was made in couple weeks as an exercise in the context of an internship.\n\n## Embed\n\nYou can embed your GitHub statistics on your profile thanks to the cards we create for each of our users, get yours by visiting your Git Stars profile and clicking on the link icon.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://git-stars.com/share/embed/github.svg\"\u003e\n\u003c/p\u003e\n\n```\n[![Git Stars](https://git-stars.com/share/embed/github.svg)](https://git-stars.com/user/github)\n```\n\nOr \n\n```\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://git-stars.com/user/github\"\u003e\u003cimg src=\"https://git-stars.com/share/embed/github.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n```\n\n## Installation\n\n- Fork project, then clone it\n- `cp .php-cs-fixer.dist.php .php-cs-fixer.php`\n- `cp .env .env.local`\n- Edit credentials on .env.local file\n- Run containers : `docker-compose up -d`\n- `composer install`\n- `yarn \u0026\u0026 yarn build`\n- Create database : `php bin/console doctrine:database:create`\n- Execute migrations : `php bin/console doctrine:migrations:migrate`\n- Execute languages fixtures : `php bin/console doctrine:fixtures:load --groupe=partial`\n- Setup queues : `php bin/console messenger:setup-transports`\n\n## Useful commands\n\n- `php bin/console app:fetch:active-users` : Fetch new actives users from Github Archive\n- `php bin/console app:twitter:send-top` : Tweets the users of the day on Twitter\n- `php bin/console app:update:ranking` : Update ranking table\n- `php bin/console messenger:consume users` : Consume messages on users queue\n\n# Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.nispeon.tk\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/37938250?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJulien Cousin-Alliot\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-Nispeon\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/pgrimaud/git-stars/commits?author=Nispeon\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pgrimaud/git-stars/commits?author=Nispeon\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/pgrimaud\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1866496?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePierre Grimaud\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-pgrimaud\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/pgrimaud/git-stars/commits?author=pgrimaud\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/pgrimaud/git-stars/commits?author=pgrimaud\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n# Feedback\n\nYou found a bug? You need a new feature? You can create an issue if needed or contact us on [Twitter](https://twitter.com/pgrimaud_).\n\n# License\n\nLicensed under the terms of the MIT License.","funding_links":["https://github.com/sponsors/pgrimaud","https://www.paypal.me/grimaudpierre","https://www.paypal.me/nisouc"],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgrimaud%2Fgit-stars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgrimaud%2Fgit-stars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgrimaud%2Fgit-stars/lists"}