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.1.1(1y ago)233.9k1MITPHPPHP ^8.2CI passing

Since Jan 11Pushed 1y 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 1mo ago

READMEChangelog (5)Dependencies (9)Versions (6)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

39

—

LowBetter than 86% of packages

Maintenance44

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community8

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

Total

5

Last Release

434d 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://www.gravatar.com/avatar/3a77db503aca4f77ebd99d5083432b8d9eee1131c2a572bb890aabd6b993f9d1?d=identicon)[d8vjork](/maintainers/d8vjork)

---

Top Contributors

[![d8vjork](https://avatars.githubusercontent.com/u/2331052?v=4)](https://github.com/d8vjork "d8vjork (28 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

[livewire/flux

The official UI component library for Livewire.

9385.0M86](/packages/livewire-flux)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[dcblogdev/laravel-module-generator

Generate Laravel Modules from a template.

7710.1k1](/packages/dcblogdev-laravel-module-generator)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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