clean-code
Here are 56 public repositories matching this topic...
Discover files in need of refactoring.
-
Updated
Nov 15, 2020 - PHP
PHP Magic Number Detector
-
Updated
Nov 4, 2020 - PHP
Design patterns written in PHP 7.4
-
Updated
Oct 6, 2020 - PHP
PHP shopping cart core platform
-
Updated
Sep 6, 2018 - PHP
Multi OTP Spam Amp/Paralell threads
-
Updated
Jul 10, 2020 - PHP
A tool to verify that your files are in harmony with your .editorconfig
-
Updated
Nov 11, 2020 - PHP
A pair programming partner for writing better PHP. Pahout means PHP mahout
-
Updated
Jun 26, 2020 - PHP
Quick SQL Scanner, Dorker, Webshell injector PHP
-
Updated
Jun 12, 2020 - PHP
Custom PHPCS sniffs to find Code Smells
-
Updated
Oct 29, 2020 - PHP
The Chevere Framework for building extensible server-side applications,
-
Updated
Nov 16, 2020 - PHP
A gaming website where people can play against each other.
-
Updated
Oct 4, 2020 - PHP
Configured GrumPHP with bunch of tools for static code analysis Symfony Framework
-
Updated
Oct 26, 2020 - PHP
ShitHub is a collaborative platform, created to check your own and/or foreign code for security vulnerabilitys and design issues.
-
Updated
Jul 2, 2018 - PHP
Laravel Repository is a package for Laravel 5/6/7. It's used to abstract business logic into a repository layer with the aim of keeping your codebase clean and maintainable.
-
Updated
Aug 16, 2020 - PHP
A simple contact manager API to demonstrate the concepts of Clean Architecture and DDD with PHP 7.4+.
-
Updated
Aug 30, 2020 - PHP
[DEPRECATED] Use Symfony 3.3 instead, see →
-
Updated
May 5, 2017 - PHP
-
Updated
Nov 1, 2019 - PHP
[PHP 7] Repository with Cache layer using PSR-6
-
Updated
Aug 8, 2016 - PHP
Multi Spam SMS OTP
-
Updated
Nov 25, 2019 - PHP
[PHP 7] FileSystem Repository implementation
-
Updated
Aug 7, 2016 - PHP
Overengineered application with products and carts. Operations available via REST API, storage PostgreSQL, orm is Doctrine, framework is Symfony, Commandbus is tactician
-
Updated
Apr 1, 2020 - PHP
PHP Code Density Meter
-
Updated
Feb 16, 2020 - PHP
Code Talk community is a place where you can learn to code from all aspects in computer science whether it is web development, mobile development, desktop apps or even artificial intelligence and machine learning and many other modern IT fields, it is built from the community to the community (^_^)
-
Updated
Nov 5, 2020 - PHP
Notification service
-
Updated
Jun 28, 2020 - PHP
A REST API application to get rooms from multiple hotel-providers with criteria
-
Updated
Jul 15, 2020 - PHP
An example of a small REST application
-
Updated
Sep 2, 2020 - PHP
small clean php-microservice with docker, nginx, composer, unittest, ..
-
Updated
Sep 10, 2019 - PHP
Improve this page
Add a description, image, and links to the clean-code topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clean-code topic, visit your repo's landing page and select "manage topics."


Current Behavior
I'm trying to use exclude-pattern in a ruleset, but the same path doesn't work in windows/linux at the same time.
Usually I use a path like
<exclude-pattern>application/folder</exclude-pattern>But, this only works for linux