PHPackages                             breality/atlas-laravel - 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. breality/atlas-laravel

ActiveProject[Framework](/categories/framework)

breality/atlas-laravel
======================

Atlas-Laravel: starter officiel Breality pour Laravel avec génération automatique de features, services, tests et documentation.

v1.3.0(4mo ago)017MITBladePHP \*

Since Jan 7Pushed 4mo agoCompare

[ Source](https://github.com/Breality-studio/atlas-laravel)[ Packagist](https://packagist.org/packages/breality/atlas-laravel)[ RSS](/packages/breality-atlas-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (12)Used By (0)

Atlas-Laravel
=============

[](#atlas-laravel)

Atlas-Laravel est le **starter officiel Breality** pour Laravel.
Il sert à standardiser le développement de projets internes et futurs, en fournissant :

- Un **starter Laravel** toujours à jour (dernière version stable)
- Des **générateurs de Features et Services**
- Une **documentation automatique**
- Des **tests unitaires et fonctionnels automatisés**
- Un **workflow standardisé** respectant PSR-12

Objectif
--------

[](#objectif)

Créer un projet Laravel prêt à l'emploi pour tous les projets Breality, en garantissant :

- Cohérence dans le code et la structure
- Installation rapide et automatisée

Structure du projet
-------------------

[](#structure-du-projet)

```
atlas-laravel/
│
├── README.md
├── composer.json
├── .env.example
├── .gitignore
├── atlas/
│   ├── Core/        # Logique centrale, helpers, configuration
│   ├── Generators/  # Génération de Features et Services
│   ├── Docs/        # Documentation automatique
│   └── Tests/       # Tests automatiques
├── app/             # Laravel standard
├── routes/
├── database/
├── resources/
├── tests/
└── artisan

```

Prochaines étapes
-----------------

[](#prochaines-étapes)

- Créer la commande `atlas:setup` pour configurer le projet
- Vérification et création de la base de données (locale + test)
- Génération automatique de Features et Services
- Mise en place de la documentation et des tests automatiques

```

---

## **4️⃣ `.gitignore` initial**

```

/vendor /node\_modules /.env /.idea /.vscode /public/storage /storage/\*.key

```

---

## **5️⃣ Composer.json minimal pour Phase 0**

```json
{
    "name": "breality/atlas-laravel",
    "type": "project",
    "require": {
        "php": "^8.1",
        "laravel/framework": "*"
    },
    "autoload": {
        "psr-4": {
            "Breality\\AtlasCore\\": "atlas/Core/"
        }
    },
    "scripts": {
        "post-create-project-cmd": [
            "@php artisan atlas:setup"
        ]
    }
}

```

- Laravel prendra **toujours la dernière version stable** grâce à `"laravel/framework": "*"`
- `post-create-project-cmd` prépare la future commande interactive (`atlas:setup`)

---

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance77

Regular maintenance activity

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% 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

Every ~0 days

Total

11

Last Release

123d ago

PHP version history (2 changes)v1.0.0PHP ^8.2

v1.3.0PHP \*

### Community

Maintainers

![](https://www.gravatar.com/avatar/9930dae06a439124cc1bccc539dbde17cdfccdac7377fd4391a5e05acb01d014?d=identicon)[christ-hope](/maintainers/christ-hope)

---

Top Contributors

[![esperance-christ](https://avatars.githubusercontent.com/u/133258288?v=4)](https://github.com/esperance-christ "esperance-christ (13 commits)")[![christ-hope](https://avatars.githubusercontent.com/u/83456201?v=4)](https://github.com/christ-hope "christ-hope (2 commits)")

---

Tags

frameworklaravelatlasbreality

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/breality-atlas-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/breality-atlas-laravel/health.svg)](https://phpackages.com/packages/breality-atlas-laravel)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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