Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I keep recommending Phalcon, blame me for that but I just think it's the best.
Here's a doc on creating a REST API with it: https://docs.phalconphp.com/en/3.2/... -
C0D4681467yI’m more of a native guy myself rather then taking on baggage from a framework.
API layers should be as close to instant as possible for returning the necessary data. -
Kage9257y@julioburgos wouldn't Lumen be a better option considering it's a micro-framework powered by Laravel?
-
I think you should try and do it without a framework. It really is not that complex with php at least, another thing that you could do is apply Phalcon (it is actually an extension) like someone else said and you can build one reaaaally fast.
Related Rants
I need to build a REST API in PHP, what framework could you recommend me?
Lumen (https://lumen.laravel.com) looks fast and relatively simple.
has anyone ever used Api Platform? (https://api-platform.com) What are your thoughts on it?
question
rest api
rest
api
framework
lumen
php
api-platform