rvlyra / api-notifications
Lib of notifications
dev-main
2025-04-07 03:06 UTC
This package is auto-updated.
Last update: 2025-09-07 04:11:12 UTC
README
Sistema simples de notificações visuais estilo toastbox para projetos PHP. Ideal para exibir mensagens como sucesso, erro, info e warning sem complicações.
🚀 Instalação
composer require rubenslyra/api-notifications
✅ Uso básico
use RubensLyra\ApiNotifications\Notifications; Notifications::renderAssets(); // inclui CSS e JS Notifications::showToast('Olá mundo!', 'success');
Tipos disponíveis:
success
,error
,info
,warning
.
📄 Licença
MIT License © Rubens Lyra
📜 LICENSE
Use a licença MIT padrão:
MIT License
Copyright (c) 2025 Rubens Lyra
Permission is hereby granted, free of charge, to any person obtaining a copy...