What PHP backend API is your favorite?
Kolja

Kolja @kolja

Joined:
Oct 7, 2021

What PHP backend API is your favorite?

Publish Date: Jul 17 '22
4 7

I try to switch my webdev from HTML with PHP templates to a JS framework with an API.
Do you have some hints for a PHP based backend for me?

Comments 7 total

  • Saravana Sai
    Saravana SaiJul 17, 2022

    Yes i think you can try out php frameworks my fav is laravel you can get idea of it within 1 week ...if you have some basic of php .....try out it wil be more use full ......

    • Kolja
      KoljaSep 6, 2022

      Laravel seems a bit to much, just for an API. To be honest, the only reason to not write the SQL queries in the frontend, is the authentification, isnt it?

  • eshimischi
    eshimischiJul 17, 2022

    Laravel, Yii 2

    • Kolja
      KoljaJul 18, 2022

      What are the real advantages of an framework? I just need to read the url for the endpoint and the params, call a function with SQL queries and send back a JSON object.
      Is it not overcomplicated to use a framework for that?
      I mean, if there are an Interface like Appwrite or Supabase with no or less coding, i would give a try.
      But i did not found this based on PHP. Directus was, but they switched to node too.

      • eshimischi
        eshimischiJul 18, 2022

        Your question was clearly about “PHP based backend” that’s what you asked? No?

  • rhmrms
    rhmrmsJul 18, 2022

    Appwrite

    • Kolja
      KoljaJul 18, 2022

      Looks great, like strapi, supabase & co, but they are out of my skills. And BackendAsAServise is nothing my customers would buy.

Add comment