Libraries tagged by isser
hareku/laravel-bulk
476 Downloads
The Laravel package for bulk insert/update.
frankli/itearoa
35 Downloads
libs for iService of itearoa Ltd.
erickcomp/laravel-stacked-components
8 Downloads
Provides components that will be inserted into a given stack
elminson/massive-seeder
5 Downloads
Insert massive amount of data to a db
eddytim/auditlog
202 Downloads
Library for inserting and fetching audit logs easily and sending alert to user
djolecodes/db2-laravel-driver
14 Downloads
DB2 for IBM iSeries drop-in Laravel driver
designbycode/levenshtein-distance
101 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.
datatables.net/datatables.net-rowgroup-jqui
5 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 with styling for [jQueryUI](http://jqueryui.com/)
datatables.net/datatables.net-rowgroup-bs4
251 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 with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
datatables.net/datatables.net-responsive-jqui
9 Downloads
In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table. This is Responsive for DataTables with styling for [jQueryUI](http://jqueryui.com/)
datatables.net/datatables.net-responsive-bs
253 Downloads
In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table. This is Responsive for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)
csv/csvtosql
12 Downloads
PHP class to extract data from (csv) file and transform it to (sql) file as insert statement.
concrete5cojp/open_graph_tags_lite
18 Downloads
Auto insert Open Graph Tags (OGP) into HEAD tag
coco-project/sql-cache
20 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
carawebs/sage-blade-data
37 Downloads
Data controllers for Sage 9 WordPress theme - insert data into Blade templates.