# livewire/livewire

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

Repository: https://github.com/livewire/livewire
Canonical: https://ross.abutalabs.com/products/livewire
Language: PHP
License: MIT
License Family: permissive
Last push: 2026-08-25T14:26:37+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 2759, "days_push": 8, "days_rel": 9, "gap_med": 3, "n_releases_24m": 66}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 23569, forks 1748 (observed 2026-08-28T04:11:35.066608+00:00)

## What it is
Livewire is a full-stack framework for Laravel that lets developers build dynamic, reactive UI components entirely in PHP without writing separate JavaScript. It handles the frontend-backend wiring automatically, making it a popular alternative to SPA frameworks for Laravel apps.

## Use cases
- build dynamic interfaces in Laravel without writing JavaScript
- create reactive UI components using only PHP
- replace a Vue or React SPA with a simpler Laravel stack
- add live search, forms, and modals to a Laravel app
- build full-stack Laravel applications with server-driven UIs

## When to choose
- you're a Laravel developer who wants dynamic UIs without learning a JS framework
- you want to keep frontend logic on the server in PHP
- you're building interactive forms, tables, or dashboards in Laravel

## When to avoid
- you need a fully client-side SPA with offline support
- your frontend is built with a separate JavaScript stack
- you're not using Laravel, since Livewire is tightly coupled to it

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, frontend-framework, ui-components, state-management, templating
- domain: web-development, frontend, backend
- platform: php
- tags: laravel, dynamic-uis, full-stack, no-javascript-framework, reactive-components, web-server

## Member repositories
- livewire/livewire (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:35.066608+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:56:26.969012+00:00, confidence not recorded.
  - readme: https://github.com/livewire/livewire (fetched 2026-08-28T04:11:35.066608+00:00, sha 39af39f497ab)
- Data as of 2026-08-30T08:39:29.467469+00:00.
