Php基础<br>
Psr标准
https://learnku.com/docs/psr
https://www.php-fig.org/
composer
https://www.phpcomposer.com/
代码复用
非业务不带db的复用 做成composer包
带业务带db的复用 fastadmin的插件
Php设计模式
https://github.com/DesignPatternsPHP/DesignPatternsPHP
https://designpatternsphp.readthedocs.io/zh_CN/latest/README.html
设计模式举例
1. Creational
1.1. Abstract Factory
1.2. Builder
1.3. Factory Method
1.4. Pool
1.5. Prototype
1.6. Simple Factory
1.7. Singleton
1.8. Static Factory
2. Structural
2.1. Adapter / Wrapper
2.2. Bridge
2.3. Composite
2.4. Data Mapper
2.5. Decorator
2.6. Dependency Injection
2.7. Facade
2.8. Fluent Interface
2.9. Flyweight
2.10. Proxy
2.11. Registry
3. Behavioral
3.1. Chain Of Responsibilities
3.2. Command
3.3. Interpreter
3.4. Iterator
3.5. Mediator
3.6. Memento
3.7. Null Object
3.8. Observer
3.9. Specification
3.10. State
3.11. Strategy
3.12. Template Method
3.13. Visitor
4. More
4.1. Service Locator
4.2. Repository
4.3. Entity-Attribute-Value (EAV)
常去网站
https://learnku.com/
https://www.fastadmin.net/
https://www.phpcomposer.com
https://www.php.net
https://www.laruence.com/
https://laravel.com/
https://www.hyperf.io/