0

I am developing a laravel web application. I want to get third pary website ( Mavenlink ) --> http://developer.mavenlink.com/ API Data. but i am new in api developing. how to get only the API of external site.

API URL : https://api.mavenlink.com/api/v1/

How to get the data with Laravel 4, once i googled, i can see a OAuth2 tokens . What is this ?

Please give me good solution for this, Now am stoped my project.

Thanks & Regards

Jishad
  • 2,876
  • 8
  • 33
  • 62

1 Answers1

0

What you are looking for is using Guzzle. It will enable you to make all of the HTTP calls you need for an external API. See this article: How to autoload Guzzle in Laravel 4?

Community
  • 1
  • 1
Du3
  • 1,424
  • 6
  • 18
  • 36