PHPackages                             orchid/widget - 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. orchid/widget

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

orchid/widget
=============

Widget for The Laravel Framework

1.2(7y ago)1110.9k↓100%3[1 issues](https://github.com/tabuna/widget/issues)MITPHPPHP &gt;=7.1

Since Jul 25Pushed 6y ago8 watchersCompare

[ Source](https://github.com/tabuna/widget)[ Packagist](https://packagist.org/packages/orchid/widget)[ Docs](https://orchid.software)[ RSS](/packages/orchid-widget/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Warning this repository is no longer supported
==============================================

[](#warning-this-repository-is-no-longer-supported)

### If you are looking for a good way to use widgets on laravel please see how to use [directive](https://laravel.com/docs/blade#extending-blade). This provides a better experience than package.

[](#if-you-are-looking-for-a-good-way-to-use-widgets-on-laravel-please-see-how-to-use-directive-this-provides-a-better-experience-than-package)

---

Orchid Widget
=============

[](#orchid-widget)

Widgets embedded in the representation to form a complex, but at the same time independent of the user interface.

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

[](#installation)

install wia composer

```
composer require orchid/widget
```

publish package

```
php artisan vendor:publish
```

### Create :

[](#create-)

To create a new widget, you need to

```
php artisan orchid:widget NameClassWidget
```

In the folder `app/Http/Widgets` create a class widget template Like a controller, a widget can also have its own view. Recommended siting widget files in a subdirectory views.

To register your new widget, you must bring it to the `config/widget.php`

```
//
'widgets' => [
    'test' => App\Widgets\NameClassWidget::class
],
```

Usage
-----

[](#usage)

"Run" method is executed when the call widget defaul. you must perform in the code to connect the widget using Blade syntax:

```
@widget('test')
```

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

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

Total

4

Last Release

2725d ago

PHP version history (3 changes)1.0PHP &gt;=5.5.9

1.1PHP &gt;=7.0

1.2PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c47797b11041f37c2eec74b09bc6619c8997467d690797ebad0e6ab7cb232b7?d=identicon)[tabuna](/maintainers/tabuna)

---

Top Contributors

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

---

Tags

laravellaravel-frameworkwidgetlaravelmenuviewwidget

### Embed Badge

![Health badge](/badges/orchid-widget/health.svg)

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

###  Alternatives

[itstructure/laravel-grid-view

Grid view for laravel framework

2546.6k2](/packages/itstructure-laravel-grid-view)[delatbabel/viewpages

Support rendering/view of Laravel pages and templates from a database.

121.4k](/packages/delatbabel-viewpages)

PHPackages © 2026

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