https://github.com/claudio-code/solid-principles-php
:memo: Learning about how use SOLID principles with php.
https://github.com/claudio-code/solid-principles-php
Last synced: 2 months ago
JSON representation
:memo: Learning about how use SOLID principles with php.
- Host: GitHub
- URL: https://github.com/claudio-code/solid-principles-php
- Owner: Claudio-code
- Created: 2021-12-14T22:17:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T21:40:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T21:16:34.485Z (8 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:yellow_heart: SOLID principles :yellow_heart:
- [Single Responsibility](#SingleResponsibility)
- [Open / Close](#Open/Close)
- [Liskov Substitution](#LiskovSubstitution)
- [Interface Segregation](#InterfaceSegregation)
- [Dependency Inversion](#DependencyInversion)