Libraries tagged by table class
berlindb/core
469351 Downloads
A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.
zetacomponents/console-tools
1746635 Downloads
A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
tommyknocker/pdo-database-class
6163 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
sgolemon/table-flip
3609 Downloads
Essential exception class needed by every good project.
unnathianalytics/laragrid
495 Downloads
Excel-style, keyboard-first datagrid for Laravel + Livewire — display, server-side readonly, and editable grids, fully configured from the component class with zero blade wiring and zero consumer build tooling.
ui-awesome/html-interop
46934 Downloads
Shared backed enums classifying HTML elements by category (block, inline, list, table, void, metadata, root) for the UI Awesome ecosystem.
innoge/laravel-enum-states
979 Downloads
A state machine for Eloquent, built on native PHP enums. No state classes, no model trait, no extra tables.
marcocesarato/sqlparser
47184 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
machour/laravel-data-table
1464 Downloads
A reusable, server-side DataTable system for Laravel + Inertia.js + React (TanStack Table). Define your table in a single PHP class — get sorting, filtering, pagination, exports, quick views, and a full-featured React UI out of the box.
tomatophp/filament-helpers
8136 Downloads
Helper Class Generator to manage your forms and table inside your filament app
pannella/laravel-cti
2492 Downloads
A Laravel package for Class Table Inheritance support with automatic subtype casting.
ropendev/datatablesphp
6755 Downloads
PHP DataTables wrapper class for DataTables.js (Html and/or Javascript generation, Server-Side SQL) .
rolland97/filament-resource-customizer
562 Downloads
Split Filament resource tables into dedicated classes and scaffold Filament Shield permissions, including a runtime permission helper.
vortos/vortos-audit
841 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.
drainerlight/php-pdf-decompressor
1148 Downloads
Pure-PHP PDF decompressor: converts PDF 1.5+ cross-reference streams and object streams (ObjStm) into a classic PDF 1.4 structure, so parsers that only understand the traditional xref table (such as FPDI's free parser) can read them. A qpdf-free alternative — no external binaries.