{"id":33999655,"url":"https://github.com/chris-ware/nova-clock-card","last_synced_at":"2026-04-06T06:04:25.131Z","repository":{"id":56952289,"uuid":"146102919","full_name":"chris-ware/nova-clock-card","owner":"chris-ware","description":"A clock card for Laravel Nova","archived":false,"fork":false,"pushed_at":"2018-12-09T19:46:53.000Z","size":28,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-02T11:16:58.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chris-ware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-25T14:38:15.000Z","updated_at":"2021-06-11T09:56:22.000Z","dependencies_parsed_at":"2022-08-21T09:20:32.809Z","dependency_job_id":null,"html_url":"https://github.com/chris-ware/nova-clock-card","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/chris-ware/nova-clock-card","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-clock-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-clock-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-clock-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-clock-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chris-ware","download_url":"https://codeload.github.com/chris-ware/nova-clock-card/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-clock-card/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31461534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-12-13T09:04:31.527Z","updated_at":"2026-04-06T06:04:25.126Z","avatar_url":"https://github.com/chris-ware.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nova Clock Card\nA clock card for Laravel Nova\n\n[![Latest Stable Version](https://badgen.net/packagist/v/chris-ware/nova-clock-card)](https://packagist.org/packages/chris-ware/nova-clock-card)\n[![Total Downloads](https://badgen.net/packagist/dt/chris-ware/nova-clock-card)](ttps://packagist.org/packages/chris-ware/nova-clock-card)\n[![License](https://badgen.net/packagist/license/chris-ware/nova-clock-card)](ttps://packagist.org/packages/chris-ware/nova-clock-card)\n[![StyleCI](https://github.styleci.io/repos/146102919/shield?branch=master)](https://github.styleci.io/repos/146102919)\n\n ## Installation\n\nYou can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:\n\n```bash\ncomposer require chris-ware/nova-clock-card\n```\n\nNext, you must register the card with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.\n\n```php\n// in app/Providers/NovaServiceProvder.php\n\n// ...\npublic function cards()\n{\n    return [\n        // ...\n        new \\ChrisWare\\NovaClockCard\\NovaClockCard,\n    ];\n}\n```\n\n ## Customization\n You are able to customize date \u0026 time formats, locale and timezone and display type. By default locale and timezone is taken from `config/app.php`. The default display type is `text`. The `analogue` display type is also available.\n\n```php\n// in app/Providers/NovaServiceProvder.php\n\n// ...\npublic function cards()\n{\n    return [\n        // ...\n        (new \\ChrisWare\\NovaClockCard\\NovaClockCard)\n            -\u003elocale('sk')\n            -\u003edateFormat('dddd, Do MMMM YYYY')\n            -\u003etimeFormat('LTS')\n            -\u003etimezone('UTC')\n            -\u003edisplay('analogue'),\n    ];\n}\n```\n\n ## Information\n This card will pull in your set timezone from `config/app.php` and use it to display the date and time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-ware%2Fnova-clock-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris-ware%2Fnova-clock-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-ware%2Fnova-clock-card/lists"}