PHPackages                             iadewunmi/arbour - 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. iadewunmi/arbour

ActiveLibrary[Framework](/categories/framework)

iadewunmi/arbour
================

This package implements the Arbour Software Architectural Pattern

1.x-dev(1y ago)02[5 PRs](https://github.com/ife-adewunmi/arbour/pulls)MITPHPPHP ^8.2CI passing

Since Jul 13Pushed 1mo agoCompare

[ Source](https://github.com/ife-adewunmi/arbour)[ Packagist](https://packagist.org/packages/iadewunmi/arbour)[ Docs](https://github.com/ife-adewunmi/arbour)[ RSS](/packages/iadewunmi-arbour/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (7)Used By (0)

This package implements the Arbour, a modern Software Architectural Pattern
===========================================================================

[](#this-package-implements-the-arbour-a-modern-software-architectural-pattern)

[![Latest Version on Packagist](https://camo.githubusercontent.com/161f0311c5c856589addbc8be3a96876dcb0a2288235c14b45b7b1ae15e2cca8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6961646577756e6d692f6172626f75722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iadewunmi/arbour)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d855bcf568b48631e3e4b0d4d34ee28b1b6f88568cef1f28c7ac362514f2dc36/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f6c61726176656c2d706f72746f2f72756e2d74657374732e796d6c3f6272616e63683d332e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibec-box/laravel-porto/actions?query=workflow:run-tests+branch:3.x)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/314bab8cdb04d5d957af2df04829e5517c92159f7af9ca61a449f70cfb18f5b2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f6c61726176656c2d706f72746f2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d332e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibec-box/laravel-porto/actions?query=workflow:%22Fix+PHP+code+style+issues%22+branch:3.x)[![Total Downloads](https://camo.githubusercontent.com/c053b885ff670190df4d9738f39ca6cc0e5573b11191009c78c431490aebc471/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6961646577756e6d692f6172626f75722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iadewunmi/arbour)

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

[](#requirements)

- Laravel 11
- Filament 3
- Spatie/Laravel-Data v4

Roadmap
-------

[](#roadmap)

- Add Stem folder generator command
- Auto import MainServiceProvider to StemProvider
- Remove RouteServiceProvider
- Support Filament v3, add FilamentPlugin to generator
- Update Arbour installing documentation

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

[](#installation)

You can install the package via composer:

```
composer require iadewunmi/arbour
```

And run this command to copy **Stem** folder and import StemProvider

```
php artisan arbour:init
```

You can try running this command to check the successful installation **Arbour**:

```
php artisan arbour:check
```

You can publish the config file with:

```
php artisan vendor:publish --tag="arbour"
```

Usage
-----

[](#usage)

You can generate new container via command:

```
php artisan make:arbour-branch
```

You can see other generate commands:

```
php artisan make:arbour
```

Standard Container's Structure:

```
Branch
	├── Database
	├── Models
	├── Providers
	│   └── MainServiceProvider.php
	└── UI
	    ├── WEB
	    │   ├── Routes
	    │   ├── Controllers
	    │   └── Views
	    ├── API
	    │   ├── Routes
	    │   ├── Controllers
	    │   ├── Actions
	    │   ├── DTO
	    │   ├── RequestDTO
	    │   └── Routes
	    └── CLI
	        ├── Routes
	        └── Commands

```

Filament v2 Structure:

```
Branch
	├── Providers
	│   └── FilamentServiceProvider.php
	└── UI
	    └── Filament
	        └── Resources
	            └── FilamentResource.php

```

Filament v3 Structure:

```
Branch
	└── UI
	    └── Filament
	        ├── Resources
	        │   └── FilamentResource.php
	        └── FilamentPlugin.php

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ifeoluwa Adewunmi](https://github.com/ife-adewunmi)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance66

Regular maintenance activity

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

668d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76a870b5abdcb375c9dd5f59e0bf4e869b505abfe348831c36bf6fc2586c6f44?d=identicon)[iadewunmi](/maintainers/iadewunmi)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")[![ife-adewunmi](https://avatars.githubusercontent.com/u/79491346?v=4)](https://github.com/ife-adewunmi "ife-adewunmi (4 commits)")

---

Tags

laravelPorto SAParbour

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/iadewunmi-arbour/health.svg)

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

###  Alternatives

[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

17959.0k](/packages/lunarstorm-laravel-ddd)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[jonpurvis/squeaky

A Laravel Validation Rule to Help Catch Profanity.

706.0k](/packages/jonpurvis-squeaky)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

188.5k](/packages/tarfin-labs-event-machine)[basillangevin/laravel-data-json-schemas

Transforms Spatie Data objects into JSON Schemas with built-in validation

1312.2k1](/packages/basillangevin-laravel-data-json-schemas)

PHPackages © 2026

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