Libraries tagged by refund
israeldavidvm/database-auditor
8 Downloads
¡Optimiza tu diseño de bases de datos con database-auditor! ¿Quieres asegurarte de que tu base de datos esté libre de redundancias, anomalías y problemas de diseño? Con database-auditor, obtén las herramientas necesarias para validar formas normales, analizar dependencias funcionales y garantizar un diseño robusto y eficiente. ¡Prueba nuestra interfaz de línea de comandos y lleva tu base de datos al siguiente nivel!
pr0ject-x/px
17128 Downloads
Project-X is a pluggable toolkit which can streamline redundant tasks without hassle.
andriusgecius/redundant-memcached
78 Downloads
Connection manager for 2 redundant memcached servers
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.
phpguus/flysystem-raid
19 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
39 Downloads
A CQRS-style approach for managing data redundancy "the good way"
gtheron/rest-bundle
9 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
55 Downloads
Tries to remove redundancy from our tests
edward144/php-mailer-failover
7 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.