https://github.com/arturssmirnovs/github-profile-views-counter
Github new features README profile views counter made with Yii2 framework.
https://github.com/arturssmirnovs/github-profile-views-counter
github profile profile-readme readme readme-badges readme-generator readme-template readme-views
Last synced: 2 months ago
JSON representation
Github new features README profile views counter made with Yii2 framework.
- Host: GitHub
- URL: https://github.com/arturssmirnovs/github-profile-views-counter
- Owner: arturssmirnovs
- License: bsd-3-clause
- Archived: true
- Created: 2020-07-18T11:42:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T20:28:29.000Z (over 2 years ago)
- Last Synced: 2024-05-21T08:48:37.583Z (over 1 year ago)
- Topics: github, profile, profile-readme, readme, readme-badges, readme-generator, readme-template, readme-views
- Language: PHP
- Homepage:
- Size: 320 KB
- Stars: 197
- Watchers: 3
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-readme-tools - Profile Views Counter - Simple profile view counter (Profile Views and Counters / Dynamic Badges)
README
# GitHub README profile views counter
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.
### Usage
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.
```

```
https://gpvc.arturio.dev/github-profile-views-counter
#### Self hosted
- Clone repository
- run composer install
- copy config-dist/ to config/
- edit config/db.php
- make directories: runtime/ web/assets/
- make runtime/ web/assets ./yii directories writable: chmod 775
- run ./yii2 migrate
- enjoy#### Docker
Build image `docker build -t gpvc . `
Run container `docker-compose --env-file .env up -d`##### How to create github profile readme?
https://arturio.dev/github-profile-readme/