MixPHP is a PHP command line mode development framework; Vega-driven HTTP can support Swoole, WorkerMan, FPM, CLI-Server ecology at the same time, and can switch seamlessly; V3 is a highly decoupled version, and the overall code is based on multiple independent Even if users do not use our scaffolding, they can still use these independent modules, and all modules support native development. For example: you can only use mix/vega with laravelorm; you can use mix/database and mix/redis in any environment; you can use mix/grpc native code to write gRPC; you can combine all modules at will like building blocks.
Standalone module:
All core modules can be used independently and support native code development.
CLI mode HTTP network framework written by mix/vegaPHP, supporting Swoole, WorkerMan, FPM, CLI-Server
mix/database is a lightweight database that can be used in various environments, supporting FPM, CLI, Swoole, WorkerMan, and optional connection pool (coroutine)
mix/redis PHPRedis can be used in various environments, supports FPM, CLI, Swoole, WorkerMan, optional connection pool (coroutine)
mix/redis-subscribe Redis native protocol subscription library based on Swoole coroutine
mix/grpc is a PHPgRPC library based on Swoole coroutine, including protoc code generator, server and client.
mix/websocket PHPWebSocket server and client based on Swoole coroutine
mix/cliPHP command line interactive commander
mix/worker-pool is a coroutine pool and work pool library based on Swoole
mix/validator PSR-7 based verification library
mix/event is an event scheduling library based on the PSR-14 standard