globus-studio/atomic-framework-application
最新稳定版本:0.0.1
Composer 安装命令:
composer create-project globus-studio/atomic-framework-application
包简介
Atomic Framework Application
README 文档
README
Lightweight application skeleton for Atomic Framework. Minimal setup and structure to start building applications with Atomic.
Repository:
- Framework: https://github.com/MADEVAL/Atomic-Framework
- Application skeleton: https://github.com/MADEVAL/Atomic-Framework-Application
Requirements:
- PHP >= 8.1 and Composer.
- MySQL/MariaDB.
- Redis recommended for cache and queues.
- PHP extensions: json, session, mbstring, fileinfo, pdo, pdo_mysql, curl.
Quick start:
git clone https://github.com/MADEVAL/Atomic-Framework-Application.git myapp
cd myapp
composer install
cp .env.example .env
php atomic init/key
php -S localhost:8000 -t public
Install via Composer:
composer create-project globus-studio/atomic-framework-application myapp
cd myapp
composer install
cp .env.example .env
php atomic init/key
php -S localhost:8000 -t public
Key folders:
app/- application code (controllers, models, middleware).bootstrap/- framework bootstrap and initialization.config/- configuration files.public/- web root.routes/,resources/,storage/- routes, templates, logs/uploads.
Common commands:
php atomic init- scaffold project.php atomic migrations/migrate- run migrations.php atomic queue/worker- start queue worker.php vendor/bin/phpunit- run tests.
License: GPL-3.0-or-later.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 26
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2026-04-29