PHPackages                             200mph/myxa - 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. [Framework](/categories/framework)
4. /
5. 200mph/myxa

ActiveProject[Framework](/categories/framework)

200mph/myxa
===========

Myxa, a lightweight and flexible AI-powered PHP framework.

1.0.7(1mo ago)02MITPHPPHP &gt;=8.4CI passing

Since Apr 18Pushed 4w agoCompare

[ Source](https://github.com/200MPH/myxa)[ Packagist](https://packagist.org/packages/200mph/myxa)[ RSS](/packages/200mph-myxa/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (8)Dependencies (5)Versions (10)Used By (0)

Myxa Project
============

[](#myxa-project)

This repository is the application skeleton built on top of the Myxa framework. Myxa is a lightweight PHP framework powered by AI, and this project ships with Docker, a growing CLI, app-level providers, and examples of how to build HTTP, console, database, auth, cache, storage, queue, event, and rate-limit features in one place.

The developer experience is intentionally close to Laravel style, so teams coming from Laravel should feel at home quickly. The biggest differences are that the model and validator layers are leaner and a bit more explicit.

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

[](#quick-start)

The quickest local path is Docker, but Docker is not required if your host already has PHP, Composer, and the needed services available.

1. Copy the environment file:

```
cp .env.example .env
```

2. Start the local stack:

```
docker compose up --build -d
```

3. Install PHP dependencies inside the app container:

```
docker compose exec app composer install
```

4. Open the app:

```
https://myxa.localhost

```

If you want the full command list, run:

```
./myxa
```

If you want a host-native setup instead, see [Getting Started](docs/getting-started.md). That guide now covers both Docker and non-Docker boot paths.

Install Via Composer
--------------------

[](#install-via-composer)

The recommended way to start your own app is Composer:

```
composer create-project 200mph/myxa my-app dev-develop
cd my-app
cp .env.example .env
docker compose up --build -d
```

Then open:

```
https://myxa.localhost

```

This Composer-based path assumes your host already has Composer and a compatible PHP version available.

If you start from GitHub instead, create your own repository from the skeleton first. Avoid building your application directly in the upstream `200MPH/myxa` repository unless you are contributing to Myxa itself.

The fuller setup notes are in [Getting Started](docs/getting-started.md).

Common Commands
---------------

[](#common-commands)

```
./myxa version:show
./myxa route:cache
./myxa route:clear
./myxa cache:clear
./myxa queue:status
./myxa queue:work --once
./myxa queue:retry
./myxa queue:retry-all
./myxa queue:prune-failed --older-than=7d
./myxa storage:link
./myxa frontend:install vue
./myxa migrate
```

Documentation
-------------

[](#documentation)

- [Getting Started](docs/getting-started.md)
- [Configuration](docs/configuration.md)
- [Console and Scaffolding](docs/console-and-scaffolding.md)
- [HTTP Routing](docs/http-routing.md)
- [Validation](docs/validation.md)
- [Auth](docs/auth.md)
- [Rate Limiting and Throttling](docs/rate-limiting.md)
- [Database](docs/database.md)
- [Database Models and Queries](docs/database-models.md)
- [Database Migrations](docs/database-migrations.md)
- [Mongo Models](docs/mongo-models.md)
- [Cache](docs/cache.md)
- [Storage](docs/storage.md)
- [Queues](docs/queues.md)
- [Events, Listeners, and Services](docs/events-and-services.md)
- [Frontend](docs/frontend.md)

Project Notes
-------------

[](#project-notes)

- The preferred local CLI entry point is `./myxa`.
- Routes are not cached automatically. Use `./myxa route:cache` when you want a compiled route manifest.
- Public file URLs should use `/storage/...`, not `/public/storage/...`.
- The `app` Docker service runs as your host UID/GID by default so files created by web requests are easier to manage on the host.

For deeper framework internals, the upstream module guides live under `vendor/200mph/myxa-framework/src/*/README.md`.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance94

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

8

Last Release

30d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16258307?v=4)[Wojtek](/maintainers/200MPH)[@200MPH](https://github.com/200MPH)

---

Top Contributors

[![200MPH](https://avatars.githubusercontent.com/u/16258307?v=4)](https://github.com/200MPH "200MPH (24 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/200mph-myxa/health.svg)

```
[![Health](https://phpackages.com/badges/200mph-myxa/health.svg)](https://phpackages.com/packages/200mph-myxa)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M822](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
