D
D
Dmitry Lapitsky2018-01-29 10:13:18
PHP
Dmitry Lapitsky, 2018-01-29 10:13:18

PHP framework for rest api?

Hello! I am an ios developer myself, I can also write for android. I decided to start writing one application in the evenings, but for this I do not have enough backend skills. I studied the php syntax and now I need to choose a framework on which I will write. You need to write a backend for authorization, parsing and some logic and interaction with applications (rest api).
Thanks to all.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
D
Dmitry Kuznetsov, 2018-01-29
@dima9595

I would choose Laravel/Lumen

O
OKyJIucT, 2018-01-29
@OKyJIucT

There is also Slim Framework, used under RESTAPI

M
Maxim Timofeev, 2018-01-29
@webinar

If you have not dealt with php frameworks, then yii2 is better. The entry threshold is low, REST is out of the box and there is all the necessary functionality.
www.yiiframework.com/doc-2.0/guide-rest-quick-star...
Laravel isn't bad either, I find it less logical and more complex, but that's a matter of taste. Symfony is good, but even harder. Here are perhaps the 3 most popular and modern tools.

R
Roman Frank, 2018-01-30
@Akellacom

Any microframework, you can just google "php microframework"

L
LeoCata, 2018-02-11
@LeoCata

https://api-platform.com/
https://www.fusio-project.org/
www.doctrine-project.org

G
gotz, 2020-06-01
@gotz

Speaking specifically about the REST API, I recommend Comet: https://github.com/gotzmann/comet
The main criteria for creating were to minimize latency and maximize performance with a large number of competitive requests.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question