Libraries tagged by clean core
apiera/php-standards
101 Downloads
PHP code quality configurations enforcing strict typing and clean code practices
agenciaecode/types
245 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
91 Downloads
Wp Autoload with Namespaces (For better and clean plugin code using OOP)
webtheory/playground
87 Downloads
Keep your code clean by putting scrap code in burner files
spydr97/php-cli-table
14 Downloads
A simple library to create clean table outputs in PHP CLI scripts
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.
prettyurl/prettyurl
15 Downloads
Class to create clean Urls for blogs, forums and other websites
nodusblocker/cleanphp
4 Downloads
A lightweight PHP Library to Make Code Clean
net.christianto/apikit-ci4
14 Downloads
API Kit for CodeIgniter 4. Help code cleaner API Projects.
graycore/phpcs-sniffs
760 Downloads
A collection of sniffs that we use to keep our code clean.
fourcoders/cache-clear-bundle
59 Downloads
This bundle give you a correct clean cache in your symfony 2 proyect. Only for unix systems.
dmitryrechkin/php-converters-emptytonull
208 Downloads
PHP Converter that converts of empty to null. It is helps to make code cleaner by removing the need for if conditions for cases when some API expects null in order to consider parameter as unset.
awsm/lib-mail
93 Downloads
Awesome mail functionality. Easy and clean mail creation and transportation.
joedevsharp/entitylite
13 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.