Stars: 199
Forks: 40
Pull Requests: 8
Issues: 8
Watchers: 2
Last Updated: 2023-04-19 20:28:29
Github new features README profile views counter made with Yii2 framework.
License: BSD 3-Clause "New" or "Revised" License
Languages: PHP, Batchfile, Shell, CSS, Dockerfile
Simple GitHub readme profile views statistics counter made with Yii2 Framework. You can add this shortcode to your github profile for free and see how many times your profile has been viewed.
Replace [YOUR_PROFILE_USERNAME] with your profile username, for example: github-profile-views-counter, so the link comes out: https://gpvc.arturio.dev/github-profile-views-counter and afterwards just add it to your profile readme file using code bellow.
GitHub will proxy this url trough github como servers but don't worry, links are correct and cache control is set to no cache, so views will be constantly updated.
![Profile views](https://gpvc.arturio.dev/[YOUR_PROFILE_USERNAME])
https://gpvc.arturio.dev/github-profile-views-counter
Build image docker build -t gpvc .
Run container docker-compose --env-file .env up -d