Adrian 2968393918 | ||
---|---|---|
config | ||
public | ||
src/App | ||
.gitignore | ||
README.md | ||
composer.json |
README.md
zend-expressive-test
This is a simple Hello World application using Zend Expressive.
The commit history shows the development from a simple one-file example to an application which uses a config file, routing and error handling.
Zend Expressive is part of Zend Framework 3 (ZF3) which has been released very recently in June 2016. It builds upon the latest PHP FIG standard.
Links
-
HTTP Abstraction:
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message-meta.md -
Zend Expressive Introduction:
https://github.com/zendframework/zend-expressive/blob/master/doc/book/getting-started/features.md -
Dependency Injection Containers:
https://github.com/php-fig/fig-standards/blob/master/proposed/container-meta.md -
Session/Flash Handling:
https://github.com/zendframework/zend-expressive/blob/master/doc/book/cookbook/flash-messengers.md