I
I
Ivanko2018-06-13 21:58:27
PHP
Ivanko, 2018-06-13 21:58:27

What is the best PHP RESTful framework?

It is necessary to choose a php-framework for adding information to the database (MySQL) via the API.
Requirements:
1 based on a php-framework sharpened to work with REST
2 fast - productive to use the equipment as efficiently as possible
3 understandable - could be added to the average programmer without having "Laravel education"
4 extensible - it was easy to add additional fields, properties, etc.
5 Support for GET/PUT/DELETE/POST - POST will be the main one, that is, they will upload information
6 Supported international standards / rules that exist in REST services
7 There was a community and programmers with the usual cost of services
Thank you!
PS: if there are any other points that you should pay attention to when choosing, I will be grateful if you point out!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alex Plotnikov, 2018-06-13
@ivan99

I would take phalcon or slim, the rest are overhead for such a task, in my opinion

A
Alexander Aksentiev, 2018-06-13
@Sanasol

any framework. (there are not so many of them)
Because the weak link here is not the chosen framework, but "an average programmer without laravel education".

P
Paul Denisevich, 2018-06-14
@deniamnet

Take Lumen, based on Laravel but lighter and faster:
https://lumen.laravel.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question