Libraries tagged by operators
codilar/magento2-admin-logs
3375 Downloads
Log all admin operations
coco-project/sql-cache
17 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.
chh/itertools
2421 Downloads
Common functional operations for iterators.
chevron/db
99 Downloads
a PDO wrapper for making common DB operations slightly easier
chaslain/docx-replace
297 Downloads
Allows you to run simple search and replace operations on docx files
cdma-numiscorner/ebay-taxonomy-api
66 Downloads
Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.
capkovic/sknic-api
2299 Downloads
Automating operations on sk-nic.sk webpage.
c24-toys/doctrine-bulk
989 Downloads
Simple classes that allows bulk operations on doctrine entities (only mySQL upsert supported)
bluefrg/retry
5894 Downloads
A simple PHP function used to retry failed operations.
bk203/rgw-admin-client
831 Downloads
PHP client for the rados gateway admin operations api.
asvvvad/clipboard
40 Downloads
Perform clipboard operations (Copy/Paste) in PHP.
asar/asar-fs
293 Downloads
A collection of tools to handle filesystem-related operations.
artflow-studio/snippets
30 Downloads
A Laravel package for performing basic operations.
antonioprimera/filesystem
111 Downloads
A simple set of File and Folder classes to easily manage files and folders operations
antaresproject/component-automation
403 Downloads
Automation is a module used to executte cyclic operations based on laravel task scheduler. It serves as a replacement for setting up your own cron jobs to make it easier to manage. It provides an intuitive control interface on the admin level. Automation can run tasks every few minutes, hourly, daily or weekly - depending how you set it up. Scheduled data is stored in the system database.