Libraries tagged by clean_code
upperdog/wp-core-update-cleaner
10 Downloads
This plugin automatically removes some files in the root folder, like wp-config-sample.php, readme and license files, when WordPress is manually or automatically updated.
antonioanerao/startbootstrap-clean-blog
8 Downloads
Tema WordPress usando o Startbootstrap Clean Blog, com Widgets, barra lateral e comentários nativos do WP.
drewjw81/clear-qr
31 Downloads
A PHP class to generate QR Codes using ImageMagick
caiquemcz/query-from-cache
0 Downloads
Query From Cache is a Laravel package that provides a simple way to cache query results directly from your Eloquent models. It automatically caches the output of model methods and offers actions to refresh or clear the cache with minimal code changes.
tourze/workerman-core-dump-cleaner
19 Downloads
CoreDump文件清理
stagem/magento-core-cache-cleaner
31 Downloads
The module allows clearing core_cache table by cron schedule
kayobruno/http-status-code
0 Downloads
The "HTTP Status Code Abstraction" project is a PHP 8-based initiative aimed at simplifying the management and usage of HTTP status codes by introducing ENUM support. HTTP status codes are integral to web development, providing vital information about the success or failure of HTTP requests and responses. However, managing and referencing these status codes in a clear and organized manner can often be challenging. This project seeks to address this challenge by leveraging PHP 8's ENUM feature.
zafkiel/core
13 Downloads
Application de gestion de backoffice avec Clean Architecture
valhalla/valhalla-core-utils-lib
13712 Downloads
Valhalla Core Utilities Library is a collection of useful utility classes to make development clean and easy.
phputil/core
340 Downloads
Useful classes for PHP
homedeve/coreflow
1 Downloads
Laravel Clean Architecture & DDD Toolkit by Homedeve
doubleedesign/comet-components-core
32 Downloads
PHP-driven web UI component library focused on clean and accessible HTML, reusability, and structured flexibility.
detroit/core
0 Downloads
A development-ready PHP implementation of clean architecture
atmorus/laravel-clear-all-cached-data
11 Downloads
Laravel 5 Package to Clear all cached data i.e. views, config, routes etc. !!! Important !!! The basis of this package was taken code Afraz Ahmad - github.com/afrazahmmad/clear-all-cached-data. Changes were made to the properties of the link to the package: requires (JSON schema), to support Laravel 5.7
fixmind/enum
49 Downloads
Class organizes collections of constants. Gives the ability to keep code clear, transparent and strict.