Integration between systems with PHP

Asked

Viewed 479 times

0

I need to provide a service for other systems to consume. These systems can make requests POST (string, array, xml and json) and GET. Well, I know I can consume services from other systems using GET in a trivial way, just accessing a URL, and as regards requisitions POST, i can pass the data to the system that provides the service through CURL.

Well, now I’m the one who needs to provide the service, and I’m not quite sure how to do it.

I knew the methodologies/ specifications of webservices Rest, which would be interesting to me, but I need a faster solution. I have no affinity with WebServices, and all the material I found on the internet mentioned frameworks like: NodeJS, Ruby On Rails and Django.

I can’t implement NodeJS just for that purpose. In the GitHub I even found a class, but I couldn’t quite understand its purpose.

I would like to find a solution to make this integration.

  • I believe it is contradictory to talk about "doing it fast" and "doing it better" in the same question, but let’s see what kind of answers can appear.

  • 1

    There may be more than one way to do it, and if so, which is the fastest way. ?

  • If you can wear something new, take a look at Slim Framework, will help you in what you need.

1 answer

1

Browser other questions tagged

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