Show notes
With Zend Expressive, you can build all kinds of middleware-based applications, such as APIs, websites, single page applications, even extremely large and sophisticated applications.
In this episode, I show you four key ways in which you can configure your expressive applications.
These are:
- Basic routing configuration
- Using a container
- Using a Configuration-Driven Container
- Hybrid Container and Programmatic Creation
To find out more information on it, check out these key links:
- https://github.com/zendframework/zend-expressive/blob/master/doc/book/reference/usage-examples.md
- https://github.com/zendframework/zend-expressive/blob/master/doc/book/index.md#installation
- https://github.com/zendframework/zend-expressive/blob/master/doc/book/features/application.md#adding-routable-middleware

