⬡ OZI-UI v1.0 — now on Packagist

Front-end plugins for Laravel/PHP

Declarative component library built on jQuery. Configure everything via HTML attributes — no JavaScript required. Native Livewire 3 integration.

Laravel Livewire jQuery Bootstrap Tailwind MIT License PHP.*
12
Plugins
1
Line to install
0
JS required
MIT
License
Free
100%
Packagist — composer
# Instalar
composer require ozi-ui/core:v1.0

# Publicar assets
php artisan vendor:publish --tag=ozi-ui

# Verificar
php artisan ozi:check
Blade — layout usage
<!-- No <head> -->
@oziStyles

<!-- Antes do </body> -->
<script src="jquery.min.js"></script>
@oziScripts

<!-- Plugin específico -->
@oziPlugin('ozi-select')

Why ozi-ui?

Simple to use, powerful in results

Built for developers who want real productivity — without unnecessary complexity.

Declarative via HTML
Configure plugins with data-ozi-* attributes. No JavaScript needed for common cases.
Livewire integration
Automatic afterRender hooks — plugins reinitialize after content injection.
One command for everything
@oziStyles and @oziScripts load all assets automatically.
CSS with tokens
--ozi-* variables for easy customization. Light and dark theme support.
Works without Laravel
JS plugins work in any jQuery project — plain PHP, WordPress, Symfony.
AI-ready
oziLoadData as transport layer — any AI API is just another endpoint.

Ecosystem

12 plugins ready to use today

From data loading to WYSIWYG editor — all integrated and consistent.

ozi-audio
🔐
ozi-auth
ozi-autocomplete
ozi-check
ozi-copy
ozi-paste
ozi-editor
html-Markdown
ozi-loaddata
ozi-search
ozi-select
ozi-toggle

Ready to start with ozi-ui?

One line to install, two attributes to use. Full docs with live examples.