{"id":15450374,"url":"https://github.com/foxws/wireuse","last_synced_at":"2026-03-17T22:15:27.657Z","repository":{"id":231926388,"uuid":"783033268","full_name":"foxws/wireuse","owner":"foxws","description":"Collection of useful Livewire utilities.","archived":false,"fork":false,"pushed_at":"2026-03-16T03:11:53.000Z","size":258,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"3.x","last_synced_at":"2026-03-16T13:58:11.112Z","etag":null,"topics":["blade","components","concerns","foxws","laravel","library","livewire","utilities"],"latest_commit_sha":null,"homepage":"https://github.com/foxws/wireuse/tree/3.x/docs","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/foxws.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"foxws"}},"created_at":"2024-04-06T18:49:25.000Z","updated_at":"2026-03-16T03:10:50.000Z","dependencies_parsed_at":"2024-05-03T13:55:31.829Z","dependency_job_id":"aed05b28-e99b-4f94-8cb7-87aed45bc93c","html_url":"https://github.com/foxws/wireuse","commit_stats":{"total_commits":110,"total_committers":2,"mean_commits":55.0,"dds":"0.027272727272727226","last_synced_commit":"20be20961bfb74e7aa04eb2a550e054cb091e704"},"previous_names":["foxws/wireuse"],"tags_count":54,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/foxws/wireuse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxws%2Fwireuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxws%2Fwireuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxws%2Fwireuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxws%2Fwireuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxws","download_url":"https://codeload.github.com/foxws/wireuse/tar.gz/refs/heads/3.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxws%2Fwireuse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30633243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"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":["blade","components","concerns","foxws","laravel","library","livewire","utilities"],"created_at":"2024-10-01T21:04:56.186Z","updated_at":"2026-03-17T22:15:27.618Z","avatar_url":"https://github.com/foxws.png","language":"PHP","funding_links":["https://github.com/sponsors/foxws"],"categories":[],"sub_categories":[],"readme":"# WireUse\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/foxws/wireuse.svg?style=flat-square)](https://packagist.org/packages/foxws/wireuse)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/foxws/wireuse/run-tests.yml?branch=3.x\u0026label=tests\u0026style=flat-square)](https://github.com/foxws/wireuse/actions?query=workflow%3Arun-tests+branch%3A3.x)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/foxws/wireuse/fix-php-code-style-issues.yml?branch=3.x\u0026label=code%20style\u0026style=flat-square)](https://github.com/foxws/wireuse/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3A3.x)\n[![Total Downloads](https://img.shields.io/packagist/dt/foxws/wireuse.svg?style=flat-square)](https://packagist.org/packages/foxws/wireuse)\n\nThis packages offers a collection of useful [Livewire](https://livewire.laravel.com/) utilities and components.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require foxws/wireuse\n```\n\nOptionally, you can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"wireuse-config\"\n```\n\n## Usage\n\nThis is a selection of the available features:\n\n- [Property Synthesizers](docs/property-synthesizers.md) - Force usage of model route-keys, instead of model ids.\n- [Components](docs/component-extensions.md) - Components like `Page` and useful traits.\n- [Forms](docs/form-extensions.md) - Traits and extensions for [Livewire Forms](https://livewire.laravel.com/docs/forms).\n- [State Objects](docs/state-objects.md) - State objects are based on states that you find, for example, in a VueJS Store.\n- [Structure Scout](docs/structure-scout.md) - Supported by [spatie/php-structure-discoverer](https://github.com/spatie/php-structure-discoverer) package, it provides a scout to discover and register components, which also offers benefits such as caching.\n- [HTML](docs/laravel-html.md) - Extends Spatie's [laravel-html](https://spatie.be/docs/laravel-html/v3/introduction) to generate HTML using a clean, simple and easy to read API.\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- [Foxws](https://github.com/foxws)\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%2Ffoxws%2Fwireuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxws%2Fwireuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxws%2Fwireuse/lists"}