PHPackages                             inmanturbo/tandem - 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. inmanturbo/tandem

ActiveProject[Framework](/categories/framework)

inmanturbo/tandem
=================

The skeleton application for the Laravel framework.

v1.0.12(1y ago)11242MITPHPPHP ^8.2

Since Sep 25Pushed 1y ago1 watchersCompare

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

READMEChangelog (9)Dependencies (11)Versions (11)Used By (2)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6f81bac8038566fb43e8d31dab254a85c5403be7cdd0b93e42b596126b79b5e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e6d616e747572626f2f74616e64656d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inmanturbo/tandem)[![Total Downloads](https://camo.githubusercontent.com/515d095e3ea0299b78aeb83df3c83b30434808df49878310e0ca6043a50e93d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e6d616e747572626f2f74616e64656d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inmanturbo/tandem)

Tandem
======

[](#tandem)

Run Laravel apps in tandem like packages or modules

There are two ways to use tandem. You can use it as a template or a package.

As a package
------------

[](#as-a-package)

```
composer require inmanturbo/tandem
```

As a template
-------------

[](#as-a-template)

Clone or fork this repo.

Usage
-----

[](#usage)

Tandem is just a minimal laravel app and/or package with an additional artisan command `tandem`.

```
php artisan tandem    --init --install
```

Example:

```
php artisan tandem teams Inmanturbo Teams --init --install
```

The above example will create a directory called mod and install a laravel app into a folder called teams inside of it, renaming the App and Database namespaces to `Inmanturbo\Teams` and `Inmanturbo\Teams\Database`, respectively.

Also will update composer.json to reflect namespace, and add `Inmanturbo\Teams\Providers\AppServiceProvider` to the `extras.laravel.providers` array.

Additionally, any stub files found within `base_path('stubs/mod')` will be copied into the "package" as well, at the path relative to their path within `base_path('stubs/mod')`.

Lastly, it will add a local repository to your main app's composer.json at the path `mod/*`, and install the package into your app using a symlink.

You will be able to use your package as a project and/or package, and use artisan commands from within the package during development.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Every ~3 days

Total

9

Last Release

564d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0261babef618b8fb3bfcea84376ed5e71e7169586eb8de63a6550c2e7ea653a6?d=identicon)[inmanturbo](/maintainers/inmanturbo)

---

Top Contributors

[![inmanturbo](https://avatars.githubusercontent.com/u/47095624?v=4)](https://github.com/inmanturbo "inmanturbo (45 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/inmanturbo-tandem/health.svg)

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

###  Alternatives

[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)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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