Libraries tagged by configuring
oskar-zborowski/laravel-database-migrator
5 Downloads
The package enables easy migration of data from one database to another using Laravel database tools by configuring the mapping of appropriate columns in tables and setting migration conditions so that only the data of interest is transferred.
ojezu/configurable-discrimination-bundle
7723 Downloads
Symfony2 bundle that allows configuring Doctrine discrimination maps in children bundles.
nod/nod-environment
27 Downloads
A php library for detecting and configuring environment through dotenv
nitsan/nitsan-hellobar
40 Downloads
TYPO3 HelloBar – Smart Notification Bar - The HelloBar TYPO3 Extension is a valuable tool for configuring and designing messages on your website. It provides tools and services to schedule messages for your guests exactly when you want them to see the messages. With Hello Bar, you can attract guests to your website and improve user engagement.
natshah/install-selenium-server
0 Downloads
Installing and configuring selenium server for automated testing sessions.
nails/module-analytics
230 Downloads
This module provides a unified API for loading, configuring, and using analytic platforms.
modernwpdev/create-wp-site
2 Downloads
Create WP Site is a cli for quickly downloading, configuring, and installing WordPress using either core [WordPress](https://wordpress.org) or [Bedrock](https://roots.io/bedrock).
minormous/config
2 Downloads
A library for configuring the Auryn dependency injector
mavenbird/module-free-shipping-admin
0 Downloads
The Free Shipping Admin module enhances Magento 2's admin interface by providing administrators with advanced tools for configuring and managing free shipping options. This module simplifies the process of setting up promotional free shipping rules and conditions, streamlining shipping management and improving promotional flexibility within the admin panel.
magium/mcm-zend-db-factory
20 Downloads
A factory for configuring zendframework/zend-db adapters using the Magium Configuration Manager
lumiza/buildsql
12 Downloads
Construct SQL statement of operation database without configuring database information
jwderoos/configurable
7 Downloads
Package for self configuring services
itmar/wpsetting-class-package
6 Downloads
This package contains classes that provide a GUI for configuring various settings in WordPress.
gearmagicru/gm-be-config-defense
96 Downloads
Control Panel extension (module) "Configuring access by IP Address"
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.