Framework in open beta
· One min read
Beauty Framework now in open beta!
The framework has been released in its first beta version and can be installed using the command
composer create-project beuaty-framework/app
Github repo: https://github.com/beauty-framework/app
The first set of libraries is also ready:
beauty-framework/core
: Framework core librarybeauty-framework/http
: PSR-7 request/response wrappersbeauty-framework/validation
: Laravel-like request validationbeauty-framework/database
: Lightweight query builderbeauty-framework/cache
: PSR-6 cache adapterbeauty-framework/jobs
: Fiber-based job runner with RoadRunner supportbeauty-framework/cli
: Framework-aware CLI kernelbeauty-framework/parallels
: Parallel processing with Fibers (todo: RoadRunner)