2014年最佳的10款 PHP 开发框架
PHP去年发生了翻天覆地的变化。似乎每个人都有一个想法一个好的框架应该是什么样子,但话又说回来,没有多少面积制品类型的框架或框架的最终实际使用在不同的生产项目。
你知道哪个框架选择为您的生产计划吗?你甚至认为可用几种不同的框架吗?你只是坚持的一个框架,因为你习惯了吗?嗯,事实是,许多可用的,你可以去几个,你是使用,但这并不意味着你不应该研究实际上可用性之前,你选择一个。
10. Laravel
This is perhaps one of the more popular PHP frameworks out there at his particular moment in time. This is a very powerful and elegant looking framework and it is easy to learn and use. Even if you are a beginner. This one is definitely worth giving a try. Moreover, this one just looks beautiful.
9. Flight
This is a simple, fast and extensible micro-framework and it enables you to easily and quickly build RESTful web applications. It is powerful and easy to learn at the same time.
8. Yii
Yii is a PHP framework that offers high performance in case you are looking to develop Web 2.0 applications. Yii comes with many rich features including MVC, DAO/ActiveRecord, I18N/L10N, caching and authentication etc.
7. Medoo
This is perhaps the lightest PHP framework out there. It is a PHP database and it only consists of one file which is 10.0 kb in size. For small and simple applications, this is a brilliant choice.
6. PHPixie
This is meant for the Kohana framework and it is among one of the new favorites of people out there. It is MVC compliant, fast and easy to use and quite powerful.
5. CodeIgniter
This particular framework is quite old and probably reaching the end of its useful years. But this still is one framework you should definitely try before moving on to the others. Many people still prefer it in their projects. It is easy and powerful.
4. Kohana
This particular PHP framework is an open sourced project. This is an MVC web framework which was built using PHP5. It is a small but powerful framework, definitely worth your shot.
3. Symfony
This particular PHP framework was created in the year 2005 so you can safely say that it is quite old. Symfony is a very powerful MVC framework and if you consider the enterprise world, it is very popular too. There were many other web applications based on which Symfony was designed. For example Ruby on Rails, Django, and Spring. If you are looking for one of the most complete, easy, powerful, and elegant frameworks, you should definitely give this one a try.
2. Pop PHP
Generally speaking, PHP frameworks can sometimes be a pain to learn and use. They can be very complex, intense and over-whelming. This particular framework was built with all the experience levels in mind. It has a very manageable learning curve in order to help beginners get warmed up with the entire concept of PHP frameworks and how they work. If you are thinking this is an easy framework for beginners so it may not be very powerful, well, you will be very wrong. Pop PHP offers robust and powerful features for the more advanced PHP developers as well. Do give it a try and let us know what you think.
1. Phalcon
This is another open sourced PHP framework. It is a full stacked framework for PHP5 and was written as a C-Extension. It is optimized for extremely high-performance and it will not let you down at that. If you don’t know how to use the C language, do not worry, because you will not be needing that. The functionality is exposed as PHP classes which are ready for you to use.
This is the list we think should proof very useful to you. Let us know if we missed your PHP framework out or if you already have used one listed here. As always, your opinions and comments are always welcome.
2014年最佳的10款 PHP 开发框架的更多相关文章
- 10款最新CSS3/jQuery菜单导航插件
这是我们在2014年收集的10款最新的CSS3 / jQuery菜单导航插件,不论从外观样式,还是功能扩展性,这些jQuery菜单一定可以满足大家的设计需求.这次我们收集的jQuery菜单,有水平 菜 ...
- 10款最佳SQL Server服务器监控工具
转自:http://server.51cto.com/sSecurity-587355.htm 推荐 | 10款最佳SQL Server服务器监控工具 服务器是网络中最重要的资源之一,SQL Serv ...
- Ubuntu 16.04安装网络流量监控工具Netspeed(附带10款最佳的指示器工具)
安装: sudo add-apt-repository ppa:ferramroberto/linuxfreedomlucid sudo apt-get update sudo apt-get ins ...
- 玩家福音:10款最佳Linux免费游戏
“我能在Linux平台上游戏吗?”这类疑问正困扰游戏玩家,那么答案就是“快去Linux平台吧!”.开源组织一直以来坚持不懈为Linux操作系统开发不同类型的游戏,在Linux平台下的游戏完全不亚于其他 ...
- “乐”动人心--2017年10款最佳音乐类APP设计盘点
在上下班的路上,听几首自己喜欢的音乐来打发无聊的等公交车和地铁的时间是现代年轻人的常态.音乐作为最能鼓动人心的"语言",也成为了人们在互联网生活里占比例最高的消费活动之一,一款好看 ...
- 【转】推荐10款最热门jQuery UI框架
推荐10款最热门jQuery UI框架 原创 在进行Web开发时,并非所有的库都适合你的项目,但你仍需要收藏一些Web UI设计相关的库或框架,以在你需要的时候,加快你的开发效率.本文为你推荐10款非 ...
- 全栈开发必备的10款Sublime Text 插件
Sublime Text 具有漂亮的用户界面和强大的功能,例如代码缩略图,多重选择,快捷命令等.Sublime Text 更妙的是它的可扩展性.所以,这里挑选了全栈开发必备的10款 Sublime T ...
- 10款免费的响应式 WordPress 主题下载
响应式和现代设计风格的 WordPress 主题与能够非常灵活的适应所有设备.而高级主题能够更大可能性的轻松定制.所有的主题是完全响应式的,您可以从主题选项中禁用/启用响应模式.下面这个列表收集了10 ...
- 【特别推荐】10款唯美浪漫的婚礼 & 结婚纪念网站模板
互联网的重要性不言而喻,如今我们的生活已经完全离不开网络.这里给大家分享一组唯美浪漫的结婚邀请网站以及婚礼请柬网站模板,如果你也正想制作这样的网站,相信这些漂亮的网站模板能够带给你很大的帮助,让你快速 ...
随机推荐
- 转 彻底理解js中的&&和||
javascript中,&&和||的用法比较神奇,经常用在对象上,例如a || b,如果a不存在,则返回b.a && b,如果a存在,则返回b,否则返回a. 光这样看, ...
- Scrum 6.0
sprint演示 1.坚持所有的sprint都结束于演示. 团队的成果得到认可,会感觉很好. 其他人可以了解你的团队在做些什么,并得到重要反馈. 演示是一种社会活动,不同的团队可以在这里相互交流,讨论 ...
- 解决将easyui里的combobox里的输入框下拉列表变为空值
jQuery easyui官网上有一个方法是 :clear方法,这个方法说是能清除数据,但我测试了,结果它确实清楚了(但他清除的只是输入框显示的数据,没有清除所有的数据),在这里巧妙的用 它加载数据的 ...
- C语言以字符形式读写文件
一.字符读取函数 fgetc (一).函数介绍 fgetc 是 file get char 的缩写,意思是从指定的文件中读取一个字符.函数原型为: int fgetc(FILE* fp) fp 为文件 ...
- ubuntu16.04 关闭防火墙的方法
开启防火墙 ufw enable 关闭防火墙 ufw disable
- [转帖]TLS 1.3概述
TLS 1.3概述 http://www.inforsec.org/wp/?p=1960 By Yanting Yang | 四月 26, 2017| SecComm 作者:李新宇 中科院软件所 ...
- Codeforces 449B_Jzzhu and Cities
给一个无向图,外加一些特殊的连接原点的无向边.在不改变原点与所有点的最短路的情况下,最多可以删除多少条特殊边? 首先我们把所有的边夹杂在一起.spfa跑出与所有点的最短路. 接下来我们通过一次bfs来 ...
- spring+struts整合
首先是为什么整合strut2和spring? struts2的action是由struts2自己创建出来的,它不受spring的委托,也不受spring的管理,所以无法进行自动注入:spring和st ...
- BZOJ5297 CQOI2018社交网络(矩阵树定理)
板子题. #include<iostream> #include<cstdio> #include<cmath> #include<cstdlib> # ...
- hdu-3308 LCIS (线段树区间合并)
LCIS Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submis ...