What tools/frameworks are available to create a restful PHP API?

Asked

Viewed 415 times

2

Are there any such tools that facilitate the development of a Restful API? I’ve heard of the Slim Framework, but I wanted to know more tools.

-----edited To be more specific, I want to make a Restful API to take data from a Mysql BD and use it with several different interfaces, in a corporate way, just within my company. So to summarize, I need flexibility and security.

  • 1

    Could you specify better what you are trying to do? You say "tools of this kind", but what kind do you refer to after all?

  • Cesar, I suggest changing your question to something like "Which tools ..." type questions like "Which the best..." will possibly be closed because it is based on opinions.

1 answer

1

Slim really makes it easier, but I suggest you take a look at Silex, which is a microframework built based on the components of Symfony2, being as easy as Slim, but with more features.

  • 1

    Also worth remembering the Lumen, mini framework based on Laravel.

  • Until then I did not know, but it seems to be very interesting. Thanks for sharing.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.