PHPackages                             syntaxx/phpx-starter-kit - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. syntaxx/phpx-starter-kit

ActiveProject[Utility &amp; Helpers](/categories/utility)

syntaxx/phpx-starter-kit
========================

PHPX starter kit

v0.1.1(6mo ago)02MITJavaScriptPHP &gt;=8.3

Since Nov 2Pushed 6mo agoCompare

[ Source](https://github.com/Syntaxx-HQ/PHPX-StarterKit)[ Packagist](https://packagist.org/packages/syntaxx/phpx-starter-kit)[ RSS](/packages/syntaxx-phpx-starter-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

PHPX Starter Kit
================

[](#phpx-starter-kit)

**React-like components in PHP, running in your browser via WebAssembly.**

Build interactive web applications using familiar JSX syntax, component-based architecture, and React hooks—all in PHP!

Quick Start
-----------

[](#quick-start)

Create a new PHPX project in seconds:

```
composer create-project syntaxx/phpx-starter-kit my-app
cd my-app
composer wasm
composer serve
```

Open `http://localhost:9999` and start building! 🚀

Your First Component
--------------------

[](#your-first-component)

Create interactive components with JSX syntax and React hooks:

```
