Libraries tagged by association
leemason/metable
13 Downloads
The Laravel Eloquent Metable Package is designed specifically for associating meta information to an Eloquent model.
kettasoft/booter
14 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
12 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
3711614 Downloads
PHP Library for printing associative arrays as text table (similar to mysql terminal console)
minwork/array
213201 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
rambomst/php-bounce-handler
142516 Downloads
Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses
dantleech/argument-resolver
370831 Downloads
Resolve method arguments from an associative array
rexlabs/array-object
85455 Downloads
Provides an interface for simplifying working with associative and sequential arrays (collections).
luracast/config
145306 Downloads
lazy load configuration data from php files returning associative arrays
kjohnson/format-object-list
217947 Downloads
Formats an associative array into a JS parsable array of objects.
kba-team/markdown-table
52999 Downloads
Create a markdown table string from an associative array.
websemantics/lcss2php
58129 Downloads
Conveniently extracts variable declarations from multiple Less / Scss sources and returns a PHP associative array.
omasn/object-handler
7302 Downloads
The component allows filling objects from an associative array based on class strict property maps
designmynight/laravel-recursive-collection
16767 Downloads
A package to convert nested arrays and associative arrays into nested collections