Libraries tagged by table_sync
lifeentity/dbsynchronize
8 Downloads
Easy way to synchronize database tables.
heristop/webservice-bundle
16 Downloads
This bundle allows to synchronize a table with a soap webservice.
schtr4jh/dbsync
12 Downloads
Useful PHP package for syncing MySQL database tables between databases. Specially useful when you have to sync preprod database with prod, migrate some changes or simply want to see data differences.
zymeli/yii2-activerecord-fitter
19 Downloads
Sync ActiveRecord changes to other table.
dynamic/silverstripe-file-migration-task
1437 Downloads
Sync files with the File table
coco-project/sql-cache
23 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.
texy/texy
762470 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.
dg/texy
133868 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.
jambagecom/div2007
10798 Downloads
Extension library since 2007. Many API functions for Front End extensions. Can replace TYPO3\CMS\Frontend\Plugin\AbstractPlugin methods.
rubix/colors
170 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
roy404/schema
35 Downloads
The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.
sencerhan/laravel-db-tools
122 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
syntech/syntechtable
16 Downloads
A package to manage Syntech tables.
soluble/normalist
17 Downloads
Normalist ORM
0jkb/schemator
18 Downloads
Schemator is an advanced Laravel package designed to streamline development workflows by automatically generating Eloquent models and optional Filament resources. It offers features like selective table generation, skipping default Laravel tables, and enhanced model generation with Laravel Sanctum support for the User model.