承接 200mph/myxa 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

200mph/myxa

最新稳定版本:1.0.7

Composer 安装命令:

composer create-project 200mph/myxa

包简介

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

README 文档

README

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

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
  1. Start the local stack:
docker compose up --build -d
  1. Install PHP dependencies inside the app container:
docker compose exec app composer install
  1. 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. That guide now covers both Docker and non-Docker boot paths.

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.

Common Commands

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

Documentation

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.

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-04-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固