https://github.com/blue32a-sandbox/solid-php
SOLID by PHP
https://github.com/blue32a-sandbox/solid-php
php
Last synced: 3 months ago
JSON representation
SOLID by PHP
- Host: GitHub
- URL: https://github.com/blue32a-sandbox/solid-php
- Owner: blue32a-sandbox
- Created: 2022-08-08T13:01:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T05:16:52.000Z (over 2 years ago)
- Last Synced: 2025-01-19T15:38:30.733Z (5 months ago)
- Topics: php
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SOLID by PHP
https://ja.wikipedia.org/wiki/SOLID
- 単一責任の原則(SRP:Single Responsibility Principle)
- オープン・クローズドの原則(OCP:Open-Closed Principle)
- リスコフの置換原則(LSP:Liskov Substitution Principle)
- インターフェイス分離の原則(ISP:Interface Segregation Principle)
- 依存関係逆転の原則(DIP:Dependency Inversion Principle)