Libraries tagged by associate
frankperez87/xml2array
1151 Downloads
This will convert a Simple XML string to a associative array.
fgendorf/php-array-table
19 Downloads
PHP Library for printing associative arrays as text table (similar to mysql terminal console) with compatibility with markdown
feraiur/recommender_system_php
1 Downloads
Collaborative Recommender Filtering and Apriori Rules Associations for PHP language
ehaerer/easy-verein
38 Downloads
Extension to connect TYPO3 with easyVerein association management software
edinaldofox/crud-generator-bundle
7 Downloads
Symfony3 bundle for CRUD generation with pagination, filtering, sorting, page size, bulk delete and bootstrap3 markup. This Generator supports Doctrine association mapping.
dymantic/cloudinary-model-images
9 Downloads
Assosiate cloudinary uploads with laravel models
dsijak/container
5 Downloads
Stores objects into static associative array. Without any unnecessary overcomplicated features.
drupal/la_eu
0 Downloads
Drupal powered website for Local Associations
digu087/tcd-tagging
79 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable. You can also assocaite a tag with multiple groups
diego-karabin/csv-to-array
23 Downloads
Library to convert .csv files into associative array.
diego-karabin/array-to-csv
2 Downloads
Library to generate .csv files from an associative array.
danielverissimo/teamwork
7 Downloads
User to Team associations for the Laravel 5 Framework
d125v17/multisort
9 Downloads
Sort flat arrays / arrays of associative arrays, arrays of objects
coco-project/sql-cache
13 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.
cjrasmussen/objectify
10 Downloads
Simple functions for converting associative arrays to objects and vice-versa