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

https://github.com/craryprimitiveman/create-your-own-php-framework

构建自己的PHP框架
https://github.com/craryprimitiveman/create-your-own-php-framework

create framework php

Last synced: 5 months ago
JSON representation

构建自己的PHP框架

Awesome Lists containing this project

README

          

# create-your-own-php-framework
构建自己的PHP框架

这个栏目暂时告一段落,前一部分比较像Yii,后一部分比较像Laravel,因为当时正在看相应框架的源码,所以会有不少借鉴参考。捂脸~

这个框架千万不要直接应用于生产环境,只是用来帮助大家理解PHP框架的实现机制。

* [搭建基本结构](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/01.md)
* [抽象框架的内容](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/02.md)
* [抽象Controller的基类](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/03.md)
* [定义ORM的接口](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/04.md)
* [实现Model类(1)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/05.md)
* [实现Model类(2)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/06.md)
* [实现Model类(3)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/07.md)
* [创建组件的机制](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/08.md)
* [构建缓存组件(1)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/09.md)
* [构建缓存组件(2)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/10.md)
* [构建模版引擎(1)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/11.md)
* [构建模版引擎(2)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/12.md)
* [构建模版引擎(3)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/13.md)

## Star history
[![Stargazers over time](https://starchart.cc/CraryPrimitiveMan/create-your-own-php-framework.svg)](https://starchart.cc/CraryPrimitiveMan/create-your-own-php-framework)

## 许可

知识共享许可协议

本书系[孙广君](https://github.com/CraryPrimitiveMan)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)许可。