Libraries tagged by clean_code
apiera/php-standards
101 Downloads
PHP code quality configurations enforcing strict typing and clean code practices
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.
wpackagist-plugin/wpal-autoload
92 Downloads
Wp Autoload with Namespaces (For better and clean plugin code using OOP)
webtheory/playground
90 Downloads
Keep your code clean by putting scrap code in burner files
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.
graycore/phpcs-sniffs
773 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
14 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.
coagus/php-api-builder
63 Downloads
PHP API Builder is a library designed to simplify the construction of APIs in PHP, ensuring clean, well-structured code, and providing out-of-the-box support for connecting a MySQL database as a resource.
batenburg/response-factory-bundle
6497 Downloads
A response factory bundle, to clean your controller code.