nozavroni / csvelte

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

Why not just use Laravel collection? #179

Closed nozavroni closed 6 years ago

nozavroni commented 6 years ago

When I left off on this project, I was trying to decide which collection library to use. I tried writing my own and then got majorly side-tracked on that. Now I have decided to write a much simpler one and so I STAY side-tracked. Why not just use Laravel's collection class? It's pretty robust and extremely easy to use. I like it better than mine or Seb's. I don't know why the hell I didn't do this in the first place. Take a hard look at it and make a decision. Then you can finally move on!!

nozavroni commented 6 years ago

I have decided to go with a much simpler version I wrote myself called nozavroni/collect.