Libraries tagged by modification date
premekkoch/github-service
47 Downloads
Nette Framework service to get file last modification date from GitHub
omanshardt/doctrine-base-entities
17 Downloads
Helper library to provide base functionality to doctrine entities such as setting creation and modification date and interleaved checksumming of entities (checksumming every entity with respect to it's predescessor)
almeyda/fileversion
18 Downloads
automatically timestamp file version based on the latest modification date
savioamin/laravel-model-affected-rows-verification
3 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
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.
itonomy/modification-detector
1 Downloads
Find modifications in Magento2 project
elektro-potkan/neplus-database
14 Downloads
NePlus Database - Custom modifications on top of Nette Database
mheinzerling/databaseutils
143 Downloads
Some useful utilities for database access and modification
shaneburrell/livewire-datatables
355 Downloads
Fork of the livewire-datatables package. This has several modifications and additions.
daverandom/hookable-soap-client
9 Downloads
A layer to make custom modification of SoapClient requests simpler
umairhanifdev/laravel-table-logger
6 Downloads
Automated Laravel model auditing and application log management with dynamic table creation. Tracks all model changes (create/update/delete) in dedicated log tables while maintaining native Laravel conventions. Provides comprehensive activity monitoring without database modifications.
katanyoo/yii2-activerecord-history
190 Downloads
This extension for keep track what your users are doing within your application is to log their activities related to database modifications.
dasuos/storage
1986 Downloads
Library for simple database, upload management and image modification
autodudes/ai-suite
2236 Downloads
The AI Suite optimizes the workflow of project managers, agencies and freelancers by using the latest AI technologies. It seamlessly integrates a wide variety of AI interfaces and the AI Suite open source models into the TYPO3 backend. Enables, among other things, more efficient creation and management of image and page metadata (individually and as batch processing), content translations (including "Easy Language"), content creation and modification, image generation and page structure generation.
adspectus/date-extended
435 Downloads
Plugin to provide two additional date fields which will store the creation date and the modication date as a Unix Epoch. A field method is provided to convert this epoch to a formatted string.