Libraries tagged by operating
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
cfn/math-captcha
42 Downloads
A simple mathematical operation verification code library, written based on GD library.
cdma-numiscorner/ebay-taxonomy-api
69 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.
catfishphp/noop
0 Downloads
Robust and tested implementation of a no operation function
capkovic/sknic-api
2299 Downloads
Automating operations on sk-nic.sk webpage.
c24-toys/doctrine-bulk
990 Downloads
Simple classes that allows bulk operations on doctrine entities (only mySQL upsert supported)
bluefrg/retry
5895 Downloads
A simple PHP function used to retry failed operations.
bk203/rgw-admin-client
837 Downloads
PHP client for the rados gateway admin operations api.
aternos/io
14 Downloads
PHP library for IO operations
asvvvad/clipboard
40 Downloads
Perform clipboard operations (Copy/Paste) in PHP.
asar/asar-fs
294 Downloads
A collection of tools to handle filesystem-related operations.
artflow-studio/snippets
30 Downloads
A Laravel package for performing basic operations.