PHPackages                             open-southeners/laravel-companion-apps - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. open-southeners/laravel-companion-apps

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

open-southeners/laravel-companion-apps
======================================

Extend your Laravel applications with companions apps (Android, iOS, PWA...)

2.2.0(2mo ago)234.4k1MITPHPPHP ^8.2CI passing

Since Jan 11Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/open-southeners/laravel-companion-apps)[ Packagist](https://packagist.org/packages/open-southeners/laravel-companion-apps)[ GitHub Sponsors](https://github.com/sponsors/open-southeners)[ RSS](/packages/open-southeners-laravel-companion-apps/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (6)Dependencies (18)Versions (7)Used By (0)

Laravel Companion Apps [![required php version](https://camo.githubusercontent.com/cd450bb990dc79ee92731ec3b6e9fcb62920f2e502ab0371fb32bd2be2c4b76f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6f70656e2d736f757468656e6572732f6c61726176656c2d636f6d70616e696f6e2d61707073)](https://www.php.net/supported-versions.php) [![codecov](https://camo.githubusercontent.com/add79f296fbb9fc7913600c5d8722dc268343231b649797079e3bb3c3f5ff796/68747470733a2f2f636f6465636f762e696f2f67682f6f70656e2d736f757468656e6572732f6c61726176656c2d636f6d70616e696f6e2d617070732f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d38615a43716844666233)](https://codecov.io/gh/open-southeners/laravel-companion-apps) [![Edit on VSCode online](https://camo.githubusercontent.com/1e825ede949540f53ec4dce8dc8ad93376081856a01b7e3ce2f24f41c9133405/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7673636f64652d656469742532306f6e6c696e652d626c75653f6c6f676f3d76697375616c73747564696f636f6465)](https://vscode.dev/github/open-southeners/laravel-companion-apps)
==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#laravel-companion-apps---)

Extend your Laravel applications with companions apps (Android, Apple, Progressive Web Applications...).

Key features
------------

[](#key-features)

- Allow app links (also called [deep links](https://developer.android.com/training/app-links)) on Android apps:
    - Generates the `.well-known/assetlinks.json` file for app links verification
    - Redirects to app links (`redirect()->toApp(Companion::android('com.my_company.my_app'), 'products/1')` or `Companion::android('com.my_company.my_app')->redirect('products/1')`)
    - Generates app links (`Companion::android('com.my_company.my_app')->link('products/1')`)
- Allow app links (also called [universal links](https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app)) on iOS apps:
    - Generates the `apple-app-site-association` file for app links verification
    - Redirects to app links (`redirect()->toApp(Companion::ios('com.my_company.my_app'))` or `Companion::ios('com.my_company.my_app')->redirect('products/1')`)
    - Generates app links (`Companion::ios('com.my_company.my_app')->link('products/1')->fallbackToStore()`)
- Add smart banner (**Apple only for now**) using Blade directive `@companionMetaTags` or facade's method `app('companion')->metaTags()`

Getting started
---------------

[](#getting-started)

```
composer require open-southeners/laravel-companion-apps
```

Documentation
-------------

[](#documentation)

To learn how to use everything you should check the [official documentation](https://docs.opensoutheners.com/laravel-companion-apps).

Partners
--------

[](#partners)

[![skore logo](https://github.com/open-southeners/partners/raw/main/logos/skore_logo.png)](https://getskore.com)

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance84

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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 ~164 days

Recently: every ~175 days

Total

6

Last Release

82d ago

Major Versions

1.0.0 → 2.0.02024-05-14

PHP version history (2 changes)1.0.0PHP ^8.1

2.1.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2331052?v=4)[Ruben Robles](/maintainers/d8vjork)[@d8vjork](https://github.com/d8vjork)

---

Top Contributors

[![d8vjork](https://avatars.githubusercontent.com/u/2331052?v=4)](https://github.com/d8vjork "d8vjork (30 commits)")

---

Tags

android-app-linksapple-app-site-associationcompanion-applaravellaravel-packagenative-appspwa-appsutility-packageopen-southenerscompanion-appslaravel-mobile

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/open-southeners-laravel-companion-apps/health.svg)

```
[![Health](https://phpackages.com/badges/open-southeners-laravel-companion-apps/health.svg)](https://phpackages.com/packages/open-southeners-laravel-companion-apps)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M199](/packages/laravel-ai)[livewire/flux

The official UI component library for Livewire.

9527.8M128](/packages/livewire-flux)[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k95](/packages/nativephp-mobile)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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