good-php / reflection

Reflection API with a type system, generics support and cache
MIT License
3 stars 0 forks source link

Remove dependency on Illuminate #10

Open martingold opened 11 hours ago

martingold commented 11 hours ago

Hi,

looks like a well-written library, which i would love to use. I noticed that it has dependency on a Illuminate\Support\Collection which registers a lot of global functions and is generally annoying. Would you be comfortable merging a PR getting rid of it?

Thank you.

autaut03 commented 8 hours ago

Hey. Thank you :) Although I must say I haven't had the time to invest in this project further.

I don't like Laravel's collections, but they do improve readability that native array functions don't. Do you have any other library candidates in mind, or were you thinking of arrays?