zend-expressive-test/README.md

25 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2016-10-25 11:54:28 +02:00
# zend-expressive-test
This is a simple *Hello World* application using [Zend Expressive](https://zendframework.github.io/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](https://zendframework.github.io/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](https://github.com/php-fig/fig-standards).
## 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