1

How can I use PHP to connect to this API http://eol.org/api and use a method?. I'm very confused on how to begin to use it and I just want to ask for a little direction on getting started. Thanks a lot.

Squirtle
  • 159
  • 1
  • 2
  • 15

1 Answers1

1

You can use cURL or a http client library such as Guzzle (link contains example).

I would recommend the latter option.

holographic-principle
  • 19,688
  • 10
  • 46
  • 62