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.2kMITPHP

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 1mo ago

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 68% 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

3103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e01b4ded7a035f5dee8df87c3e5afd2828fa19ea2e94f9e05b2d7f21f2139ea1?d=identicon)[binarycabin](/maintainers/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)
```

PHPackages © 2026

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