An open API service indexing awesome lists of open source software.

https://github.com/zviryatko/zend-expressive-sample

Sample of using zend expressive with twig and doctrine
https://github.com/zviryatko/zend-expressive-sample

Last synced: about 1 year ago
JSON representation

Sample of using zend expressive with twig and doctrine

Awesome Lists containing this project

README

          

# Sample site using Zend Expressive

[![Coverage Status](https://coveralls.io/repos/github/zviryatko/zend-expressive-sample/badge.svg)](https://coveralls.io/github/zviryatko/zend-expressive-sample)
[![Build Status](https://api.travis-ci.org/zviryatko/zend-expressive-sample.svg)](https://travis-ci.org/zviryatko/zend-expressive-sample)

Now it supports routing for static pages, i.e. create template in `templates/app/some-page.html.twig` and you can access
this page through browser `/some-page`. Also there is contact form on `/contact` page.

Planning to add user, roles, configuration pages, dynamic pages, translations. And 100% test cover.