Libraries tagged by clean_code
calm-canvas/archetype-theme-kit
8 Downloads
Archetype-Theme-Kit is a high-performance PHP library for WordPress developers. It provides a standardized foundation of core functions, global constants, and reusable utilities. Designed to streamline theme development, it ensures architectural consistency and clean code across multiple projects.
agenciaecode/types
249 Downloads
Common types for clean code PHP projects.
stephenlake/php-commons
468 Downloads
Frequently used helpers to writer cleaner code without forcing globally defined functions.
apiera/php-standards
129 Downloads
PHP code quality configurations enforcing strict typing and clean code practices
wpackagist-plugin/wpal-autoload
98 Downloads
Wp Autoload with Namespaces (For better and clean plugin code using OOP)
ryu818/tiny-mce
744 Downloads
The purpose of placing TinyMCE in a plugin is to keep it separate from a themed view, the regular webroot or the app in general, which makes it easier to update and overall follows the idea of keeping the code clean and modular.
nodusblocker/cleanphp
5 Downloads
A lightweight PHP Library to Make Code Clean
net.christianto/apikit-ci4
15 Downloads
API Kit for CodeIgniter 4. Help code cleaner API Projects.
me-arif-dewan/laravel-repository-generator
5 Downloads
Introduces a new Artisan command to generate repository classes with support for: - Multiple interface implementation with automatic method stub generation. - Single class extension with validation. - Model dependency injection via constructor. - Automatic service provider binding registration. - Pipeline pattern for clean, maintainable code structure.
graycore/phpcs-sniffs
794 Downloads
A collection of sniffs that we use to keep our code clean.
gertjanroke/laravel-db-model
4 Downloads
A model wrapper around the DB class to keep your code clean
akimmaksimov85/creator
362 Downloads
Clean Architecture Code Creator
imranz/wp-autoload
181 Downloads
Wp Autoload with Namespaces (For better and clean plugin code using OOP)
joedevsharp/entitylite
15 Downloads
A lightweight PHP ORM inspired by Entity Framework, designed to simplify database interactions and provide an intuitive way to manage entities and relationships. This library utilizes a fluent interface and follows the PSR-4 autoloading standard, making it easy to integrate into any PHP project. With support for basic CRUD operations and a focus on simplicity and performance, this ORM empowers developers to work with databases seamlessly while maintaining clean and maintainable code.
batenburg/response-factory-bundle
6498 Downloads
A response factory bundle, to clean your controller code.