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.
Asked
Active
Viewed 51 times
1 Answers
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
-
wow didnt know of such resource, it makes sense. thank you kindly good sir – Squirtle Jun 30 '13 at 23:45