更新时间:2021-07-14 10:06:17
封面
版权页
Credits
About the Author
About the Reviewer
www.PacktPub.com
eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Ecosystem Overview
Getting ready for PHP 7
Summary
Chapter 2. GoF Design Patterns
Creational patterns
Structural patterns
Behavioral patterns
Chapter 3. SOLID Design Principles
Single responsibility principle
Open/closed principle
Liskov substitution principle
Interface Segregation Principle
Dependency inversion principle
Chapter 4. Requirement Specification for a Modular Web Shop App
Defining application requirements
Wireframing
Defining a technology stack
Chapter 5. Symfony at a Glance
Installing Symfony
Creating a blank project
Using Symfony console
Controller
Routing
Templates
Forms
Configuring Symfony
The bundle system
Databases and Doctrine
Testing
Validation
Chapter 6. Building the Core Module
Requirements
Dependencies
Implementation
Unit testing
Functional testing
Chapter 7. Building the Catalog Module
Chapter 8. Building the Customer Module
Chapter 9. Building the Payment Module
Chapter 10. Building the Shipment Module
Chapter 11. Building the Sales Module
Chapter 12. Integrating and Distributing Modules
Understanding Git
Understanding GitHub
Understanding Composer
Understanding Packagist
Index