• This repository has been archived on 03/Jun/2023
  • Stars
    star
    197
  • Rank 191,583 (Top 4 %)
  • Language
    PHP
  • License
    BSD 3-Clause "New...
  • Created almost 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Github new features README profile views counter made with Yii2 framework.

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.

Banner about GitHub profile views counter

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.

![Profile views](https://gpvc.arturio.dev/[YOUR_PROFILE_USERNAME])

Profile views

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/

More Repositories

1

github-profile-readme-generator

GitHub profile readme generator allows you to create nice and simple GitHub profile readme files that will be included in your profile previews.
JavaScript
814
star
2

arturssmirnovs

My profile github readme template.
19
star
3

flutter-ui-design-list-collection

This is collection of flutter UI design's by various people, all UI design's in one place
16
star
4

Clickable-countries-using-Google-Maps-API

Clickable countries using Google Maps JS API. You can use this sample code to create maps with clickable countries, borders etc.
TSQL
15
star
5

parluks

Browser made for website developer teams to inspect multiple devices / resolutions at once to speed up development process.
TypeScript
14
star
6

random-github-issue

This small project help's you to find random issue on GitHub, get started and contribute to open source!
HTML
7
star
7

youtube-video-views-title-update

YouTube video title updater: This video has X views and X likes.
PHP
2
star
8

burp-file-writer-extension

Burp file writer extension writes all your requests / responses in to your local computer burp directory, so that you can later do automated scanning.
Java
2
star
9

chrome-xss-extension

This Chrome extension allow you to enter list of XSS payloads & target URL, when data is provided, chrome will do automatic redirects testing for succesful alert messages.
JavaScript
1
star
10

covid-19

Covid visuals is interactive Covid-19 visualizer, that highlights countries based on cases and other information. Goal is to provide simple and understandable overview of recent statistics.
JavaScript
1
star