Skip to content

PrestoWorld/PrestoWorld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

252 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrestoWorld DigitalCore

High-performance enterprise management framework built on Witals.

Quick Start

composer install
cp .env.example .env
php witals serve

See docs/quick-start.md for detailed setup.

Documentation

Document Purpose
ARCHITECTURE.md Namespace ownership, directory structure, dependency flow
docs/quick-start.md Local dev setup, common commands
docs/module-guide.md Module conventions, manifest.json spec
framework/presto/README.md Business logic structure

Project Map

app/                  → App code (App\)
framework/presto/     → Business modules (PrestoWorld\)
framework/witals/     → Framework core (Witals\Framework\)
config/               → Runtime configuration
storage/              → Cache, logs, uploads (gitignored)
docs/                 → Developer guides

Tech Stack

  • PHP 8.1+, strict types
  • Witals Framework (container, module system, HTTP)
  • Cycle ORM / Database
  • Spiral Stempler (views)
  • RoadRunner / Swoole / FPM (runtimes)

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 78.2%
  • TypeScript 18.4%
  • SCSS 2.9%
  • Other 0.5%