PHPackages                             stayallive/support - 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. [Templating &amp; Views](/categories/templating)
4. /
5. stayallive/support

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

stayallive/support
==================

A Laravel support package with some nice to have extensions.

v1.3.0(10y ago)18.7kMITPHPPHP &gt;=5.4.0

Since Jul 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/stayallive/support)[ Packagist](https://packagist.org/packages/stayallive/support)[ RSS](/packages/stayallive-support/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Laravel support package
-----------------------

[](#laravel-support-package)

A Laravel support package with some nice to have extensions.

### Installation

[](#installation)

Add `"stayallive/support" : "1.*"` to your composer.json.

Then follow the usage instructions for each component listed below...

### Blade extensions

[](#blade-extensions)

#### Installation

[](#installation-1)

Add `'Stayallive\Support\Blade\BladeServiceProvider'` to the providers section in your `app.php` config file.

#### Provides

[](#provides)

- @set('varname', $value)

### Gravatar

[](#gravatar)

#### Installation

[](#installation-2)

Add `'Stayallive\Support\Gravatar\GravatarServiceProvider'` to the `providers` section in your `app.php` config file.

Add `'Gravatar': 'Stayallive\Support\Gravatar\GravatarFacade'` to the `aliases` section in your `app.php` config file.

#### Usage

[](#usage)

##### Get a gravatar image url

[](#get-a-gravatar-image-url)

```
/**
 * Build a gravatar url.
 *
 * @param        $email
 * @param int    $size
 * @param string $default
 * @param bool   $https
 *
 * @return string
 */
public function buildURL($email, $size = 100, $default = \Gravatar::DEFAULT_MYSTERYMAN, $https = true) { ... }

```

So you can call this like `Gravatar::buildUrl($email, 500, Gravatar::DEFAULT::IDENTICON)` to get a 500x500 image that defaults to a [Identicon](http://en.wikipedia.org/wiki/Identicon).

#### Check if a user has a Gravatar set

[](#check-if-a-user-has-a-gravatar-set)

```
if (Gravatar::exists($email)) {
    echo 'Yep, this one has a pretty face set!';
} else {
    echo 'No, no, no, this one does not want to be seen!';
}

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

3678d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1090754?v=4)[Alex Bouma](/maintainers/stayallive)[@stayallive](https://github.com/stayallive)

---

Top Contributors

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

---

Tags

laravel-packagelaravelbladeextensionsupport

### Embed Badge

![Health badge](/badges/stayallive-support/health.svg)

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

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[stijnvanouplines/blade-country-flags

A package to easily make use of country flags in your Laravel Blade views.

26307.2k6](/packages/stijnvanouplines-blade-country-flags)[technikermathe/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

18299.2k7](/packages/technikermathe-blade-lucide-icons)[saade/blade-iconsax

A package to easily make use of Iconsax in your Laravel Blade views.

21138.5k](/packages/saade-blade-iconsax)[mckenziearts/blade-untitledui-icons

A package to easily make use of UntitledUI icons in your Laravel Blade views.

16104.9k5](/packages/mckenziearts-blade-untitledui-icons)

PHPackages © 2026

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