Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgrimaud/git-stars
Discover your ranking on GitHub
https://github.com/pgrimaud/git-stars
github hacktoberfest hacktoberfest2021 php php8 ranking
Last synced: 2 days ago
JSON representation
Discover your ranking on GitHub
- Host: GitHub
- URL: https://github.com/pgrimaud/git-stars
- Owner: pgrimaud
- License: mit
- Archived: true
- Created: 2021-05-25T10:54:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T04:33:58.000Z (over 1 year ago)
- Last Synced: 2024-08-02T20:48:17.140Z (3 months ago)
- Topics: github, hacktoberfest, hacktoberfest2021, php, php8, ranking
- Language: PHP
- Homepage: https://git-stars.com
- Size: 1.43 MB
- Stars: 37
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Git stars
## About
This project was inspired by [Git Awards](http://git-awards.com)!
Since it apparently isn't supported anymore we thought we'd take the concept back and add our own touch to it.This was made in couple weeks as an exercise in the context of an internship.
## Embed
You 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.
```
[![Git Stars](https://git-stars.com/share/embed/github.svg)](https://git-stars.com/user/github)
```Or
```
```## Installation
- Fork project, then clone it
- `cp .php-cs-fixer.dist.php .php-cs-fixer.php`
- `cp .env .env.local`
- Edit credentials on .env.local file
- Run containers : `docker-compose up -d`
- `composer install`
- `yarn && yarn build`
- Create database : `php bin/console doctrine:database:create`
- Execute migrations : `php bin/console doctrine:migrations:migrate`
- Execute languages fixtures : `php bin/console doctrine:fixtures:load --groupe=partial`
- Setup queues : `php bin/console messenger:setup-transports`## Useful commands
- `php bin/console app:fetch:active-users` : Fetch new actives users from Github Archive
- `php bin/console app:twitter:send-top` : Tweets the users of the day on Twitter
- `php bin/console app:update:ranking` : Update ranking table
- `php bin/console messenger:consume users` : Consume messages on users queue# Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Julien Cousin-Alliot
🤔 💻 📖
Pierre Grimaud
🤔 💻 📖
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
# Feedback
You found a bug? You need a new feature? You can create an issue if needed or contact us on [Twitter](https://twitter.com/pgrimaud_).
# License
Licensed under the terms of the MIT License.