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

Pawlo34's avatar

Import Data from an API

Hi, I am a Junior Laravel Developer and I want to ask for some tips and guidance on this task.

I am currently working on a Laravel 10 project. The data of the system is from an API. Now I want to implement a feature that schedules a task to pull updates from the API at intervals and automated import (everyday 10:00) - cron job. And use the updated_at timestamp to only retrieve records that have changed since the previous update when retrieving updates - delta updates.

Thank you guys!

0 likes
1 reply

Please or to participate in this conversation.