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
-
@ojt-rant thx for advice. You made my day sir. I tried around 10 different repos/tutorials and this seemed to be the best one https://youtu.be/MT-GJQIY3EU it has all basic crud routes implemented + login/logout/registration/search routes. Took me max 1 hour to setup everything and deploy to a shared webhost. Much easier than ktor or using pure php and tryharding to invent the wheel.
-
Nexion12733yWhile my mostly sarcastic comment of "Anything other than PHP" applies, if that's a requirement I second using Laravel. It's the most sane framework I've found for PHP so far.
-
@zemaitis no probs. I know a lot of people still hate on PHP, but I love using the Laravel framework, even though I probably only use 30% of what it offers. I tend to use it either as a Backoffice system or as an API for retrieving various data (using JWT tokens for authentication). It's just so straight-forward and easy to follow.
-
I once used Fat Free Framework, it is not as complete as Laravel and you need to do most of the things yourself but it removes a lot of what I consider incoherence in PHP.
Maybe Laravel would have been better but it was for a job I was not payed enough to even consider its learning curve. And I was too busy with other stuff to learn it in my free time.
I know it is not the best approach… but web development is not my passion 😅 -
I also like the look of Slim PHP, especially for REST APIs. But I've not used it yet.
https://www.slimframework.com
Related Rants
Can you recommend me some simple php+mysql based backend framework in order to build a simple rest api (with login, signup, scope data) ?
rant
question