Which PHP Framework Should You Use in 2023? - #102

preview_player
Показать описание
#php #frameworks #laravel #codeigniter #symfony #2023

In this video, we'll answer the question: Which PHP Framework Should You Use in 2023? We'll be discussing the most popular PHP frameworks: Laravel, Symfony, CodeIgniter, Zend Framework / Laminas Project, CakePHP, Yii, Slim, and FuelPHP.

If you're looking to start a new project or update an existing one, then be sure to check out this video! We'll give you some tips on which PHP framework to use in 2023, based on the needs of your project.

Most of the PHP frameworks in this video are frameworks I have familiarity with, some recently, some a long time ago. So, I try to be as objective as possible. In this video we will be going over the following PHP frameworks you need to know in 2023:

I hope you enjoy the video, and that it helps you decide which is the best PHP framework for your needs in 2023 or even if you need to use one.

0:00 Intro
00:17 What is a PHP Framework?
01:23 Cons of Using a PHP Framework
02:52 Pro of Using a PHP Framework
03:58 List of PHP Frameworks We Will Go Over
04:36 Laravel
06:42 Symfony
08:22 CodeIgniter
09:24 Zend Framework / Laminas Project
10:14 CakePHP
11:23 Yii
12:19 Slim
13:05 FuelPHP
14:19 Best PHP Framework for Beginners
14:57 Which Do You Prefer?

⭐ Join this channel to get access to perks:

`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````

Рекомендации по теме
Комментарии
Автор

Symfony is my go to framework since I create long lifetime projects - many which exceed a decade of us. The long term support afforded by Symfony affords be the latest security patches for years (not months like Laravel) meaning I only need to perform major version upgrades to the framework less frequently saving time and money. When looking into a framework you’ll need to continue to support for many years, framework stability is huge.

jasonjolson
Автор

Fantastic content-rich and exactly what I was looking for, cheers!

bennanson
Автор

That's really a rare and good thing to remember that in many cases ...we maybe don't actually need a Framework, but we just get used to it. A long way back, when trying to chose between Twig, Smarty &co some guy answered something like: "Why bloating your code with a templating library while PHP already do that natively?". He was not wrong but I was not ready, and busy to the "trendy things" at the moment, just like those that stuffed everybody into Laravel and coding more "Laravel" than actually PHP.

AndiKod
Автор

I use CI because that's what the company has been using for past few years.
Good information 👍.
Would look forward to similar content on JS frameworks.

acp
Автор

People keep sleeping on Spiral framework, but it's amazing.

Docs are great, performance is top notch, and it's designed for mid-size to large-scale sites and promotes software engineering best practices all along the way.

KapnKregg
Автор

If working with PHP, i am keep in mind to use it as Backend. Sometimes i am using Slim, since it kind like express in NodeJS, i can setup the folder dir with my own preference.

lutfiikbalmajid
Автор

I've been using fuelphp since 2014, I really like it, it's fast and has a lot of features.

andersoncdz
Автор

Thank you, Great understandable video.
What about Symfony you didn't mention in which cases we should use it :)

demo_api
Автор

CI is the fastest in terms of execution

airaction
Автор

Which PHP framework do you use? Why or why not?

DevDrawer
Автор

I would only use CI for anything serious that needs to be maintained.
You should have add Trongate.

amigaworkbench
Автор

Hello, what about Nicotine Framework for PHP & MySQL? It is very fast, has support for Admin, API requests, CLI cronjobs and it is modern, works with PHP >= 8.2.0

aurelian
Автор

We need a drupal development course from you plz!

kevyyar
Автор

00:04 - I'm not native, but... Did you say: "framworks you should use in 202030"?

intergalacticGM
Автор

For me Symfony and it is hard to for beginners. 😅

SultanovAsrorbek
Автор

Laravel is my favorite one, but with any new versions he become more complicated, and this is not good...

-nazariiflorchuk
Автор

I honestly disagree with the suggestion for people who have exposure to MVC to use Laravel over Symfony; Laravel's implementation of MVC is a mess, and their documentation does not help. If your requirements are EXTREMELY simple, or you are already an experienced Laravel user this isn't a problem, but if your trying to implement business logic based on the MVC design patten for the first time, Symfony is a vastly cleaner option (at least at time of writing).

ElderWrath