Download the PHP package m50/laravel-git-contributions-calendar without Composer
On this page you can find all versions of the php package m50/laravel-git-contributions-calendar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download m50/laravel-git-contributions-calendar
More information about m50/laravel-git-contributions-calendar
Files in m50/laravel-git-contributions-calendar
Download m50/laravel-git-contributions-calendar
More information about m50/laravel-git-contributions-calendar
Files in m50/laravel-git-contributions-calendar
Vendor m50
Package laravel-git-contributions-calendar
Short Description A Blade directive to display a contribution calendar, as found on Github/Gitlab.
License MIT
Homepage https://github.com/m50/laravel-git-contributions-calendar
Package laravel-git-contributions-calendar
Short Description A Blade directive to display a contribution calendar, as found on Github/Gitlab.
License MIT
Homepage https://github.com/m50/laravel-git-contributions-calendar
Please rate this library. Is it a good library?
Informations about the package laravel-git-contributions-calendar
Render Git contributions from Gitlab and/or Github in a Blade file
Allows rendering of a calendar in blade with your git contributions.
An example of what it can look like:
Install
First install the package and publish the files:
Add the Service Provider:
Usage
You will want to rely on caching, because of the roundtrip time for the requests. It's important to add the schedules job:
Then it's also recommended that where you are pulling the data (your controller for example) to kick off a new queue job to re-cache the data:
Note: The default view relies on TailwindCSS.
Credits
All versions of laravel-git-contributions-calendar with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
guzzlehttp/guzzle Version ^6.3
illuminate/contracts Version ~5.8|^6.0
illuminate/support Version ~5.8|^6.0
illuminate/bus Version ~5.8|^6.0
illuminate/queue Version ~5.8|^6.0
illuminate/foundation Version ~5.8|^6.0
nesbot/carbon Version ^2.0
guzzlehttp/guzzle Version ^6.3
illuminate/contracts Version ~5.8|^6.0
illuminate/support Version ~5.8|^6.0
illuminate/bus Version ~5.8|^6.0
illuminate/queue Version ~5.8|^6.0
illuminate/foundation Version ~5.8|^6.0
nesbot/carbon Version ^2.0
The package m50/laravel-git-contributions-calendar contains the following files
Loading the files please wait ....