How to get Vimeo user showcases data using PHP?

Are you looking to get Vimeo user showcases data using PHP? You’re in the right place!
This tutorial will show you how to get Vimeo user showcases data using PHP. We will use our Vimeo user showcases API with PHP.
  1. Sign up FREE to SociableKIT.
  2. Create a Vimeo user showcases widget.
  3. On the upper right, click Options > Data feed.
  4. It will show you the data feed of your Vimeo user showcases in JSON format.
  5. Use the JSON data with PHP. The following is a sample code.

  $client = new http\Client;

  $request = new http\Client\Request;

   

  $request->setRequestUrl([JSON_DATA_FEED_URL]);

  $request->setRequestMethod(\'GET\');

   

  $client->enqueue($request)->send();

  $response = $client->getResponse();

  $response = $response->getBody();

// PHP artisan dev, do it like a pro :D

That’s it! Thank you for reading our tutorial about how to get Vimeo user showcases data using PHP.

Need Support?

If you need help, feel free to chat with us in the live chat box on the lower right corner of this page. You may also use the chat box located here.

You may also email us at [email protected]

We’re happy to talk about how to add social media feeds to your website!