X
X
XenK2015-10-07 11:43:36
HTML
XenK, 2015-10-07 11:43:36

Choice of PHP framework?

I want to make a mini-online store with basic functionality. The question arose about choosing a simple, not complex PHP framework. I looked in the direction of laraval, but it seemed too cumbersome. Which one would you recommend to use for this task? I would also like a simple work with AJAX'om.

Answer the question

In order to leave comments, you need to log in

9 answer(s)
M
Mikhail Osher, 2015-10-07
@XenK

There is no concept of "cumbersome" framework. They seem bulky.
The main thing is to write the code correctly. And everything will work quickly.
Laravel and Symfony (written in alphabetical order) are your friends. Don't be afraid of them.

T
tigra, 2015-10-07
@tigroid3

YII
but I think this is purely subjective opinion)

A
Alex Wells, 2015-10-07
@Alex_Wells

CodeIgniter in no way. This is already forgotten and, against the background of other projects, not at all convenient and flabby framework. Symfony is possible, although I did not use it. Yii is too complicated for me. Yii is more like plain php, laravel has done everything instead of you. For me personally, this is just an ideal, I don’t even want to reinvent the wheel. Look at the documentation of Lumen (a mini-framework from the developer of Laravel) and then compare with Yii and decide. Others may not even look. And working with Ajax is always the same, on all frameworks.

C
CreatureMyst, 2015-10-07
@CreatureMyst

Don't listen to the guys at CodeIgniter. It will allow you to quickly make a small project, but when scaling it will be easier to rewrite it again, because the framework is completely rotten. Take Symfony and an intelligent engineer.

C
coderisimo, 2015-10-07
@coderisimo

IMHO, it's better to take special tools so as not to reinvent the wheel:
Woocommerce, OpenCart, Magento - in order of complexity.

J
jaxel, 2015-10-08
@jaxel

Get Symfony 2. There is nothing better now. It may be difficult at first, but in the end, the effort spent on learning it will pay off.

S
Stanislav Pochepko, 2015-10-07
@DJZT

If specific functionality is not required, then take CMS. For example, opencart

D
dmitriy, 2015-10-07
@dmitriylanets

if a simple frame then CodeIgniter is just right

S
semki096, 2017-01-04
@semki096

I also read - do not take Kodignayter take Symphony. I put Symphony - an empty page is generated 10 times longer. So in the end I decided to work with Codeigniter4. Everything is quick and easy, a little longer but quieter you go further.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question