Libraries tagged by this7 config
coco-project/sql-cache
19 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.
cdma-numiscorner/ebay-account-api
1492 Downloads
The Account API gives sellers the ability to configure their eBay seller accounts, including the seller's policies (the Fulfillment Policy, Payment Policy, and Return Policy), opt in and out of eBay seller programs, configure sales tax tables, and get account information. For details on the availability of the methods in this API, see Account API requirements and restrictions.
buonaparte/bnp-service-definition
62 Downloads
This module provides an alternative service factories definition, through configuration
bisonlab/context-bundle
298 Downloads
This bundle handles contexts as a system for linking internal models/entities to external ones in a flexible configureable way
avnsh1111/laravel-api-rate-limiter
21 Downloads
Laravel API Rate Limiter is an open-source package designed to help developers easily implement and manage rate limiting for their API endpoints in Laravel applications. This package aims to provide a flexible and configurable solution for protecting APIs from excessive requests, ensuring optimal performance and preventing abuse.
assegaiphp/common
4 Downloads
The assegai/common package is a collection of commonly used utility classes and functions for AssegaiPHP projects. This package provides a set of tools that are designed to make it easier for developers to perform common tasks such as working with arrays, strings, and paths. The package also includes classes for handling errors and logging, as well as a simple yet powerful configuration management system. The package is designed to be lightweight, with minimal dependencies, and is fully compatible with any AssegaiPHP based project. Whether you're building a small web application or a large enterprise system, assegai/common provides the essential building blocks you need to get started quickly and easily.
apilaravue/apilaravue
36 Downloads
This is a framwork for large web projects. ApiLaravue uses Laravel 5.4 as backend integrated with laravel passport and laravel cors, Vuejs as frontend and the two communicate via API calls. It also include redis already installed and configured in the backend and frontend, a node server already created and configure for realtime communication and some vue packages are also install in the frontend such as vue-router, vue-resource, vue-socket.io, and sweetalert.
satrun77/editablefield
314 Downloads
This module allows CMS admin to create an manage list of configurable form fields that can be used by other module such as, satrun77/configurablepage.
romm/site-factory
31 Downloads
Replicate and modify an existing website model very easily with a flexible and lean design. Read the code examples to understand and master all the TypoScript configuration, or extend the existing duplication processes. Based on freesite (created by Kasper Skårhøj) this project was originaly conceived by Cyril Wolfangel and is developped and maintained by Romain Canon. Join the project on https://github.com/romaincanon/TYPO3-Site-Factory
platformsh/drupal8-multisite
6 Downloads
This template builds Drupal 8 in the multi-site configuration for Platform.sh based the "Drupal Recommended" Composer project.
kregel/menu
443 Downloads
This will automatically build/ generate a menu based upon your configuration file.
enm/transformer-bundle
411 Downloads
This bundle can be used for transforming an array, an object or a json-string into a needed array, object or json-string and validating the values and the schema against a configuration array.
enm/transformer
494 Downloads
This library can be used for transforming an array, an object or a json-string into a needed array, object or json-string and validating the values and the schema against a configuration array.
aaron4m/zf2-static-pages
416 Downloads
The purpose of this module is to create a simple, zero configuration static pages module for Zend Framework 2
zaphyr-org/config
79 Downloads
Load configuration files the easy way. This configuration loader supports PHP, INI, JSON, XML, YAML and NEON file extensions.