PHPackages                             omnia-digital/library - 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. omnia-digital/library

ActiveLibrary[Framework](/categories/framework)

omnia-digital/library
=====================

A comprehensive Laravel Livewire component library with UI components, traits, and third-party integrations

v2.1.0(3mo ago)15.8k—4.4%[5 PRs](https://github.com/omnia-digital/library/pulls)2MITBladePHP ^8.2CI passing

Since Apr 28Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/omnia-digital/library)[ Packagist](https://packagist.org/packages/omnia-digital/library)[ Docs](https://github.com/omnia-digital/library)[ GitHub Sponsors](https://github.com/omnia-digital)[ RSS](/packages/omnia-digital-library/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (19)Used By (2)

Omnia Library
=============

[](#omnia-library)

[![Latest Version on Packagist](https://camo.githubusercontent.com/960c45907bf0b242970bcb95aacd3c1295ced9ab012cbafd9f102a8dfff231a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d6e69612d6469676974616c2f6c6962726172792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omnia-digital/library)[![Total Downloads](https://camo.githubusercontent.com/6f523e33b4a6c9a20705e907ab6b9c1b50dfa7e307025c71740e9e6a3ec631a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6d6e69612d6469676974616c2f6c6962726172792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omnia-digital/library)

A comprehensive Laravel Livewire component library with UI components, traits, and third-party integrations.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 10.x or 11.x
- Livewire 2.10+ or 3.x

Features
--------

[](#features)

### Livewire Traits

[](#livewire-traits)

Reusable traits to add common functionality to your Livewire components:

- **WithModal** - Modal dialog management
- **WithNotification** - Toast and notification handling
- **WithSorting** - Data sorting functionality
- **WithCachedRows** - Row caching for improved performance
- **WithStepWizard** - Multi-step wizard navigation
- **WithStripe** - Stripe payment integration
- **WithPlace** - Google Places &amp; Mapbox location picker
- **WithMap** - Interactive map functionality
- **WithLayoutSwitcher** - Grid/list layout toggling
- **WithInlineInput** - Inline editing support
- **WithValidationFails** - Enhanced validation error handling

### Blade Components

[](#blade-components)

Ready-to-use UI components:

- **Layout** - Dropdown, Card, Tag, Notification, Confirm dialog
- **Forms** - Text input, Date picker, Select, Radio group, Email, Range slider
- **Integrations** - Place picker, Stripe payment fields, Media manager

### Rich Text Editor

[](#rich-text-editor)

TipTap-powered rich text editor with:

- Extensive toolbar configuration
- Bubble and floating menus
- Tables, code blocks, and formatting options

### Third-Party Integrations

[](#third-party-integrations)

- Google Places API
- Mapbox API
- Stripe Payments
- Canva Button API

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

[](#installation)

Install the package via composer:

```
composer require omnia-digital/library
```

Publish the package assets:

```
php artisan vendor:publish --tag="library-assets"
```

Include the assets in your layout:

```

    ...
    @libraryStyles

    ...
    @libraryScripts

```

Configure Tailwind CSS in `tailwind.config.js`:

```
module.exports = {
    content: [
        ...
        './vendor/omnia-digital/library/resources/views/**/*.blade.php',
    ]
};
```

Optional Configuration
----------------------

[](#optional-configuration)

### Config File &amp; Views

[](#config-file--views)

Publish the config file:

```
php artisan vendor:publish --tag="library-config"
```

Publish the views for customization:

```
php artisan vendor:publish --tag="library-views"
```

### Alpine.js Plugins

[](#alpinejs-plugins)

This package uses **focus** and **collapse** plugins. Add them to your `resources/js/app.js`:

```
import Alpine from 'alpinejs';
import focus from '@alpinejs/focus';
import collapse from '@alpinejs/collapse';

Alpine.plugin(focus)
Alpine.plugin(collapse)

window.Alpine = Alpine;

Alpine.start();
```

Media Manager
-------------

[](#media-manager)

To use the Media Manager component, install the companion package: [omnia-digital/media-manager](https://github.com/omnia-digital/media-manager)

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Omnia Church Apps](https://omnia.church)
- [All Contributors](../../contributors)

Support
-------

[](#support)

For questions and support, visit [omnia.church](https://omnia.church) or email .

License
-------

[](#license)

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

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance85

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~223 days

Total

7

Last Release

69d ago

Major Versions

v1.x-dev → 2.02023-09-30

v1.1.0 → v2.1.02026-01-23

PHP version history (2 changes)1.0PHP ^8.0

v2.1.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/58eaaf3ed33b7bae901022c967d0be524f1ad85c370296212307b0dd4fa4fc8e?d=identicon)[omniadigital](/maintainers/omniadigital)

---

Top Contributors

[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (280 commits)")[![phuclh](https://avatars.githubusercontent.com/u/6707194?v=4)](https://github.com/phuclh "phuclh (81 commits)")[![joshtorres](https://avatars.githubusercontent.com/u/5092957?v=4)](https://github.com/joshtorres "joshtorres (76 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (47 commits)")[![mvdnbrk](https://avatars.githubusercontent.com/u/802681?v=4)](https://github.com/mvdnbrk "mvdnbrk (46 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (44 commits)")[![pforret](https://avatars.githubusercontent.com/u/474312?v=4)](https://github.com/pforret "pforret (16 commits)")[![sebastiandedeyne](https://avatars.githubusercontent.com/u/1561079?v=4)](https://github.com/sebastiandedeyne "sebastiandedeyne (14 commits)")[![Nielsvanpach](https://avatars.githubusercontent.com/u/10651054?v=4)](https://github.com/Nielsvanpach "Nielsvanpach (12 commits)")[![Osimba](https://avatars.githubusercontent.com/u/28874299?v=4)](https://github.com/Osimba "Osimba (8 commits)")[![AlexVanderbist](https://avatars.githubusercontent.com/u/6287961?v=4)](https://github.com/AlexVanderbist "AlexVanderbist (7 commits)")[![riasvdv](https://avatars.githubusercontent.com/u/3626559?v=4)](https://github.com/riasvdv "riasvdv (6 commits)")[![irfanm96](https://avatars.githubusercontent.com/u/42065936?v=4)](https://github.com/irfanm96 "irfanm96 (5 commits)")[![IGedeon](https://avatars.githubusercontent.com/u/694313?v=4)](https://github.com/IGedeon "IGedeon (4 commits)")[![abenerd](https://avatars.githubusercontent.com/u/7523903?v=4)](https://github.com/abenerd "abenerd (3 commits)")[![AdrianMrn](https://avatars.githubusercontent.com/u/12762044?v=4)](https://github.com/AdrianMrn "AdrianMrn (3 commits)")[![jessarcher](https://avatars.githubusercontent.com/u/4977161?v=4)](https://github.com/jessarcher "jessarcher (3 commits)")[![koossaayy](https://avatars.githubusercontent.com/u/6431084?v=4)](https://github.com/koossaayy "koossaayy (3 commits)")[![patinthehat](https://avatars.githubusercontent.com/u/5508707?v=4)](https://github.com/patinthehat "patinthehat (3 commits)")[![sixlive](https://avatars.githubusercontent.com/u/5108034?v=4)](https://github.com/sixlive "sixlive (3 commits)")

---

Tags

laravellibraryomnia-digital

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/omnia-digital-library/health.svg)

```
[![Health](https://phpackages.com/badges/omnia-digital-library/health.svg)](https://phpackages.com/packages/omnia-digital-library)
```

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

17959.0k](/packages/lunarstorm-laravel-ddd)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)

PHPackages © 2026

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