PHPackages                             foundationapp/power-ups - 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. foundationapp/power-ups

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

foundationapp/power-ups
=======================

This is the power-ups package.

01PHP

Since Apr 23Pushed 3y agoCompare

[ Source](https://github.com/foundationapp/power-ups)[ Packagist](https://packagist.org/packages/foundationapp/power-ups)[ RSS](/packages/foundationapp-power-ups/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

⚡️ Power-Ups
============

[](#️-power-ups)

Power-Ups allow developers to create re-usable [TALL Stack](https://tallstack.dev) components for [Laravel](https://laravel.com) applications.

[![Power-Ups Image](/assets/img/power-up.png)](/assets/img/power-up.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0a2c34c17609d04137e41af8590c9228a3114ddf15aa155672ffc22e3a30d2f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666f756e646174696f6e6170702f706f7765722d7570732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/foundationapp/power-ups)[![Total Downloads](https://camo.githubusercontent.com/14700e933b9a09df0bf2f872c8b02f2be14e5c4cd9a8562a2d14702bfd360638/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666f756e646174696f6e6170702f706f7765722d7570732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/foundationapp/power-ups)

Similar to how 🍄 **Power-Ups** help Mario complete a level, this package helps developers save time by providing a clear list of available [Tall Stack Components](https://laravel-livewire.com/docs/2.x/rendering-components) to choose from. Now, developers can build 🍄 Power-ups and easily re-use them in any another application.

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

[](#installation)

You can install the package via composer:

```
composer require foundationapp/power-ups
```

After including the package, you can install any **Power-Up** by running:

```
php artisan powerup:install vendor/repo
```

If we wanted to install the  example, we would run:

```
php artisan powerup:install foundationapp/hello-world
```

> You can install any power-up by passing the `vendor/repo` to the install command.

Usage
-----

[](#usage)

After installing a power-up, you can enable it with:

```
php artisan powerup:enable name-of-component
```

and use it on any page:

```

```

You can see a list out all the installed **Power-Ups** by running the following command:

```
php artisan powerup:list
```

If you wish to disable or remove the Power-up, you may run the following commands accordingly:

```
php artisan powerup:disable name-of-component
php artisan powerup:remove name-of-component

```

Available Power-Ups
-------------------

[](#available-power-ups)

Here are a list of a some available Power-Ups you can use, or you can create your own.

- 👋 [Hello World](https://github.com/foundationapp/hello-world) - Example power-up for learning purposes
- 📸 [Media Selector](https://github.com/foundationapp/media-selector) - Add an Emoji, Icon, or Image using the MediaSelector

Create Your Own Power-Ups
-------------------------

[](#create-your-own-power-ups)

If you wish to create your own Power-Up, you can easily copy the HelloWorld example and create your own. This will allow you to convert any existing Livewire component and turn it into your own **Power-Up** that can be used across all your apps.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Tony Lea](https://github.com/foundationapp)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cbf9537394d6d9f5570b2ac75d039fe87ff5a37ce2c0504908790d04dc82c3f1?d=identicon)[devdojo](/maintainers/devdojo)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/foundationapp-power-ups/health.svg)

```
[![Health](https://phpackages.com/badges/foundationapp-power-ups/health.svg)](https://phpackages.com/packages/foundationapp-power-ups)
```

PHPackages © 2026

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