Backend Development

best framework for php

Submitted by bloddyboy, , Thread ID: 29481

Thread Closed

RE: best framework for php

#21
Laravel for most of the time.

RE: best framework for php

#22
From experience, I would go with Laravel. I have gotten used to using Twig instead of it's native blade templating. I would argue with laravel that it has bloated packages since it's 5.2 release, but there is a minimal version, so i don't mind anymore.

RE: best framework for php

#23
From my experience, Laravel has a good selection of information, official and otherwise, to help people get through the learning curves(there are some!). Would definitely recommend looking into LaraCast's free resources.

RE: best framework for php

#24
Don't waste your time with anything but Laravel. You won't regret it. If you're developing something like an API then choose Lumen, it's little brother.

RE: best framework for php

#25
Any MVC can be best if you know what to do.
if you whant to study choose codeigniter or larvel as there a lot of examples on github and good docs

RE: best framework for php

#26
Laravel is a comprehensive framework designed for rapidly building applications using the MVC architecture. It is the most popular PHP framework nowadays with a huge community of developers.
PROs:
Organize les and code
Rapid application development
MVC architecture (and PHP7)
Unit testing (FAST on HHVM)
Best documentation of any
High level of abstraction
Overloading capabilities using dynamic methods
Tons of out of the box functionality
payment integration with stripe
very strong encryption packages
ORM
CONs:
Does Many queries on your database

RE: best framework for php

#27
This won't work anymore. hihi

RE: best framework for php

#28
I've used CodeIgnitor and many others - but hands-down for beginners or junior developers, I highly recommend Laravel. You'll find the documentation so easy to follow that within a few hours you'll have the basics and be up and running - with the ability to build pretty much anything php with many data-source options.

If you'd like a guide or need any specific help, I'd be happy to connect.

D

RE: best framework for php

#29
personally, laravel would be the best. especially for beginners because i used that a little to teach myself

RE: best framework for php

#30
23-09-2017, 08:29 PM
DeveloperOnCall Wrote:
I've used CodeIgnitor and many others - but hands-down for beginners or junior developers, I highly recommend Laravel. You'll find the documentation so easy to follow that within a few hours you'll have the basics and be up and running - with the ability to build pretty much anything php with many data-source options.

If you'd like a guide or need any specific help, I'd be happy to connect.

D

thank for advice..

Users browsing this thread: 3 Guest(s)