Libraries tagged by laravel facades
gregoriohc/laravel-plesk
168 Downloads
A Laravel wrapper and facade package for the Plesk RPC API
cmarfil/laravel-multiuser-json-settings
275 Downloads
Simple user json settings facade for Laravel 4.
tharindu/facade_generator
13 Downloads
A Laravel package to generate facades and services.
mmerlijn/laravel-helpers
882 Downloads
Laravel helpers: casts and facades
twomein/laravel-dynatable
1308 Downloads
A facade for using the dynatable format
tlapi/slack-laravel
137179 Downloads
Laravel 4 and 5 integration for the maknz/slack package, including facades and service providers.
tjgazel/laravel-bs4-alert
94 Downloads
Bootstrap 4 alerts for laravel 5.*
tjgazel/laravel-bs3-alert
23 Downloads
Bootstrap 3 alerts for laravel 5.*
solliecomm/laravel-ide-helper
18 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
siweixinchuang/slack-laravel
4082 Downloads
Laravel 4 and 5 integration for the maknz/slack package, including facades and service providers.
ricardofontanelli/laravel-telegram
3610 Downloads
A simple and lightweight Laravel 4 and 5 wrapper to interact with Telegram Bot.
ociomercado/laravel-jwt
19 Downloads
A simple Laravel package that implements a Provider, Middleware and Facade for JWT using lcobucci/jwt library to generate and check the tokens.
mograine/laravel-sendinblue-template
619 Downloads
A Laravel 7/8/9 service provider, facade and config file for the SendinBlue's API v3 official PHP library.
jymusic/laravel-addons
5 Downloads
Laravel Extension Pack
hyder/facade-pattern
28 Downloads
In this pattern, you would create Facade classes that provide a simplified, static interface to the underlying service implementations. The service classes would perform the actual business logic and communicate with the database or other external systems.