php技术路线
2021-05-18 16:40:51 11 举报
AI智能生成
php技术路线
作者其他创作
大纲/内容
Php基础
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)
php框架
fastadmin
thinkphp
yaf
yii
hyperf
phaclon
symfony
fend
php扩展
经典扩展
swoole
yaf
yac
yar
扩展开发
c语言基础
开发框架
Zephir
常去网站
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/
0 条评论
下一页