轻量级框架 PHP_MVC_REST
- 授权协议: GPL
- 开发语言: PHP JavaScript
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/li_yu_jiang/PHP_MVC_REST_LightweightFramework
- 软件文档: https://github.com/gzu-liyujiang/PHP_MVC_REST_LightweightFramework/blob/master/README.md
软件介绍
PHP_MVC_REST作为一个极其轻量级MVC&API开发框架,是本人多年的php开发经验总结,不断吸取参考了flight、phx、discuz、punbb等开源项目的优点,最终形成独具自己风格的快速开发框架。目前我主要用于服务端应用程序接口开发,提供API和移动APP进行数据交换。
单一入口——所有URL都是基于index.php,格式:http://{host}/{path}/index.php?c={controller}&a={action}&key1=value1&key2=value2...
结构清晰——使用MVC模式,分三个主目录,分前台后台,分普通网页及数据接口。
易学易用——按照示例依样画葫芦,相信很快就能上手。
兼容性好——支持linux/windows+apache+mysql+php(lamp及wamp)、windows+iis+php、android+lighttp+mysql+php(almp)等常见环境。
免费开源——使用GPL协议,欢迎使用。
Writing Apache Modules with Perl and C
Lincoln Stein、Doug MacEachern / O'Reilly Media, Inc. / 1999-03 / USD 39.95
Apache is the most popular Web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend Web......一起来看看 《Writing Apache Modules with Perl and C》 这本书的介绍吧!
