Libraries tagged by refund
andriusgecius/redundant-db
84 Downloads
Connection manager for high availability database clusters
ezdeliveryco/laravel-database-redundancy
925 Downloads
A lightweight middleware to enforce database redundancy in Laravel and Lumen.
unsized/eggcss
7 Downloads
SMACCS componentised css builder for creating non-redundant css on the fly from html component files
teamchizkiyahu/envphp
21 Downloads
Simple and seamless redundancy tactics in env secrets encryption.
sozodesign/magento2-module-sozo-remove-meta-keywords
214 Downloads
Remove the redundant Meta Keywords from the site head output
phpguus/flysystem-raid
15 Downloads
A flysystem driver for Redundant Array of Independent Disk configurations.
panyanyany/laravel-exception-filter
16 Downloads
Filter some redundant file lines from stack trace.
level51/silverstripe-data-documents
25 Downloads
A CQRS-style approach for managing data redundancy "the good way"
gtheron/rest-bundle
8 Downloads
A bundle based on FriendsOfSymfony/RestBundle. Gives a base pattern for Resource definition and manipulation, along with base Controllers and Services to avoid REST resource manipulation code redundancy.
gipfl/test
53 Downloads
Tries to remove redundancy from our tests
edward144/php-mailer-failover
6 Downloads
A PHP Mailer class that allows for multiple redundant SMTP services to be configured.
devkraken/kraken-env-keeper
5 Downloads
A simple and efficient PHP library for reading environment variables from a .env file. This package provides a robust and exception-handling mechanism to ensure reliable access to environment variables within your application. It allows for optional default values and can be easily integrated with different project structures. The in-memory caching mechanism improves performance by avoiding redundant file reads.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
artbit/isget
56 Downloads
This is a handy little helper function that is used to replace the common pattern of isset($a, $a['b']) ? $a['b'] : $c; which can be ugly and redundant.
amattu2/ini-parser
21 Downloads
A PHP-7 .ini file parser built with error-redundancies