{"id":22332507,"url":"https://github.com/the-3labs-team/nova-github-cards","last_synced_at":"2026-05-09T17:38:45.494Z","repository":{"id":186120691,"uuid":"674162005","full_name":"The-3Labs-Team/nova-github-cards","owner":"The-3Labs-Team","description":"Nova Github Cards metrics for Laravel Nova","archived":false,"fork":false,"pushed_at":"2023-09-29T21:00:05.000Z","size":400,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T08:43:26.575Z","etag":null,"topics":["cards","github","laravel","metrics","nova"],"latest_commit_sha":null,"homepage":"https://3labs.it","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/The-3Labs-Team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-03T09:29:21.000Z","updated_at":"2023-09-01T21:14:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd9c6ab1-f282-4f7f-a2d0-317d85d6ff8e","html_url":"https://github.com/The-3Labs-Team/nova-github-cards","commit_stats":null,"previous_names":["the-3labs-team/nova-github-cards"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-3Labs-Team%2Fnova-github-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-3Labs-Team%2Fnova-github-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-3Labs-Team%2Fnova-github-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-3Labs-Team%2Fnova-github-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-3Labs-Team","download_url":"https://codeload.github.com/The-3Labs-Team/nova-github-cards/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245605904,"owners_count":20643068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cards","github","laravel","metrics","nova"],"created_at":"2024-12-04T04:18:25.668Z","updated_at":"2026-05-09T17:38:45.484Z","avatar_url":"https://github.com/The-3Labs-Team.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/the-3labs-team/nova-github-cards/raw/HEAD/art/banner.png\" width=\"100%\" \nalt=\"Logo Nova Github Cards by The3LabsTeam\"\u003e\u003c/p\u003e\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/the-3labs-team/nova-github-cards.svg?style=flat-square)](https://packagist.org/packages/the-3labs-team/nova-github-cards)\n[![Fix PHP code style issues](https://github.com/The-3Labs-Team/nova-github-cards/actions/workflows/lint.yml/badge.svg)](https://github.com/The-3Labs-Team/nova-github-cards/actions/workflows/lint.yml)\n[![PHPStan](https://github.com/The-3Labs-Team/nova-github-cards/actions/workflows/analyse.yml/badge.svg)](https://github.com/The-3Labs-Team/nova-github-cards/actions/workflows/analyse.yml)\n[![Maintainability](https://api.codeclimate.com/v1/badges/d06434af7ba21185c9b0/maintainability)](https://codeclimate.com/github/The-3Labs-Team/nova-github-cards/maintainability)\n![License Mit](https://img.shields.io/github/license/murdercode/laravel-shortcode-plus)\n[![Total Downloads](https://img.shields.io/packagist/dt/the-3labs-team/nova-github-cards.svg?style=flat-square)](https://packagist.org/packages/the-3labs-team/nova-github-cards)\n\n# Nova Github Cards\n\nEnhance your Laravel Nova experience by seamlessly integrating GitHub project cards into your dashboard. This powerful\npackage allows you to effortlessly display essential GitHub statistics, issues, commits, and other project information\ndirectly within your Nova dashboard.\n\n## Demo\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/the-3labs-team/nova-github-cards/raw/HEAD/art/demo.png\" width=\"100%\" \nalt=\"Demo Nova Github Cards by The3LabsTeam\"\u003e\u003c/p\u003e\n\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require the-3labs-team/nova-github-cards\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish\n```\n\nand choose: `The3LabsTeam\\NovaGithubCards\\NovaGithubCardsServiceProvider`.\n\nThis is the contents of the published config file:\n\n```php\n\u003c?php\n\nreturn [\n    'vendor' =\u003e 'YOUR-VENDOR',\n    'repository' =\u003e 'YOUR-REPO-NAME',\n    'branch' =\u003e 'main',\n    'per_page' =\u003e 5,\n    'cache_ttl' =\u003e 0, //in seconds\n\n    'icons' =\u003e [\n        'error' =\u003e [\n            'icon' =\u003e 'x-circle',\n            'iconClass' =\u003e 'text-red-500',\n        ],\n        'success' =\u003e [\n            'icon' =\u003e 'check-circle',\n            'iconClass' =\u003e 'text-green-500',\n        ],\n    ],\n];\n\n```\n\n**Note:** this package uses [Laravel GitHub](GrahamCampbell\\GitHub\\GitHubServiceProvider), so you need to configure it\nin your `config/github.php` file.\n\n## Usage\n\nAdd your cards to your dashboard in the `cards` method, for example in `Dashboard\\Main`:\n\n```php\nuse \\The3LabsTeam\\NovaGithubCards\\LatestCommitsTable;\nuse \\The3LabsTeam\\NovaGithubCards\\LatestIssuesTable;\n...\n\n(new LatestCommitsTable()\n(new LatestIssuesTable()\n\n```\n\nYou can also override the config for each card, as follows:\n\n```php\nuse \\The3LabsTeam\\NovaGithubCards\\LatestCommitsTable;\n...\n\n(new LatestCommitsTable(\n    name: 'The name of the card (string)', \n    vendor: 'The name of your vendor (string)', \n    repository: 'The name of your repo (string)', \n    branch: 'The name of your branch (string)', \n    perPage: 'Total of results (int)', \n    cache: 'The cache in seconds (int)')\n )\n```\n\n## Sponsor\n\n\u003cdiv\u003e  \n    \u003ca href=\"https://www.tomshw.it/\" target=\"_blank\"\u003e\n        \u003cimg  src=\"https://3labs-assets.b-cdn.net/assets/logos/banner-github/toms.png\" alt=\"Tom's Hardware - Notizie, recensioni, guide all'acquisto e approfondimenti per tutti gli appassionati di computer, smartphone, videogiochi, film, serie tv, gadget e non solo\" /\u003e  \n    \u003c/a\u003e\n    \u003ca href=\"https://spaziogames.it/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://3labs-assets.b-cdn.net/assets/logos/banner-github/spazio.png\" alt=\"Spaziogames - Tutto sul mondo dei videogiochi. Troverai tantissime anteprime, recensioni, notizie dei giochi per tutte le console, PC, iPhone e Android.\" /\u003e\n    \u003c/a\u003e\n    \u003cbr/\u003e\n    \u003ca href=\"https://cpop.it/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://3labs-assets.b-cdn.net/assets/logos/banner-github/cpop.png\" alt=\"Cpop - News, recensioni, guide su fumetto, cinema \u0026 serie TV, gioco da tavolo e di ruolo e collezionismo. Tutto quello di cui hai bisogno per rimanere aggiornato sul mondo della cultura pop\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://data4biz.com/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://3labs-assets.b-cdn.net/assets/logos/banner-github/d4b.png\" alt=\"Data4Biz - Sito dedicato alla trasformazione digitale del business\" /\u003e\n    \u003c/a\u003e\n    \u003cbr/\u003e\n    \u003ca href=\"https://soshomegarden.com/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://3labs-assets.b-cdn.net/assets/logos/banner-github/sos.png\" alt=\"SOS Home \u0026 Garden - Realtà dedicata a 360 gradi ai settori della casa e del giardino.\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://global.techradar.com/it-it\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://3labs-assets.b-cdn.net/assets/logos/banner-github/techradar.png\" alt=\"Techradar - Le ultime notizie e recensioni dal mondo della tecnologia, su computer, sistemi per la casa, gadget e altro.\" /\u003e\n    \u003c/a\u003e\n    \u003cbr/\u003e\n    \u003ca href=\"https://aibay.it/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://3labs-assets.b-cdn.net/assets/logos/banner-github/aibay.png\" alt=\"Aibay - Scopri AiBay, il leader delle notizie sull'intelligenza artificiale. Resta aggiornato sulle ultime innovazioni, ricerche e tendenze del mondo AI con approfondimenti, interviste esclusive e analisi dettagliate.\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://coinlabs.it/\" target=\"_blank\" \u003e\n        \u003cimg src=\"https://3labs-assets.b-cdn.net/assets/logos/banner-github/coinlabs.png\" alt=\"Coinlabs - Notizie, analisi approfondite, guide e opinioni aggiornate sul mondo delle criptovalute, blockchain e finanza\" /\u003e\n    \u003c/a\u003e\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-3labs-team%2Fnova-github-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-3labs-team%2Fnova-github-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-3labs-team%2Fnova-github-cards/lists"}