Libraries tagged by elective
ephect-io/create-app
107 Downloads
Effective!
elminson/process-checker
11 Downloads
A playful and effective way to check and manage processes in your Laravel application.
elevinskii/module-media-storage
4737 Downloads
Set of commands to operate your Magento2 catalog media effectively
dodev34/sdk-sierra-iot-m2m-bundle
22 Downloads
Airvantage PHP SDK. Manage your SIM cards effectively, carry out remote analysis and reduce costs. Starter-kits available for trials.
dodev34/sdk-orange-iot-m2m-bundle
28 Downloads
Manage your SIM cards effectively, carry out remote analysis and reduce costs. Starter-kits available for trials.
digitalastronauts/warp
53 Downloads
Simple database layer based on `nette/database` to work effectively with entities.
devpac/dashbaord
1 Downloads
Easy and effective dashboard
deviscoding/colors
197 Downloads
SASS color functions, maps and CSS used in DevIsCoding components. Can also be used quite effectively in any SASS where one desires an easy way to manage colors.
dassuman/laravel-tickets
3 Downloads
Simple but effective solutions to provide support
danbettles/slack-logger
602 Downloads
A simple but effective PSR-compliant logger that sends log-entries to a Slack incoming webhook
cresset/jibs
0 Downloads
Selective, anonymized MySQL database imports from production to local dev over SSH. Follows foreign keys from a handful of rows instead of dumping everything. Fetches a prebuilt Rust binary on demand.
covex-nn/moodle
382 Downloads
Free web application that educators can use to create effective online learning sites
comphp/runtime
18 Downloads
Bootstrap, lifecycle, module, service provider, event, and executive support for PHP applications.
comphp/console
1 Downloads
Console executive, command, and terminal tooling support for PHP applications.
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.