{"id":41919250,"url":"https://github.com/finller/filament-kpi","last_synced_at":"2026-01-25T16:36:47.991Z","repository":{"id":211742345,"uuid":"729852199","full_name":"finller/filament-kpi","owner":"finller","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-29T17:54:37.000Z","size":44,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-29T19:04:12.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/finller.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"finller"}},"created_at":"2023-12-10T14:59:32.000Z","updated_at":"2023-12-10T14:59:37.000Z","dependencies_parsed_at":"2023-12-10T16:27:24.900Z","dependency_job_id":"d7f48d8c-8c48-40c3-9c0e-2d562b9f7228","html_url":"https://github.com/finller/filament-kpi","commit_stats":null,"previous_names":["finller/filament-kpi"],"tags_count":0,"template":false,"template_full_name":"filamentphp/plugin-skeleton","purl":"pkg:github/finller/filament-kpi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finller%2Ffilament-kpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finller%2Ffilament-kpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finller%2Ffilament-kpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finller%2Ffilament-kpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finller","download_url":"https://codeload.github.com/finller/filament-kpi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finller%2Ffilament-kpi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-25T16:36:47.900Z","updated_at":"2026-01-25T16:36:47.977Z","avatar_url":"https://github.com/finller.png","language":"PHP","funding_links":["https://github.com/sponsors/finller"],"categories":[],"sub_categories":[],"readme":"# Display Kpis from laravel-kpi in Filament\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/finller/filament-kpi.svg?style=flat-square)](https://packagist.org/packages/finller/filament-kpi)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/finller/filament-kpi/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/finller/filament-kpi/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/finller/filament-kpi/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/finller/filament-kpi/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/finller/filament-kpi.svg?style=flat-square)](https://packagist.org/packages/finller/filament-kpi)\n\n\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require finller/filament-kpi\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"filament-kpi-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"filament-kpi-config\"\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"filament-kpi-views\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\n## Usage\n\n```php\n$filamentKpi = new Finller\\FilamentKpi();\necho $filamentKpi-\u003eechoPhrase('Hello, Finller!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Quentin Gabriele](https://github.com/QuentinGab)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinller%2Ffilament-kpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinller%2Ffilament-kpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinller%2Ffilament-kpi/lists"}