当前位置:网站首页>A classmate asked what framework PHP should learn?

A classmate asked what framework PHP should learn?

2022-06-22 17:05:00 Blue dream Maple Creek

PHP What frame to learn ?

Lao Lei wants to say that basic learning is hard , You can use any framework .PHP The framework is generally based on MVC framework , Basic components : route 、 controller 、 View 、 database 、 request 、 Respond to 、 middleware 、 cache 、session、cookie etc. , After knowing this, you can get started quickly PHP frame . Here we also recommend several popular frameworks

The traditional framework :

laravel/lumen : Although the initial configuration is tedious , But it's still very easy to expand after getting started , As PHP The first frame , It provides very rich functions ,orm Components are used by many other frameworks .

thinkphp: Although they are often roast , However, domestic enterprises use more .tp6 And tp5 It's a big difference , Cause incompatibility , Roast is huge .

Command line framework :

hyperf: be based on swoole Of web Development framework , Performance is more traditional fpm The frame is greatly lifted , It has rich functions , But the co process expansion compatibility is large . As swoole Officially recommended framework , Project active , Update frequently .

webman: be based on workerman Of web Development framework , Higher performance , The built-in function is simple , Compatible with traditional class libraries , Easy to expand , Can be in Windows System development .

原网站

版权声明
本文为[Blue dream Maple Creek]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206221536004957.html