Why use a micro framework?
On social media, often new PHP devs ask "What framework should I use for my project" and generally the answers given are "Laravel" or "Symfony".
While these are both good options, the right answer to this question should be "What do you need the framework to do?"
The right framework should be one that does what you need it to, without loads of features you will never use.
If you are making a website with one route, using Laravel or Symfony would be over engineering the site, while for a complex site, Laravel or Symfony may be the right choice.
Micro frameworks are great for building small to medium sized sites that don't need all of the features a full stack framework provides.
While there are many, Slim and Flight PHP are both great examples of micro frameworks.
Recently I built a small website that asks the user to solve 10 database related questions. It had three routes, and some basic queries to fetch the questions and compare the answers.
For a small project like this, a micro framework is a great choice. I built the site on both Slim and Flight PHP to compare them.
Skeletons
If you haven't used a particular framework before, using the provided skeleton project is generally a great place to start.
Flight PHPs skeleton project is pretty much what I expected, light weight, simple MVC setup, easy to understand the folder structure and know where everything should go in the project.
For someone new to the framework, the learning curve to getting up and running is minimal.
Light on composer libraries, just 5 in total (including the core library), 4 used in production.
The production size for the Skeleton, was 1.6Mb.
Slims skeleton project surprised me, The directory structure was more complex than I had anticipated. Geared more towards a structure that may be used in a larger project than in a small project. For a micro framework, this wasn't expected.
The Slim skeleton was a bit heavier than Flight PHP. 21 composer libraries, 9 used in production. Production size of the project was 3.3Mb.
Both worked out of the box with minimal additional configuration needed.
Building From Scratch
Instead of using the skeletons, I decided to build the sites by creating my own setup. The advantages of doing this is that I was able to tailor the frameworks to suit my needs, and see how flexible they were to different structures.
One of the big advantages of using micro frameworks is being able to build them to do exactly what you need without unnecessary overhead, adding features and libraries as they become needed.
My setup with Flight PHP wasn't significantly different from the skeleton, While I did end up with less directories and different composer libraries, structurally, it was similar.
With Slim, the structure of the project ended up significantly different from the skeleton.
It was nice that Slim was flexible and wasn't making assumptions about structure and worked just fine with a completely different structure than the skeleton.
Flight PHP is also flexible in this way, allowing for more complex structures if needed, adding new libraries into the framework was straight forward.
The Code
Routing
From a routing point of view, both were nice to work with. They were both easy to set up without much documentation reading necessary.
Routes in Flight PHP were slightly simpler to setup than Slim, and used less code to do so, but neither was difficult to setup.
Routing groups, regex abilities and middleware options made routes flexible while still being easy to work with.
Database Connections
With Slim, the expectation is that you should use an ORM like Eloquent or Doctrine for your database queries, whereas Flight PHP provides a simple wrapper for PDO that can be used if you need to and optionally, Active Record can be added to the project for query building.
For a small project like the one I was working on, using an ORM seemed to be a bit more than necessary, so I ended up building a small PDO wrapper class for Slim, similar to the one that comes built into Flight PHP.
ORMs are great, but having the flexibility built in to choose how I wish to code database queries is a good feature.
General Coding
Both Slim and Flight PHP Frameworks are good at allowing you to write code your own way.
Some frameworks tend to force you into coding a specific way and at times it can feel like you are fighting against the framework.
Frameworks should work with you not against you, and both of these felt like they were working with me.
Slim also provides a number of handy add ons including CSRF integration and HTTP caching.
Flight PHP provides additional add ons including Permissions and Active Record.
All of these add ons are helpful additions without having to use 3rd party solutions or build your own.
Returning JSON as a response is cleaner in Flight PHP than it is in Slim, Slim 3 had a convenient withJson response. While Slim 4 adheres more to PSR-7, it does mean that to build the JSON response requires more code.
If I was going to be using JSON responses a lot, I would likely create a wrapper to make it more convenient while still adhering to the PSR-7 standard.
This is a significant difference between the two Frameworks, Slim feels like it needs to be tailored more by creating classes to clean up and simplify the codebase, while Flight PHP has already done this for you.
Slim provides a number of helper middleware. The middleware is required in order to make some features work.
An example of this is fetching data from Javascript using FETCH. Slim has a method getParsedBody to create a data array from the POST request.
However, in order to use it the addBodyParsingMiddleware needs to be added to the container.
It's a little bit of a trap for new devs, but also provides access to optional features, which can lower the frameworks overall footprint by only enabling features you need.
Flight PHP achieves this through a config file, some features can be turned on and off through the config rather than through middleware enablement.
Speed Tests
According to benchmarks, comparing the two has interesting results, Slim edges out Flight PHP on some areas while Flight PHP edges out Slim in other areas.
Putting the two frameworks to a test on my own code showed that Flight PHP had faster and more consistent response times than Slim.
Front End
GET request returning JSON
POST request returning JSON
What I found noteworthy was the outlier spikes when using Slim.
Running these tests multiple times produced similar results each time to the ones I have shown above, with generally good response times for both but with outlier spikes in Slim that didn't occur when testing Flight PHP, and Flight PHP generally having better response times.
Final Thoughts
If you haven't ventured into micro frameworks, give them a go, there are a few out there and it can be a great learning experience to try them out and see what you like and what you don't like in each one.
Both Slim and Flight PHP are great micro frameworks.
Slim is a solid framework with some nice-to-have features, that will work quietly for you.
Flight PHP is lighter weight, and its simplicity makes learning the framework really easy.
Good response times and more simplified code to achieve the same thing makes it a really good choice for a micro framework to use.
After putting these two side by side, I do prefer Flight PHP over Slim, but as with any framework, give it a go and see if it works for you.
After all, the right framework is a framework that does what you need it to do.
Flight PHP
Slim Framework
以上是Slim and Flight PHP Framework Comparison的详细内容。更多信息请关注PHP中文网其他相关文章!

