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

ga46's avatar
Level 1

How fast way to any csv to array convert in php?

How fast way to any CSV to array convert?

0 likes
5 replies
Tray2's avatar

Fastest would probably be importing it into your database from the command line.

ga46's avatar
Level 1

@Tray2 I try to my product CSV file update or insert using by lumen. first, need CSV to array convert then I want to insert or update data into my database.

ga46's avatar
Level 1

@Tray2 it's CSV to database save. i want csv to import database using laravel lumen.

thats why need to csv to array convert

Please or to participate in this conversation.