PHPackages                             binarycabin/laravel-branding - 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. binarycabin/laravel-branding

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

binarycabin/laravel-branding
============================

Simple integration for basic dynamic branding. Useful for white-labeling apps

1.0.0(8y ago)11.3kMITPHP

Since Nov 16Pushed 8y agoCompare

[ Source](https://github.com/binarycabin/laravel-branding)[ Packagist](https://packagist.org/packages/binarycabin/laravel-branding)[ RSS](/packages/binarycabin-laravel-branding/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel-Branding
================

[](#laravel-branding)

Simple integration for basic dynamic branding. Useful for white-labeling apps

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

[](#installation)

```
composer require binarycabin/laravel-branding

```

Usage
-----

[](#usage)

Instead of adding your brand graphics, files, etc. within /resources, add them to a /branding directory.

In your .gitignore file, be sure to add:

```
/branding

```

So you can keep your branding files separate from your repository.

Next, in your web.php routes file add the routing necessary to ensure any files in your /branding directory will be accessible by accessing siteurl.com/branding/... :

```
Branding::routes();

```

This package also comes with a simple method "Branding::hasLogo()" to verify a file exists at /branding/img/logo.png. You can use the code below in your layout view to display the app name, or a logo if one exists:

```

        @if(Branding::hasLogo())

        @else
                {{ config('app.name', 'Laravel') }}
        @endif

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3151d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33656106?v=4)[Binary Cabin](/maintainers/binarycabin)[@binarycabin](https://github.com/binarycabin)

---

Top Contributors

[![kilrizzy](https://avatars.githubusercontent.com/u/132478?v=4)](https://github.com/kilrizzy "kilrizzy (1 commits)")

### Embed Badge

![Health badge](/badges/binarycabin-laravel-branding/health.svg)

```
[![Health](https://phpackages.com/badges/binarycabin-laravel-branding/health.svg)](https://phpackages.com/packages/binarycabin-laravel-branding)
```

###  Alternatives

[houdunwang/arr

数组增强组件主要是对数组等数据进行处理，如无限级分类操作、商品规格的迪卡尔乘积运算等

758.6k13](/packages/houdunwang-arr)[taniko/dijkstra

dijkstra algorithm

208.9k1](/packages/taniko-dijkstra)

PHPackages © 2026

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