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

https://github.com/zfegg/zf-application-tutorials

Zend Framework 3 框架应用教学
https://github.com/zfegg/zf-application-tutorials

Last synced: 3 months ago
JSON representation

Zend Framework 3 框架应用教学

Awesome Lists containing this project

README

          

Zend Framework 3 应用搭建Demo和教学
==================================

## 需储备基础

* PHP 5.5 版本以已之前的特性
* Composer 的使用, 参考链接: [Composer 官方](https://getcomposer.org/), [Composer 中文文档](http://www.phpcomposer.com/)
* PSR(1,2,4) 规范, 参考链接: [PSR英文官网](http://www.php-fig.org/) , [PSR中文(非官方)](https://psr.phphub.org/)

## Demos

* [ZF 官方 Album](https://github.com/zfegg/zf-application-tutorials/tree/zf-offical-album)