PHP framework

mylikes786

Registered Member
Joined
Oct 31, 2013
Messages
81
Reaction score
7
I am thinking to create a money exchange site.
The site will like a payment gateway. The coding will very sensitive.

So can you tell me in which php framework i need to tell my developer to code.?
Which framework will best for that kind of site
 
Use the framework he has most experience with. Don't let him code it without a framework though because if he leaves you, it will be hard for another dev to pick up the progamming style.

Also there isn't a specific framework for x type of site. Each framework has it's own pros and cons. I personally use Laravel because I like the fact that you can document the way you built your database with the schema builder.
 
Back
Top