I
I
Ivan Vorobei2016-04-06 17:48:56
API
Ivan Vorobei, 2016-04-06 17:48:56

Difference between micro-framework and full-fledged?

I decided not to reinvent the wheel, but to study the framework for my API. The question is what to study - my favorites are Slim and Laravel. Reasonings such - Slim is simple, and basically Route for API does. At the same time, there are a lot of laudatory reviews about Laravel (and Symphony). The question arises - what is the difference between MICRO and full?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey delphinpro, 2016-04-06
@ivanvorobei

Slim basically just gives you a router and nothing more.
Laravel - almost everything you need in the development process.

S
Stanislav Pochepko, 2016-04-06
@DJZT

Micro - more lightweight. Loads fast. Eats little memory. Not overloaded with unnecessary functionality.
There is an analogue of Laravel micro framework Lumen. This is an official fork from Laravel.
PS I heard that Slim out of the box does not have a module for working with the database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question