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
- Host: GitHub
- URL: https://github.com/zviryatko/zend-expressive-sample
- Owner: zviryatko
- Created: 2016-03-29T08:48:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T21:06:35.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T12:57:41.353Z (over 1 year ago)
- Language: PHP
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample site using Zend Expressive
[](https://coveralls.io/github/zviryatko/zend-expressive-sample)
[](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.