Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

CasellaJr's avatar

Laravel API library cURL

Hi everyone, I've followed a video tutorial on youtube, in which I've realized an application similar to Instagram. The tutorial is this: https://www.youtube.com/watch?v=ImtZ5yENzgE&t=1s And the finished code is in this repository: https://github.com/coderstape/freecodegram

Now, I have a homework, with this specifications to be respected more or less: the application is a multi-user platform for the management of multimedia like video, songs, books and so on. The required features are: a page of registration, one of login, logout, a homepage with the collection of the user, a page with the view of the collection, a search page connected to the API of the selected service. In particular this homework consists in the porting of a previous homework, written with HTML, CSS, JS and PHP, in Laravel. The homework must use the API REST. In the previous homework I've used the API of Google Books. Now, considering that I've realized a "local Instagram", my question is: do you know any article, guide or tutorial on the use of the Instagram API in Laravel? Because I already have the base, that is the application I was talking at the beginning of the post, and I have to implement only the API REST functionality. Or, do you know any guide on the use of any other API (like Google Books) with Laravel? So that I can do the porting of the previous homework.

Thanks, and sorry for the bad english.

0 likes
1 reply

Please or to participate in this conversation.