Libraries tagged by fenerich
zhgzhg/gphpthread
3862 Downloads
Generic PHP Threads library using only pure PHP
zero-to-prod/factory
2599 Downloads
A Generic Factory Pattern for Creating Arrays.
wwwision/import-service
9814 Downloads
Generic service for importing data from different sources to configurable targets such as the Neos Content Repository or an arbitrary database table
umutphp/laravel-model-recommendation
755 Downloads
A generic package to create recommendation for eloquent models
techdivision/import-converter-ee
132774 Downloads
Pacemaker library providing generic Magento 2 EE converter functionality
techdivision/import-converter
133335 Downloads
Pacemaker library providing generic converter functionality
techdivision/import-configuration
141065 Downloads
The configuration interfaces for generic import functionality implementations
tasko-products/symfony-prometheus-exporter
5961 Downloads
Generic metrics exporter for Symfony including messenger event metrics via middleware, request metrics, logging metrics and custom metrics via the Collector composition
talesoft/tale-factory
38202 Downloads
A generic factory implementation
symbiote/phpcs-sonar
6853 Downloads
Provides a Generic Issue Import Format report output for PHPCS, for use with tools such as Sonarqube
stephenlake/laravel-properties
5087 Downloads
Associate generic data to any other model without polluting your application model logic, for Laravel.
springbot/magento2-queue
61886 Downloads
A generic job queuing package for Magento 2
someniatko/result-type
2477 Downloads
Functional-ish generic Result type: either Success or Error
snakano/cache-store
52459 Downloads
provides a generic way to cache any data
shaka/dynamic-update-trait
6235 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.