Libraries tagged by User Presence
touhidurabir/laravel-presenter
19 Downloads
A package that helps to group methods that mostly use for the view presentation purpose.
hosnyben/nova-nested-inputs
504 Downloads
Nova Nested Fields is a Laravel Nova field package that allows users to present their checkboxes or radio buttons in a nested, hierarchical structure. This package supports infinite nesting levels, providing a flexible solution for complex form requirements.
smronju/nativephp-document-picker
19 Downloads
Presents the system document picker in a NativePHP Mobile app — to open a foreign file, and to save one back out to a location the user chooses.
foxtech6/mutexsafe
83 Downloads
MutexSafe will help you use mutex more effectively. Different mutex for different components are presented. In addition, you can add your own lockers and use within the library.
foxtech6/mutex-locker
147 Downloads
MutexSafe will help you use mutex more effectively. Different mutex for different components are presented. In addition, you can add your own lockers and use within the library.
vendic/magento2-geoip-country-preselect
4595 Downloads
Allows to preselect country on the cart page and checkout, based on the user IP
stevebauman/viewer
1387 Downloads
A presenter-like package but used for attaching modular views on a retrieved eloquent record
greenbconsulting/kindguide
4 Downloads
Green B presents The Kind Guide database, a web app empowering the cannabis community and the industry to track growth in ever more sustainable directions.
druc/person-name
55 Downloads
Presents one's name in various formats
suadhuskic/bench
9 Downloads
Easy way to present user friendly time zones.
trustami/trustbadge
0 Downloads
Trustami plugin for Magento 2. Trustami - One badge for all your customer reviews. Trustami collects, analyzes and presents a users' distributed social media data in a standardized and user-friendly format to fill the need for trust in online interactions.Trustami enables users to collect ratings and reviews from all networks and show a trust badge.
vulcandigital/silverstripe-formpreserve
7 Downloads
Easily preserve and clear user entered form data contents via session in the event of errors
jinnguyen/puja-paginator
39 Downloads
Puja-Paginator is a flexible component for paginating collections of data and presenting that data to users.
jezuu/notifications
29 Downloads
Notifications is a Laravel package that offers a comprehensive solution for displaying notifications in your application. It provides predefined components and styles for showcasing success messages, errors, warnings, and informative messages in an appealing manner. With this package, you can easily customize the notification type, the accompanying icon, and the displayed message. It seamlessly integrates with popular libraries like Font Awesome and Bootstrap Notify to deliver a sleek and user-friendly notification experience. Save time and enhance the presentation of your notification messages with Notifications package for Laravel.
lockally/sdk
5 Downloads
The lockally control plane lets integrators and direct customers manage everything except actual mail data flow (which uses standard JMAP / IMAP / SMTP-submission against the data plane endpoints). **Authentication.** All `/v1/_*` endpoints require a Bearer API key in the `Authorization` header. Keys are formatted `lk_live__`. Generate the first key for a tenant via `cmd/seed`; subsequent keys via `POST /v1/api-keys`. **Errors.** Failures return [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) `application/problem+json` documents. **Scopes.** Each endpoint requires a specific scope on the presented key. Insufficient scope returns `403` with the required scope name in `detail`.