Thedifferencebetweenunset()andsession_destroy()isthatunset()clearsspecificsessionvariableswhilekeepingthesessionactive,whereassession_destroy()terminatestheentiresession.1)Useunset()toremovespecificsessionvariableswithoutaffectingthesession'soveralls

stickysessensureuserRequestSarerOutedTothesMeServerForsessionDataConsisterency.1)sessionIdentificeAssificationAssigeaSsignAssignSignSuserServerServerSustersusiseCookiesorUrlModifications.2)一致的ententRoutingDirectSsssssubsequeSssubsequeSubsequestrequestSameSameserver.3)loadBellankingDisteributesNebutesneNewuserEreNevuseRe.3)

phpoffersvarioussessionsionsavehandlers:1)文件:默认,简单的ButMayBottLeneckonHigh-trafficsites.2)Memcached:高性能,Idealforsforspeed-Criticalapplications.3)REDIS:redis:similartomemememememcached,withddeddeddedpassistence.4)withddeddedpassistence.4)databases:gelifforcontrati forforcontrati,有用

PHP中的session是用于在服务器端保存用户数据以在多个请求之间保持状态的机制。具体来说,1)session通过session_start()函数启动,并通过$_SESSION超级全局数组存储和读取数据;2)session数据默认存储在服务器的临时文件中,但可通过数据库或内存存储优化;3)使用session可以实现用户登录状态跟踪和购物车管理等功能;4)需要注意session的安全传输和性能优化,以确保应用的安全性和效率。

PHPsessionsstartwithsession_start(),whichgeneratesauniqueIDandcreatesaserverfile;theypersistacrossrequestsandcanbemanuallyendedwithsession_destroy().1)Sessionsbeginwhensession_start()iscalled,creatingauniqueIDandserverfile.2)Theycontinueasdataisloade

绝对会话超时从会话创建时开始计时,闲置会话超时则从用户无操作时开始计时。绝对会话超时适用于需要严格控制会话生命周期的场景,如金融应用;闲置会话超时适合希望用户长时间保持会话活跃的应用,如社交媒体。

服务器会话失效可以通过以下步骤解决:1.检查服务器配置,确保会话设置正确。2.验证客户端cookies,确认浏览器支持并正确发送。3.检查会话存储服务,如Redis,确保其正常运行。4.审查应用代码,确保会话逻辑正确。通过这些步骤,可以有效诊断和修复会话问题,提升用户体验。

session_start()iscucialinphpformanagingusersessions.1)ItInitiateSanewsessionifnoneexists,2)resumesanexistingsessions,and3)setsasesessionCookieforContinuityActinuityAccontinuityAcconActInityAcconActInityAcconAccRequests,EnablingApplicationsApplicationsLikeUseAppericationLikeUseAthenticationalticationaltication and PersersonalizedContentent。


热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

Video Face Swap
使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

SublimeText3 英文版
推荐:为Win版本,支持代码提示!

禅工作室 13.0.1
功能强大的PHP集成开发环境

安全考试浏览器
Safe Exam Browser是一个安全的浏览器环境,用于安全地进行在线考试。该软件将任何计算机变成一个安全的工作站。它控制对任何实用工具的访问,并防止学生使用未经授权的资源。

VSCode Windows 64位 下载
微软推出的免费、功能强大的一款IDE编辑器

螳螂BT
Mantis是一个易于部署的基于Web的缺陷跟踪工具,用于帮助产品缺陷跟踪。它需要PHP、MySQL和一个Web服务器。请查看我们的演示和托管服务。