PHPackages                             globus-studio/atomic-framework-application - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. globus-studio/atomic-framework-application

ActiveProject[Framework](/categories/framework)

globus-studio/atomic-framework-application
==========================================

Atomic Framework Application

0.0.1(2mo ago)3252GPL-3.0-or-laterPHPPHP &gt;=8.1

Since Apr 29Pushed 2mo ago13 watchersCompare

[ Source](https://github.com/MADEVAL/Atomic-Framework-Application)[ Packagist](https://packagist.org/packages/globus-studio/atomic-framework-application)[ RSS](/packages/globus-studio-atomic-framework-application/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Atomic Application — Skeleton
=============================

[](#atomic-application--skeleton)

[![License: GPL-3.0](https://camo.githubusercontent.com/8b59d97f09166dc0016167b7b0cf9a5830ee03c63f582ebd7ed5848ad497f1ef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d2d332e302d626c75652e737667)](LICENSE)[![PHP](https://camo.githubusercontent.com/e236c7085a7471f18160d403c49794089cd9cb6a204291406a001db30fbeed96/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344382e312d3737374242342e737667)](https://www.php.net/)

Lightweight application skeleton for Atomic Framework. Minimal setup and structure to start building applications with Atomic.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1 and Composer.
- MySQL/MariaDB.
- Redis recommended for cache and queues.
- PHP extensions: json, session, mbstring, fileinfo, pdo, pdo\_mysql, curl.

Installation
------------

[](#installation)

```
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
```

Or clone directly:

```
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
```

Project Structure
-----------------

[](#project-structure)

- `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
---------------

[](#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.

Links
-----

[](#links)

- Framework:
- Skeleton:

License
-------

[](#license)

GPL-3.0-or-later. See [LICENSE](LICENSE).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance86

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 86.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

87d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/285d32ac89643c66426e75f97a13c5eee2d8e8b809efd2d6fdde4665837b7b63?d=identicon)[Yevhen Leonidov](/maintainers/Yevhen%20Leonidov)

---

Top Contributors

[![LukashevychAndrii](https://avatars.githubusercontent.com/u/131551370?v=4)](https://github.com/LukashevychAndrii "LukashevychAndrii (31 commits)")[![MADEVAL](https://avatars.githubusercontent.com/u/10908537?v=4)](https://github.com/MADEVAL "MADEVAL (5 commits)")

### Embed Badge

![Health badge](/badges/globus-studio-atomic-framework-application/health.svg)

```
[![Health](https://phpackages.com/badges/globus-studio-atomic-framework-application/health.svg)](https://phpackages.com/packages/globus-studio-atomic-framework-application)
```

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[alizharb/laravel-modular

A professional, framework-agnostic modular architecture for Laravel 11+. Features zero-config autoloading, 29+ Artisan command overrides, and seamless Vite integration.

211.6k9](/packages/alizharb-laravel-modular)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
