Libraries tagged by Associative
davidjr82/eloquent-viewable
1 Downloads
Simple package that allows you to associate views with Eloquent models
dashifen/wp-pagination
11 Downloads
A trait and associated Container for use with WordPress pagination
danielverissimo/teamwork
8 Downloads
User to Team associations for the Laravel 5 Framework
damianociarla/tag-bundle
114 Downloads
DCSTagBundle adds tagging to your Symfony project, with the ability to associate tags with any number of different entities
dainsys/mailing
36 Downloads
Mailing and recipients management package for Dainsys. This package allows you to Associate recipients to your mailable files.
cyint/masterfactory-php
66 Downloads
A factory class for handling doctrine entities and their associated CRUD views
craftable/media
66 Downloads
Associate files with Eloquent models
corleonis/formmetadata
17662 Downloads
Use annotations with the forms builder e.g. @Form\Field("text"). Associates metadata along with the entity class. Useful to make more generic controllers that can deal with dynamic entities (such as CMS scenarios).
coreation/php-shapefile
405 Downloads
PHP library to read any ESRI Shapefile and its associated DBF into a PHP Array or WKT
coolonce/logger-interface
4636 Downloads
This package allows you to send data for logging to the HTTP daemon associated with the clickhouse
compubel/laravel-rating
352 Downloads
Associate ratings to any Eloquent model
codificio/laravel-medialibrary
138 Downloads
Associate files with Eloquent models
codelibrary/world
10 Downloads
List of countries and their associated data.
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.
cobhimself/api-services-bundle
3 Downloads
The ApiServicesBundle provides classes which aid in the creation and use of commands associated with API endpoints.