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(1y ago)01MITPHPPHP ^8.1

Since Jun 17Pushed 1y agoCompare

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

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

24

—

LowBetter than 31% of packages

Maintenance48

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

381d 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/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M150](/packages/laravel-mcp)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M587](/packages/laravel-boost)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M131](/packages/laravel-pulse)

PHPackages © 2026

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