Libraries tagged by generic
zhgzhg/gphpthread
3839 Downloads
Generic PHP Threads library using only pure PHP
wwwision/import-service
9736 Downloads
Generic service for importing data from different sources to configurable targets such as the Neos Content Repository or an arbitrary database table
united-prototype/php-ga
89313 Downloads
"ga.js in PHP" - Implementation of a generic server-side Google Analytics client in PHP that implements nearly every parameter and tracking feature of the original GA Javascript client.
umutphp/laravel-model-recommendation
748 Downloads
A generic package to create recommendation for eloquent models
techdivision/import-converter-ee
131814 Downloads
Pacemaker library providing generic Magento 2 EE converter functionality
techdivision/import-converter
132375 Downloads
Pacemaker library providing generic converter functionality
techdivision/import-configuration
140097 Downloads
The configuration interfaces for generic import functionality implementations
tasko-products/symfony-prometheus-exporter
5833 Downloads
Generic metrics exporter for Symfony including messenger event metrics via middleware, request metrics, logging metrics and custom metrics via the Collector composition
sylius/admin-ui
22102 Downloads
Minimalist generic templates and routes for your admin panels
stephenlake/laravel-properties
5064 Downloads
Associate generic data to any other model without polluting your application model logic, for Laravel.
springbot/magento2-queue
61816 Downloads
A generic job queuing package for Magento 2
speckcommerce/speck-paypal
20744 Downloads
A generic module for adding PayPal support to a ZF2 application.
someniatko/result-type
2420 Downloads
Functional-ish generic Result type: either Success or Error
snakano/cache-store
52417 Downloads
provides a generic way to cache any data
shaka/dynamic-update-trait
5823 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.