Detects design pattern in your code
##Â Installation
git clone https://github.com/Halleck45/DesignPatternDetector.git
cd DesignPatternDetector
composer install
##Â Usage
./bin/design-pattern <source-directory>
You'll get something like:
##Â Why ?
Just for fun. This tool is only a proof of concept. But contributions are welcome :)
##Â Detected patterns
Today this tool is able to detect following patterns :
- Micro
- Structure
- Structural
- Bridge
- Decorator
- Proxy
- Creational
- Singleton
- Abstract Factory
- Behavior
- Anti-patterns
- GodObject / Blob
##Â License
See LICENSE file
