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

noblemfd's avatar

How to get third party api and store into my database

I am working on a project using Laravel-5.8. I have a database with various tables. The source of data to be displayed is from third party apis.

I want to each external api on a table in my database and also do automatic update from time-to-time.

How do I achieve this?

Thank you

0 likes
2 replies
jlrdw's avatar

Also most api's have instructions on the data retrieval. Most are JSON, but I have seen XML and CSV as well.

Please or to participate in this conversation.