Libraries tagged by association
symbiote/silverstripe-usertemplates
13843 Downloads
Provides user-definable templates within the CMS that can be applied to content trees. Allows specification of Layout and main templates, as well as associating css + js files
hokoo/wppostable
184 Downloads
Library provides a functionality for associating your classes with WordPress class WP_Post.
leemason/metable
13 Downloads
The Laravel Eloquent Metable Package is designed specifically for associating meta information to an Eloquent model.
kettasoft/booter
17 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.
joydeep-bhowmik/laravel-media-library
13 Downloads
A laravel media library for associating files with laravel models
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.
dekor/php-array-table
4216547 Downloads
PHP Library for printing associative arrays as text table (similar to mysql terminal console)
minwork/array
222422 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
rexlabs/array-object
86965 Downloads
Provides an interface for simplifying working with associative and sequential arrays (collections).
rambomst/php-bounce-handler
150980 Downloads
Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses
luracast/config
148088 Downloads
lazy load configuration data from php files returning associative arrays
kjohnson/format-object-list
225554 Downloads
Formats an associative array into a JS parsable array of objects.
kba-team/markdown-table
55630 Downloads
Create a markdown table string from an associative array.
designmynight/laravel-recursive-collection
17851 Downloads
A package to convert nested arrays and associative arrays into nested collections
dantleech/argument-resolver
391356 Downloads
Resolve method arguments from an associative array