An open API service indexing awesome lists of open source software.

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

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)