PHPackages                             wdmtech/enviricons - 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. wdmtech/enviricons

ActiveLibrary[Framework](/categories/framework)

wdmtech/enviricons
==================

Environment-specific favicons for local, development and staging environments in Laravel

2.0.3(10y ago)121.3kMITPHPPHP &gt;=5.5.9

Since Apr 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wdmtech/enviricons)[ Packagist](https://packagist.org/packages/wdmtech/enviricons)[ RSS](/packages/wdmtech-enviricons/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (10)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/aced3c19ddd504dc3c01efb1d2d1ea525b94bc649d04b285929310eb7cd3a697/68747470733a2f2f706f7365722e707567782e6f72672f77646d746563682f656e76697269636f6e732f76657273696f6e)](https://packagist.org/packages/wdmtech/enviricons)[![Latest Unstable Version](https://camo.githubusercontent.com/b4909b490fe3f48716780c611567a114c3cf6e4591ea64e859a4b901b33c103d/68747470733a2f2f706f7365722e707567782e6f72672f77646d746563682f656e76697269636f6e732f762f756e737461626c65)](//packagist.org/packages/wdmtech/enviricons)[![Total Downloads](https://camo.githubusercontent.com/146909eb243d5c675195d21ea07bfeff5356ba8f5feed14dfc6f23f93993343a/68747470733a2f2f706f7365722e707567782e6f72672f77646d746563682f656e76697269636f6e732f646f776e6c6f616473)](https://packagist.org/packages/wdmtech/enviricons)[![Code Climate](https://camo.githubusercontent.com/ffce2c93f64254736b997e1e4c40fcaea5185a0bbe04cd076ebad58b43e3bd9d/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f77646d746563682f656e76697269636f6e732f6261646765732f6770612e737667)](https://codeclimate.com/github/wdmtech/enviricons)[![License](https://camo.githubusercontent.com/02d3a23ecaf81265db875caa6fb2e3544925bb767d815e80b9b870874d1ed24f/68747470733a2f2f706f7365722e707567782e6f72672f77646d746563682f656e76697269636f6e732f6c6963656e7365)](https://packagist.org/packages/wdmtech/enviricons)[![Demonstration screenshot](https://github.com/wdmtech/enviricons/raw/master/demo_screenshot.png)](https://github.com/wdmtech/enviricons/blob/master/demo_screenshot.png)

Laravel 5 Enviricons
====================

[](#laravel-5-enviricons)

Environment-specific favicons for your `local`, `development`, `staging` and `live` application environments in [Laravel](http://laravel.com) 4.1, 4.2 and 5.x (use the laravel\_4\_2 branch for older versions)

What does this do?
------------------

[](#what-does-this-do)

This package adds environment-specific [favicons](http://wikipedia.org/wiki/Favicon) which will help you differentiate which application environment you are working on when you have multiple browser tabs open for the same app.

I’ve made the mistake of working on the wrong environment in the past — so I created this package in order to help prevent that from happening again!

Usage
-----

[](#usage)

Require this package using composer:

```
composer require wdmtech/enviricons
```

Next, add the following line to your `providers` array in `config/app.php`:

```
Wdmtech\Enviricons\EnviriconsServiceProvider::class,
```

Publish the assets and config to your application using:

```
php artisan vendor:publish --tag=enviricons --force
```

Include the default view provided directly in your main blade template like this:

```
@include('enviricons::enviricons')
```

…or optionally publish the view to your application's views folder using:

```
php artisan vendor:publish --tag=enviricons-optional-view --force
```

You can then modify and include the view in any way you wish.

Source .psd
-----------

[](#source-psd)

I have included a source `favicon.psd` for you to edit/create new favicons as you see fit. Here is a [.ico file photoshop plugin](http://www.telegraphics.com.au/sw/) which you can use to create .ico files in Photoshop.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Every ~42 days

Recently: every ~53 days

Total

6

Last Release

3832d ago

Major Versions

v1.0.1 → v2.02015-09-14

PHP version history (2 changes)v1.0PHP &gt;=5.3.0

v2.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/15a59b5e99e63f7cf1fc2b6e5a87af4cf0c3962170bb080889b880a3fb6a715f?d=identicon)[wdmtech](/maintainers/wdmtech)

---

Top Contributors

[![wdmtech](https://avatars.githubusercontent.com/u/7282262?v=4)](https://github.com/wdmtech "wdmtech (32 commits)")

---

Tags

frameworklaravelenvironmentfavicon

### Embed Badge

![Health badge](/badges/wdmtech-enviricons/health.svg)

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)

PHPackages © 2026

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