{"id":17476665,"url":"https://github.com/schmeits/pulse-panphp","last_synced_at":"2025-07-24T12:11:13.081Z","repository":{"id":258295026,"uuid":"874612868","full_name":"schmeits/pulse-panphp","owner":"schmeits","description":"A Laravel Pulse card displaying PanPHP analytics","archived":false,"fork":false,"pushed_at":"2024-10-18T07:46:47.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T10:31:21.227Z","etag":null,"topics":["analytics","laravel","livewire","package","panphp","pulse"],"latest_commit_sha":null,"homepage":"","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/schmeits.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Tally Schmeits"}},"created_at":"2024-10-18T06:34:33.000Z","updated_at":"2024-10-18T09:18:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"edab37da-bd94-48b0-ab0d-f2d4c77cbbbb","html_url":"https://github.com/schmeits/pulse-panphp","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"3cb57f4dd51206ad9eb57151053e71855e6dcbb2"},"previous_names":["schmeits/pulse-panphp"],"tags_count":1,"template":false,"template_full_name":"spatie/package-skeleton-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmeits%2Fpulse-panphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmeits%2Fpulse-panphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmeits%2Fpulse-panphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmeits%2Fpulse-panphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schmeits","download_url":"https://codeload.github.com/schmeits/pulse-panphp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248170769,"owners_count":21059249,"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":["analytics","laravel","livewire","package","panphp","pulse"],"created_at":"2024-10-18T19:08:47.049Z","updated_at":"2025-04-10T06:36:39.819Z","avatar_url":"https://github.com/schmeits.png","language":"PHP","funding_links":["https://github.com/sponsors/Tally Schmeits"],"categories":["Cards"],"sub_categories":["Application"],"readme":"# A Laravel Pulse card displaying PanPHP analytics\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/schmeits/pulse-panphp.svg?style=flat-square)](https://packagist.org/packages/schmeits/pulse-panphp)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/schmeits/pulse-panphp/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/schmeits/pulse-panphp/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/schmeits/pulse-panphp.svg?style=flat-square)](https://packagist.org/packages/schmeits/pulse-panphp)\n\nThis pulse card displays the [Pan PHP Analytics](https://github.com/panphp/pan) information.\n\n![example-screenshot.png](docs-assets/screenshots/example-screenshot.png)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require schmeits/pulse-panphp\n```\n\n## Usage\n\n## Add to your dashboard\n\nTo add the card to the Pulse dashboard, you must first [publish the vendor view](https://laravel.com/docs/10.x/pulse#dashboard-customization).\n\nThen, you can modify the `dashboard.blade.php` file:\n\n```diff\n\u003cx-pulse\u003e\n+    \u003clivewire:pulse.panphp cols='6' /\u003e\n\n    \u003clivewire:pulse.servers cols=\"full\" /\u003e\n\n    \u003clivewire:pulse.usage cols=\"4\" rows=\"2\" /\u003e\n\n    \u003clivewire:pulse.queues cols=\"4\" /\u003e\n\n    \u003clivewire:pulse.cache cols=\"4\" /\u003e\n\n    \u003clivewire:pulse.slow-queries cols=\"8\" /\u003e\n\n    \u003clivewire:pulse.exceptions cols=\"6\" /\u003e\n\n    \u003clivewire:pulse.slow-requests cols=\"6\" /\u003e\n\n    \u003clivewire:pulse.slow-jobs cols=\"6\" /\u003e\n\n    \u003clivewire:pulse.slow-outgoing-requests cols=\"6\" /\u003e\n\n\u003c/x-pulse\u003e\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](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- [Tally Schmeits](https://github.com/schmeits)\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%2Fschmeits%2Fpulse-panphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschmeits%2Fpulse-panphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmeits%2Fpulse-panphp/lists"}