Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caneco/laravel-github-profile-view-counter
This package will allows you to track Github profile views and display them in your profile readme, for free.
https://github.com/caneco/laravel-github-profile-view-counter
github laravel readme tracking webcounter
Last synced: about 1 month ago
JSON representation
This package will allows you to track Github profile views and display them in your profile readme, for free.
- Host: GitHub
- URL: https://github.com/caneco/laravel-github-profile-view-counter
- Owner: caneco
- License: mit
- Created: 2020-07-10T10:56:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T17:58:06.000Z (over 4 years ago)
- Last Synced: 2024-10-28T00:05:25.655Z (about 2 months ago)
- Topics: github, laravel, readme, tracking, webcounter
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 35
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-github-profile - Laravel GitHub Profile Visit Counter - Add on your Laravel project a quick-badge to count your profile visits. (Tools)
- fucking-awesome-github-profile-readme - Laravel GitHub Profile Visit Counter - Add on your Laravel project a quick-badge to count your profile visits. (Tools)
- AwesomeGithubProfileTemplates - Laravel GitHub Profile Visit Counter - Add on your Laravel project a quick-badge to count your profile visits. (Resources / Tools)
- awesome-github-profile-readme - Laravel GitHub Profile Visit Counter - Add on your Laravel project a quick-badge to count your profile visits. (Tools)
- awesome-ubc-profile-readme - Laravel GitHub Profile Visit Counter - Add on your Laravel project a quick-badge to count your profile visits. (Tools)
- awesome-bd-readme-profile - Laravel GitHub Profile Visit Counter - Add on your Laravel project a quick-badge to count your profile visits. (Tools / Images Gifs:)
- awesome-bd-readme-profile - Laravel GitHub Profile Visit Counter - Add on your Laravel project a quick-badge to count your profile visits. (Tools / Images Gifs:)
- awesome-github-profile - laravel github profile view counter
README
# Laravel GitHub Profile Visit Counter
This package will allows you to track Github profile views and display them in your profile readme, for free.
This package was inspired Artem Golubin's post [**How to track and display profile views on GitHub**](https://rushter.com/blog/github-profile-markdown/).
## Installation
You can install the package via composer:
```bash
composer require caneco/laravel-github-profile-view-counter
```You can publish and run the migrations with:
```bash
php artisan vendor:publish --provider="Caneco\GithubProfileViewCounter\GithubProfileViewCounterServiceProvider" --tag="migrations"
php artisan migrate
```## Usage
Just visit `yourdomain.com/github-profile-view-counter.svg`, you should see your badge with `visits++`.
## Cheating
You can always fill your table with a lot of rows to make yourself famous! **But, play nice** 😉.
## Testing
``` bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Credits
- [Caneco](https://github.com/caneco)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Thanks
Thanks to Spatie to make damn easy to create a new package. Please do check their [`spatie/package-skeleton-laravel`](https://github.com/spatie/package-skeleton-laravel).