Backend Development

best framework for php

Submitted by bloddyboy, , Thread ID: 29481

Thread Closed

RE: best framework for php

laohaoren
Novice
Level:
0
Reputation:
0
Posts:
38
Likes:
0
Credits:
22
14-08-2017, 03:20 PM
#21
Laravel for most of the time.

RE: best framework for php

Geonode
Novice
Level:
0
Reputation:
3
Posts:
27
Likes:
5
Credits:
22
14-08-2017, 09:10 PM
#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

DasBause
Lurker
Level:
0
Reputation:
0
Posts:
2
Likes:
1
Credits:
2
15-08-2017, 11:56 PM
#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

imakeinternet
Novice
Prime
Level:
0
Reputation:
0
Posts:
26
Likes:
2
Credits:
1
17-08-2017, 02:30 PM
#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

Guest
Level:
0
Posts:
N/A
Likes:
0
Credits:
0
04-09-2017, 11:50 PM
#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

Debauch
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
65
12-09-2017, 04:35 PM
#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

jakebmt
Closed Account
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
0
16-09-2017, 06:48 AM
#27
This won't work anymore. hihi

RE: best framework for php

23-09-2017, 08:29 PM
#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

SparkleOff
Newbie
Level:
0
Reputation:
0
Posts:
12
Likes:
0
Credits:
15
23-09-2017, 08:55 PM
#29
personally, laravel would be the best. especially for beginners because i used that a little to teach myself

RE: best framework for php

onaks
Lurker
Level:
0
Reputation:
0
Posts:
2
Likes:
0
Credits:
2
08-10-2017, 03:43 PM
#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: 2 Guest(s)