
Importing or exporting data in CSV format is a classic for a business application or a back office. Little known, the Standard PHP Library makes it easy to manipulate CSV files whether read or write via the SplFileObject class. Read the post
When I'm not writting code for my job, I do it for personal project and fun. I'm self-taught man, 20 years ago I read a lot of tech blogs to learn basics and advanced concepts. Now it's my turn to share my knowledge. Most of posts in this category is about programing with PHP using Symfony framework for backend using cool poject like RabbitMQ or Elasticsearch. I'm also writting a little about Javascript for frontend dev.
Importing or exporting data in CSV format is a classic for a business application or a back office. Little known, the Standard PHP Library makes it easy to manipulate CSV files whether read or write via the SplFileObject class. Read the post