PHPackages                             homedeve/coreflow - 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. homedeve/coreflow

ActiveLibrary[Framework](/categories/framework)

homedeve/coreflow
=================

Laravel Clean Architecture &amp; DDD Toolkit by Homedeve

v0.1.0(11mo ago)01MITPHPPHP ^8.1

Since Jun 17Pushed 11mo agoCompare

[ Source](https://github.com/homedeve/coreflow)[ Packagist](https://packagist.org/packages/homedeve/coreflow)[ RSS](/packages/homedeve-coreflow/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Coreflow — Laravel Clean Architecture &amp; DDD Toolkit
=======================================================

[](#coreflow--laravel-clean-architecture--ddd-toolkit)

**Coreflow** est un package Laravel développé par [Homedeve](https://homedeve.com), conçu pour générer automatiquement une structure DDD + Clean Architecture dans vos projets Laravel, sans casser les conventions natives du framework. Il propose aussi des commandes Artisan pour accélérer la création des fichiers métier.

---

🚀 Fonctionnalités principales
-----------------------------

[](#-fonctionnalités-principales)

- `php artisan coreflow:install` → met en place l’arborescence complète (core/, infrastructure/, etc.)
- `php artisan make:entity User` → génère une entité métier dans `core/Domain/...`
- `php artisan make:usecase CreateUser` → génère un use case prêt à l’emploi
- `php artisan make:dto UserData` → génère un DTO associé à un cas d’usage
- `php artisan make:repository UserRepository` → génère l’interface + stub Eloquent
- Et plus encore à venir !

---

📁 Arborescence générée
----------------------

[](#-arborescence-générée)

```
project-root/
├── src/
│   ├── Domain/
    │   ├── Domain1/
                  ├── Entities/
                  ├── Repositories/
                  └── ValueObjects/
│   ├── Application/
│   │   ├── DTOs/
│   │   ├── UseCases/
│   │   └── Services/
│   └── Shared/
│       ├── Exceptions/
│       └── Interfaces/
    ├── infrastructure/
    │   ├── Persistence/
    │   ├── Pdf/
    │   └── Notifications/
    ├── app/
    │   └── Providers/CoreflowServiceProvider.php

```

---

📦 Installation (à venir sur Packagist)
--------------------------------------

[](#-installation-à-venir-sur-packagist)

```
composer require homedeve/coreflow
php artisan coreflow:install
```

---

✅ Objectifs atteints
--------------------

[](#-objectifs-atteints)

- Respect total des principes Clean Architecture
- Compatible 100 % Laravel
- Dossiers et fichiers en anglais uniquement
- Fichier `README.md` inclus dans chaque sous-dossier si besoin

---

🛠️ Commandes Artisan prévues (Roadmap)
--------------------------------------

[](#️-commandes-artisan-prévues-roadmap)

CommandeDescription`coreflow:install`Initialise le squelette complet`make:entity`Crée une entité métier`make:dto`Crée un DTO`make:usecase`Crée un Use Case`make:repository`Crée une interface + stub`coreflow:bind` (à venir)Lie une interface à son implémentation---

📘 Licence
---------

[](#-licence)

Projet open source sous licence MIT.

Développé avec ❤️ par Homedeve et Camel Djoulako.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance52

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

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

335d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29cdf6df92c092518514050f38ba9341e46e71f45b9daf83fc5c3ed5a19110f4?d=identicon)[cameldjoulako](/maintainers/cameldjoulako)

---

Top Contributors

[![cameldjoulako](https://avatars.githubusercontent.com/u/24195550?v=4)](https://github.com/cameldjoulako "cameldjoulako (10 commits)")

### Embed Badge

![Health badge](/badges/homedeve-coreflow/health.svg)

```
[![Health](https://phpackages.com/badges/homedeve-coreflow/health.svg)](https://phpackages.com/packages/homedeve-coreflow)
```

###  Alternatives

[laravel/tinker

Powerful REPL for the Laravel framework.

7.4k423.8M1.8k](/packages/laravel-tinker)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)

PHPackages © 2026

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