Libraries tagged by strategy
codeup/encoding
4608 Downloads
collection of encoding schemes in order to encode and decode based on different strategies
code-distortion/backoff
4 Downloads
A PHP retry library implementing backoff strategies and jitter
code-corner/performance-cache
8 Downloads
A caching library for PHP performance optimization supporting multiple caching strategies.
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.
cleverstrategy/packagist
0 Downloads
Clever Strategy
brunocfalcao/trading
40 Downloads
Crypto Trading with sygnals strategy app
betterbrief/opauth-salesforce
319 Downloads
Salesforce authentication strategy for Opauth
bengr/auth
313 Downloads
Bengr auth package that can implement multiple authentication and authorization strategies
baraja-core/variable-generator
3701 Downloads
Generate new variable symbol by last variable and selected strategy.
balerka/yandex-direct-helper
28 Downloads
Yandex Direct Helper is a package for automatically updating advertising campaign strategies and expenses in Yandex.Direct.
avholodnyak/assets-buster-bundle
22 Downloads
This bundle provides support for cache busting using buster files. It uses custom version strategies feature that was introduced in Symfony 3.1.
andydune/string-container
8 Downloads
Collection of functions fo string modification. Collection is composed as strategy pattern with simple extension.
almuth/upload
81 Downloads
Handle file uploads with extensible validation and storage strategies
alitvinenko/mongodb-nested-tree-extension
6767 Downloads
MongoDB Nested set Strategy and Repository class for DoctrineExtensions
ak1r0/flysystem-filepathstrategy
3 Downloads
Add a 'File path strategy' to Flysystem. Allow to set globaly how files must be stored.