Libraries tagged by table grid
magelearn/magento2-module-dynamic-product
0 Downloads
The Dynamic Product module enables you to select specific products directly from the product grid within the system configuration tab. These selections are then saved in the `core_config_data` table, allowing you to access and display them wherever needed.
g/crud-generator
15 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
adeelq/magento2-core-cron-schedule-viewer
12 Downloads
A module which adds grid in admin backOffice for Magento cron_schedule table.
adeelq/magento2-core-config-data-viewer
28 Downloads
A module which adds grid in admin backOffice for Magento core_config_data table.
passbase/passbase-php
37871 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token
aureuserp/progress-bar
2078 Downloads
A Filament v5 progress-bar table column & infolist entry with sizes, shapes, stripes, gradients, thresholds, and ARIA-compliant output.
grifart/tables
11458 Downloads
Statically typed table gate with support for composite fields, arrays and more from PostgreSQL.
runalyze/age-grade
20537 Downloads
Age grading for race results (running) based on tables provided by WMA
particle-academy/dark-slide
1360 Downloads
Standalone presentation read/write tool for agentic deck creation. Framework-agnostic PHP core that writes .pptx (Office Open XML) with inline markdown formatting + headings, real tables, gradient backgrounds, syntax-highlighted code, and embedded media — and reads them back with high fidelity. Optional Laravel 10-13 integration. Designed to round-trip with the @particle-academy/fancy-slides JS package's Deck schema.
vortos/vortos-audit
1684 Downloads
Vortos Audit — enterprise-grade unified audit spine. One append-only, hash-chained, per-scope/per-tenant event store with controlled action vocabulary, sensitivity classification, impersonation-chain capture, async (Kafka) ingestion, partitioned storage, retention + cold-storage tiering, keyset query, and signed per-tenant export. Replaces per-app hand-rolled audit tables.
nyoncode/wire-table
404 Downloads
Enterprise-grade Livewire table system with inline editing, optimistic locking, actions, bulk actions, and more.
survos/record-store-bundle
50 Downloads
Provider-neutral Symfony record stores for application-backed tables, with Grist support and adapter contracts.
nyoncode/wire-boost
278 Downloads
AI tooling for the Wire ecosystem – an MCP server, AI guidelines and agent skills for the whole wireStack: core, forms, tables, sortable, panels, the admin shell and the ready-made modules.
bangerkuwranger/magento2-gtid-safe-url-rewrite-tables
2121 Downloads
Magento 2 module that overrides the temporary table creation in catalog-url-rewrite/model/map with a permanent table to allow for GTID consistency in replicated SQL databases.
dialloibrahima/laravel-model-media
67 Downloads
A lightweight trait for managing media files directly on your Eloquent models, without additional tables. Perfect when you need to attach files to models by simply storing the path as an attribute.