PHPackages                             sushilk/phx - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. sushilk/phx

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

sushilk/phx
===========

A modern PHP frontend rendering and reactive UI library inspired by JSX, HTMX, Livewire, and server-driven UI concepts

10PHPCI passing

Since May 13Pushed 3w agoCompare

[ Source](https://github.com/codebysushil/phx)[ Packagist](https://packagist.org/packages/sushilk/phx)[ RSS](/packages/sushilk-phx/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHX
===

[](#phx)

> A modern PHP frontend rendering and reactive UI library inspired by JSX, HTMX, Livewire, and server-driven UI concepts.

⚠️ **WARNING: DEVELOPMENT PHASE**

Warning

PHX is currently in **active development** and is **NOT production ready** yet.

Features, APIs, folder structure, rendering behavior, and runtime internals may change at any time without backward compatibility.

### Current Status

[](#current-status)

- Experimental runtime
- Internal APIs may break
- Incomplete documentation
- Performance optimizations in progress
- Security audit not completed
- Some features are unstable or partially implemented

Use this library only for:

- Learning
- Experimentation
- Local projects
- Prototype applications
- Contributing and testing

Do **NOT** use PHX in critical production systems yet.

---

Features
--------

[](#features)

- JSX-like PHP syntax
- Reactive server-side rendering
- HTMX-friendly architecture
- Zero JavaScript optional components
- Blade-like templating concepts
- Component-based UI
- Lightweight runtime
- PHP-first developer experience

---

Installation
------------

[](#installation)

```
composer require sushilk/phx
```

Example
-------

[](#example)

```
