Libraries tagged by data table
eighty8/laravel-seeder
58921 Downloads
Versioned, environment-based Seeders in Laravel
keboola/php-csv-db-import
65229 Downloads
Handling of large bulk data into database tables.
yadakhov/laradump
21732 Downloads
A mysqldump wrapper for laravel. Dump your table schemas and data into files.
robinncode/db_craft
4777 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
cheesegrits/iseed
7279 Downloads
This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.
zetacomponents/persistent-object
503682 Downloads
This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
passbase/passbase-php
37131 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
inpsyde/search-and-replace
5585 Downloads
Search & Replace data in your whole WordPress setup, backup and import your database, change table prefix or migrate your domain to another domain.
machour/laravel-data-table
1264 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.
langleyfoxall/react-dynamic-data-table-laravel-api
16252 Downloads
Provides a Laravel API endpoint responder for the `react-dynamic-data-table` component.
jupitern/table
14099 Downloads
HTML table generation for PHP. integrates with your favourite orm and js library
fitt-tech/data-grid-laravel
4421 Downloads
Data table package used to build advanced tables with a matching front-end package. Allows for searching, filtering, paging & more
dilum/puppy-data-table
6241 Downloads
Lightweight Laravel DataTable with Yajra-like features and a vanilla JS frontend
datatables.net/datatables.net-rowgroup
5476 Downloads
RowGroup adds the ability to easily group rows in a DataTable by a given data point. The grouping is shown as an inserted row either before or after the group. This is RowGroup for DataTables
datatables.net/datatables.net-keytable
4143 Downloads
KeyTable allows you to use keyboard navigation on a DataTables enhanced table, like an Excel spreadsheet - a cell shows a focus outline which can be moved using the keyboard or mouse operations. This can be particularly useful in an editable table that uses Editor allowing end users to update data very quickly. This is KeyTable for DataTables