nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Inspiration from other libraries #23

Open deni-zen opened 7 years ago

deni-zen commented 7 years ago

I want this library to be THE library that PHP developers use for CSV data. I want it to literally be laughable for somebody to use anything else. When you type in CSV PHP I want CSVelte to be at the top of the list. In order to get there though, I have no issue with standing on the shoulders of giants. After all, I wrote the original library (PHP CSV Utilities) as a quasi-port of python's CSV module. So... here is a list of other libraries that are doing cool things with CSV or are in some other way interesting or relevant:

I found all this from a ten second github search. I haven't even tapped Google yet. There's definitely a lot of quality stuff out there to fish for good ideas.

One thing I definitely want to avoid though, with this library, is feature creep. It is intended to be a simple, easy to use, no nonsense CSV library. I have no idea including functionality that isn't conformant to that principle, I just want to include those types of features as modules, extensions, plugins, or whatever you want to call them.

deni-zen commented 7 years ago

This library appears to be the (possible) de facto PHP CSV library as of now. Take a look at how they're doing things and see if you can do better... http://csv.thephpleague.com/

deni-zen commented 7 years ago

These two libraries appear to also be pretty popular. Well, at least the first. I believe the second is the inspiration for the first.

From what I've seen of the CSV libraries written in PHP, my library is certainly going to be able to hold its own.